Fix bold text

This commit is contained in:
NiceDevil
2023-11-26 17:21:33 +01:00
parent 84ffda1248
commit fc276bc379

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
``` ```