Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added force option to set-executionpolicy example
  • Loading branch information
enderandpeter committed Nov 7, 2013
1 parent 360443c commit 613c4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 613c4b8

Please sign in to comment.