Wednesday, December 18, 2019

Enable Windows 10 developer mode from the command line

c:\> reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v "AllowDevelopmentWithoutDevLicense" /d "1"

Reference:
https://docs.microsoft.com/en-us/windows/uwp/get-started/enable-your-device-for-development

No comments:

Test page for code formatting

netsh advfirewall firewall add rule name = "RPC Endpoint Mapper" dir = in action = allow protocol = TCP localport = 1...