Return to Snippet

Revision: 50480
at August 24, 2011 09:23 by ronklein


Initial Code
@echo off
echo you should run this batch file as an administrator
powershell.exe Set-ExecutionPolicy unrestricted
echo if you see a message in red, something is wrong. otherwise, all went fine
pause

Initial URL


Initial Description


Initial Title
powershell run scripts permission

Initial Tags


Initial Language
DOS Batch