After listing a process, you may want to kill or terminate a process: strComputer = “.” strProcess = “‘iexplore.exe'” Set objWMIService = GetObject(“winmgmts:” _ & […]
Continue readingTag: WScript
How to Create a Shortcut with VBScript
This script came in handy when I needed to roll out a desktop shortcut to every employee at the company I work for. The script […]
Continue reading