Update README.md

This commit is contained in:
NTDEV
2024-04-21 00:00:39 +03:00
committed by GitHub
parent de24916ffc
commit 491145ce4c

View File

@@ -8,7 +8,7 @@ You can now use it on ANY Windows 11 release (not just a specific build), as wel
This is made possible thanks to the much-improved scripting capabilities of PowerShell, compared to the older Batch release.
Since it is written in PowerShell, make sure to set the execution policy to Unrestricted, so that you could run the script.
If you haven't done this, make sure to run:
If you haven't done this before, make sure to run:
<br> Set-ExecutionPolicy unrestricted </br>
as administrator in PowerShell before running the script, otherwise it would just crash.