Added Hint for ExecutionPolicy

This commit is contained in:
NiceDevil
2023-11-26 17:19:55 +01:00
parent 26b76bfae2
commit 89619ad59a

View File

@@ -3,6 +3,19 @@ More Scripts will follow in the future.
## Install Scripts ## Install Scripts
To use these scripts it is recommended to download them from the repository and then run them on the PC.
Keep in mind to change the execution policy to run it.
Enable the executionpolicy
```powershell
Set-ExecutionPolicy Bypass
```
Disable
```powershell
Set-ExecutionPolicy RemoteSigned
```
* [Winget](Install/install_winget.ps1) * [Winget](Install/install_winget.ps1)
## Update Scripts ## Update Scripts