Next try bold text

This commit is contained in:
NiceDevil
2023-11-26 17:22:27 +01:00
parent fc276bc379
commit 88b09dd645

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. 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. Keep in mind to change the execution policy to run it.
**Enable **Enable**
```powershell ```powershell
Set-ExecutionPolicy Bypass Set-ExecutionPolicy Bypass
``` ```
**Disable **Disable**
```powershell ```powershell
Set-ExecutionPolicy RemoteSigned Set-ExecutionPolicy RemoteSigned
``` ```