TranslucentTB / TranslucentTB

A lightweight utility that makes the Windows taskbar translucent/transparent.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: It doesn't automatically start anymore

VRequiemV opened this issue · comments

Please check for a duplicate first

  • I have checked the issue tracker if my bug has already been fixed or answered in another (possibly closed) issue.

Steps to reproduce the issue

When I try to turn on the auto startup on the task manager it doesn't work.

Expected results

I am trying to activate the auto-startup.

Actual results

It just disable the auto-startup automatically.

Windows version

Windows 11 SV2 (builds 22621-22622)

Other details

No response

Relevant log output

No response

This is most likely caused by a recent registry change, probably some privacy/debloat script. Save the following file as "StartupTasks.reg", then open it to fix the problem

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"EnableFullTrustStartupTasks"=dword:00000002
"EnableUwpStartupTasks"=dword:00000002
"SupportFullTrustStartupTasks"=dword:00000001
"SupportUwpStartupTasks"=dword:00000001

This is most likely caused by a recent registry change, probably some privacy/debloat script. Save the following file as "StartupTasks.reg", then open it to fix the problem

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"EnableFullTrustStartupTasks"=dword:00000002
"EnableUwpStartupTasks"=dword:00000002
"SupportFullTrustStartupTasks"=dword:00000001
"SupportUwpStartupTasks"=dword:00000001

Thank you, I did it manually because I don't know how to create .bat files exactly but it worked!