Enable Scripts in PowerShell

From KlavoWiki
Revision as of 23:42, 30 April 2013 by David (talk | contribs) (Created page with "By default you can not run scripts from PowerShell. To enable the running of scripts: <pre> PowerShell.exe -ExecutionPolicy Unrestricted </pre> [[Category : Windows PowerShe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

By default you can not run scripts from PowerShell. To enable the running of scripts:

PowerShell.exe -ExecutionPolicy Unrestricted