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
Post a Comment