I must be missing something in reading people's troubles here. I guess people kinda gloss over the setup instructions, or it's foreign enough to not make sense. From the file itself:
So after PowerShell launches, type "Set-ExecutionPolicy RemoteSigned" and hit enter. Then type "Get-Help About_Signing" to read what's going on and why. To see if you've set yours correctly, type "Get-ExecutionPolicy", it should return "RemoteSigned".# Setup:
# 1) Download and install Windows PowerShell:
# http://www.microsoft.com/windowsserv...l/default.mspx
# 2) Run PowerShell as administrator
# 3) Set your script execultion policy to run local scripts without a digital signature:
# Get-Help About_Signing
# Set-ExecutionPolicy RemoteSigned
# 4) Copy New-Wow.ps1 to somewhere in your path OR replace "new-wow" in the examples below
# with the script path.
Kudos to the author, it works great on my system and REALLY reduced the amount of disk activity. :thumbsup:
Connect With Us