Creating s100 branch

This commit is contained in:
wayne
2012-12-30 07:28:56 +00:00
parent a0f15ffb63
commit ed8f88e434
780 changed files with 119993 additions and 0 deletions

View 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