mvgre.blogg.se

Skype for business uninstalled but still running
Skype for business uninstalled but still running











skype for business uninstalled but still running

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. 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













Skype for business uninstalled but still running