Added Hint for ExecutionPolicy
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user