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 + Ron your keyboard. - In the
Rundialog box, typeregeditand pressEnter. - If a
User Account Control (UAC)prompt appears, clickYesto 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) valuesexist 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-clickon it.- In the
Value datafield, 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
Enterto save the name. Double-clickthe new entry.- In the
Value datafield, enter the correct number from the table. - Click
OK.
- In the
-
Save and Restart Your Computer