Archive

Archive for the ‘Windows’ Category

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
 

Read more…

Collect windows scheduled tasks details from multiple servers

September 20th, 2006 No comments

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