Windows Scripting

From PeformIQ Upgrade
Revision as of 09:12, 28 May 2009 by PeterHarding (talk | contribs) (Created page with '=Some Examplers= =Kill Running Excel Instance== Filename: killexcel.cmd <pre> taskkill /FI "IMAGENAME eq EXCEL.EXE" /F </pre> ==Reboot Windows== category:WinXP [[Categor...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Some Examplers

Kill Running Excel Instance=

Filename: killexcel.cmd

taskkill /FI "IMAGENAME eq EXCEL.EXE" /F

Reboot Windows