diff --git a/README.md b/README.md
index 5587e58c..ce8bc6cc 100644
--- a/README.md
+++ b/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 Set-ExecutionPolicy Unrestricted -Force
to be able to run .ps1 files.
+- Set PowerShell execution policy Set-ExecutionPolicy -ExecutionPolicy Bypass -Force
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