Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Delete SoftwareContent of Delete Software.vbsMD5 Hash: 6DBA5B0A09425AC7A6ABAF355BF6E94A |
||
' Description: Uninstalls a hypothetical software program (Personnel database) installed using Windows Installer.
strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colSoftware = objWMIService.ExecQuery _ ("Select * from Win32_Product Where Name = 'Personnel database'") For Each objSoftware in colSoftware objSoftware.Uninstall() Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |