Posted August 5, 20168 yr Im after creating a batch file which will automatically: - Remove any previous version of Pulseway / Mobile PC Monitor - Install Pulseway - Import our CFG file -Â Start the Pulseway service. We dont use GPO. I just need a batch file etc. This is how far i have got but doesn't seem to work. Any ideas people? Â net stop "PC Monitor" sc delete "PC Monitor" msiexec.exe /uninstall c:\windows\system32\Pulseway_x64.msi /qn c:\windows\system32\Pulseway_x64.msi /qn config=c:\windows\system32\Pulseway.pcmcfg configpassword=XXXXXXX Â Â
Create an account or sign in to comment