Enable Scripts in PowerShell

From KlavoWiki
Revision as of 03:51, 5 November 2019 by David (talk | contribs)
(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. Open an Administrator Windows PowerShell.

set-executionpolicy remotesigned

or

set-executionpolicy Unrestricted


Set to default.

set-executionpolicy restricted