Enable Scripts in PowerShell

From KlavoWiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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