Enable Scripts in PowerShell: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(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...")
(No difference)

Revision as of 23:42, 30 April 2013

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

PowerShell.exe -ExecutionPolicy Unrestricted