adding common scripts for use by multiple dev scenario scripts (#59)
This PR gets Master up to date with the common scripts approach. These are not done but this seems far enough along to proceed. We'll now move forward with refining these common scripts along with the dev scenario scripts that reference them.
This commit is contained in:
4
scripts/SystemConfiguration.ps1
Normal file
4
scripts/SystemConfiguration.ps1
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
#--- Enable developer mode on the system ---
|
||||
Set-ItemProperty -Path HKLM:\Software\Microsoft\Windows\CurrentVersion\AppModelUnlock -Name AllowDevelopmentWithoutDevLicense -Value 1
|
||||
Reference in New Issue
Block a user