From 23cdcbe6129175906526ff8fc9e945cd41f3b655 Mon Sep 17 00:00:00 2001 From: farag2 Date: Tue, 22 Oct 2019 14:32:49 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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