The GoTo Community is currently experiencing some technical issues affecting new posts and comments. You may need to reload the page you are on before you can post a comment. We are actively working with our service provider and apologize for the frustration.
Forum Discussion
Hartzell1
7 months agoNew Contributor
Scripts
Howdy all! I am trying to deploy a script on a end user laptop and on they are receiving the error below: Any thoughts?
- 7 months ago
Hartzell1 So what you would want to do is change that setting on the laptop so that it opens powershell scripts with powershell, not Notepad.
Hartzell1
7 months agoNew Contributor
The script is silently installed a software called PrinterLogic. I am doing it today by opening command prompt as admin and pasting in the script.
msiexec /i \\hzfile\PrinterLogic\PrinterInstallerClient.msi /qn HOMEURL=https://hartzell.printercloud.com/ AUTHORIZATION_CODE=1234567 NOEXTENSION=0
I though it would be easier to do it through log me in when the session connects.
