Enabling developer mode on Windows 10 Build build 10074 -


windows 10 insider preview build 10074 has known issue using settings application enable developer mode. in build, if try settings/update & security/for developers... settings window closes.

is there workaround?

yes, there's work-around. in administrator command prompt, type following commands:

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" 

then reboot machine enable developer mode


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - How can I echo out this array? -

javascript - IE11 incompatibility with jQuery's 'readonly'? -