Developer options greyed out

Piedro92

New member
Jul 9, 2013
20
0
0
Hi all,

Is it true that the developer options for build 10240 are greyed out in the settings menu? I need them enabled for universal app testing. Are there any workarounds?

Cheers!
 
I solved it. For future reference if anyone encounters the same problem:

Run Powershell Command with admin rights and run the following bits of code:

- reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v "AllowDevelopmentWithoutDevLicense" /d "1"
- reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v "AllowAllTrustedApps" /d "1"

The options will stay greyed out but the selected mode is Developer Mode.