Update README.md

This commit is contained in:
NiceDevil
2023-11-26 17:20:21 +01:00
parent 89619ad59a
commit 84ffda1248

View File

@@ -6,12 +6,12 @@ More Scripts will follow in the future.
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
*Enable
```powershell
Set-ExecutionPolicy Bypass
```
Disable
*Disable
```powershell
Set-ExecutionPolicy RemoteSigned
```