Set "sideload apps" from Windows 10 powershell (Update & Security > For developers) -


is possible set "update & security > developers" attribute "sideload apps" powershell script on windows 10 anniversary (just plain "old" win10)?

according https://msdn.microsoft.com/en-us/windows/uwp/get-started/enable-your-device-for-development#which-settings-should-i-choose-sideload-apps-or-developer-mode:

run powershell administrator privileges. enable sideloading, run command:

ps c:\windows\system32> reg add "hkey_local_machine\software\microsoft\windows\currentversion\appmodelunlock" /t reg_dword /f /v "allowalltrustedapps" /d "1" 

to enable developer mode, run command:

ps c:\windows\system32> reg add "hkey_local_machine\software\microsoft\windows\currentversion\appmodelunlock" /t reg_dword /f /v "allowdevelopmentwithoutdevlicense" /d "1" 

Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -