Startup disabled by group policy⚓︎
Your PC’s administrator or certain applications may disable startup for all apps in Windows. By modifying the Windows Registry, you can enable Full Trust and UWP Startup Tasks. This will allow you to choose MagicPods and other apps to start automatically after Windows loads.
- Open the Registry Editor
- Press
Win + R
on your keyboard. - In the
Run
dialog box, typeregedit
and pressEnter
. - If a
User Account Control (UAC)
prompt appears, clickYes
to allow changes.
- Press
-
Navigate to the Following Path
Copy and paste this path into the Registry Editor's address bar, then press Enter:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
-
Create or Modify the Required Values
You need to ensure the followingDWORD (32-bit) values
exist and have the correct settings:Name Type Value EnableFullTrustStartupTasks DWORD (32-bit) 2 EnableUwpStartupTasks DWORD (32-bit) 2 SupportFullTrustStartupTasks DWORD (32-bit) 1 SupportUwpStartupTasks DWORD (32-bit) 1 How to Modify an Existing Value
- In the
right pane
, look for the value you want to change. Double-click
on it.- In the
Value data
field, enter the correct number from the table above. - Click
OK
.
How to Create a New Value (If It’s Missing)
- Right-click in the
right pane
(empty space). - Select
New → DWORD (32-bit) Value
. - Type the name exactly as shown in the table (e.g.,
EnableFullTrustStartupTasks
). - Press
Enter
to save the name. Double-click
the new entry.- In the
Value data
field, enter the correct number from the table. - Click
OK
.
- In the
-
Save and Restart Your Computer