Hello, I've installed .Net 4.5, Powershell 3.0 and then right click tools 2.0. I see the right click menu, however, upon launching action, I get "Error launching Powershell Script". Anyone have a workaround or solution???
Comments: Hmm, I haven't heard of this problem before. The message "Error launching Powershell script." comes from the vbs file I have launching it. The file simply runs: Powershell -sta -ExecutionPolicy Bypass -File Filename.ps1 arguments Open Powershell as an admin and try running this command: Get-ChildItem "C:\Program Files (x86)\Now Micro\Right Click Tools" | Unblock-File Your group policy might be blocking it, so that would unblock it.
Comments: Hmm, I haven't heard of this problem before. The message "Error launching Powershell script." comes from the vbs file I have launching it. The file simply runs: Powershell -sta -ExecutionPolicy Bypass -File Filename.ps1 arguments Open Powershell as an admin and try running this command: Get-ChildItem "C:\Program Files (x86)\Now Micro\Right Click Tools" | Unblock-File Your group policy might be blocking it, so that would unblock it.