

To save photos and videos that were previously sent or received in an older version of Skype, save that content to your camera roll/photo gallery before upgrading to the new Skype. Upgrading to the new Skype may result in the deletion of content from older conversations. Groups: Free group video and audio calling for up to 50 participants, group chat with up to 300 people, plan or play with bots, add-ins, and personalized features.Message: send photos, videos, voice messages, emoticons, Mojis, react to messages, and more.Communicate easily with the people in your life through free Skype-to-Skype video/audio calls, personalized messaging, and low-rate calling to mobiles and landlines around the world.Hopefully it will work in yours.The Skype you know and love has an all-new design, optimized to help you stay connected with the people you care about most. 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. 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
