From 613c4b8207672f9a7066f6893ea80438125d1a38 Mon Sep 17 00:00:00 2001 From: Spencer Williams Date: Thu, 7 Nov 2013 15:56:30 -0700 Subject: [PATCH] Update README.md Added force option to set-executionpolicy example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc0a39b..7d0c835 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ To use the `a2enmod`, `a2dismod`, `a2ensite`, and `a2dissite` commands, make sur * Navigate to the directory with a2enmod.ps1 * Run setup.bat from the command line to create the symbolic links * Run Powershell as an Administrator -* Run the command `set-executionpolicy unrestricted -scope process` to allow the execution of PowerShell scripts just in the current session +* Run the command `set-executionpolicy unrestricted -scope process -f` to allow the execution of PowerShell scripts just in the current session * Make sure httpd.exe is in your path * Make sure your Windows user account has full access to the ServerRoot directory as assigned in the main Apache config file