Skip to content

Commit cb7ae93

Browse files
committed
Fixed script exec script error
1 parent fba6301 commit cb7ae93

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/scaffold/scripts/windows/enable_script_execution.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ force-mkdir "HKLM:\SOFTWARE\Policies\Microsoft\Windows"
66

77
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows" -Name "EnableScripts" -Type DWord -Value 1
88
Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\PowerShell\1\ShellIds\Microsoft.PowerShell" -Name "ExecutionPolicy" -Type String -Value "RemoteSigned"
9-
10-
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows

0 commit comments

Comments
 (0)