

If anyone knows a variable that automatically assigns this, please say so in the comments.Īnd there. The install arguments are*: wscript.exe "C:\ProgramData\Dell\KACE\downloads\XXXX\invis.vbs" "C:\ProgramData\Dell\KACE\downloads\XXXX\check_ver.vbs" *you will need to replace the XXXX with the software id. In the script itself Install a software package Upload the zip file with the above to your software inventory. Invis.vbs* *just copy this and put it into a notepad file called invis.vbsĬreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False This makes vbs and bat files run invisible. If you can trust your users not to close it down then fine. Unfortunately, you get a command box that pops up.

Looking for an older TeamViewer version or want to learn more about our. If FILEVERSION = "5.1.59.112" then strcommand="MsiExec.exe /X /qn /NORESTART" wshshell.Run(strcommand),0,true elseĮnd if strcommand="msiexec.exe /i skypesetup.msi /qn STARTSKYPE=FALSE SKYPEREMOVAL=DEFAULT ALLUSERS=1 FEATURE_PHONE=0 FEATURE_IEPLUGIN=0 FEATURE_FFPLUGIN=0 INSTALLLEVEL=1 TRANSFORMS=:RemoveStartup.mst TRANSFORMS=:RemoveDesktopShortcut.mst /qn /norestart /l skype.log" wshshell.Run(strcommand),0,true strcommand="REG DELETE HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run /v Skype /f" wshshell.Run(strcommand),0,true Download TeamViewer now to connect to remote desktops, provide remote support.
