Control Panel Items – Cli version
January 29th, 2007
No comments
Sometimes , the mouse is the hardware item you want to install….
here’s how to get to those control panel items via the “run” prompt
Sometimes , the mouse is the hardware item you want to install….
here’s how to get to those control panel items via the “run” prompt
Needed to find what service account are being used by the scheduled tasks o my servers and came up with the following command line:
for /F %i in (Servers.txt) do SCHTASKS /query /v /FO CSV /nh /s %i >> tasks.csv