diff --git a/README.md b/README.md index 71c54be..10a6688 100644 --- a/README.md +++ b/README.md @@ -90,5 +90,5 @@ Get-ExecutionPolicy -List and change it with the following command (run powershell as administrator) ``` -Set-ExecutionPolicy -ExecutionPolicy Undefined -Scope LocalMachine +Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser ``` \ No newline at end of file