mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
Creating s100 branch
This commit is contained in:
10
branches/s100/FixPowerShell.cmd
Normal file
10
branches/s100/FixPowerShell.cmd
Normal file
@@ -0,0 +1,10 @@
|
||||
@echo off
|
||||
echo Setting PowerShell ExecutionPolicy = Unrestricted...
|
||||
echo.
|
||||
PowerShell Set-ExecutionPolicy Unrestricted
|
||||
echo PowerShell ExecutionPolicy is now:
|
||||
PowerShell Get-ExecutionPolicy
|
||||
echo.
|
||||
echo The execution policy should be "Unrestricted"
|
||||
echo.
|
||||
pause
|
||||
Reference in New Issue
Block a user