farag2
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
README.md
|
|
@ -44,7 +44,7 @@ The PowerShell script is a set of tweaks for fine-tuning the OS and automating t |
|
|
|
|
|
|
|
## NB |
|
|
|
- PowerShell and PowerShell ISE must be run with elevated privileges; |
|
|
|
- Set PowerShell execution policy <code>Set-ExecutionPolicy Unrestricted -Force</code> to be able to run .ps1 files. |
|
|
|
- Set PowerShell execution policy <code>Set-ExecutionPolicy -ExecutionPolicy Bypass -Force</code> to be able to run .ps1 files. |
|
|
|
- Read more about [execution policy](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies) |
|
|
|
|
|
|
|
## Usage |
|
|
|