Script to stop & start spooler service

By jldurham6,

Clear Print Que Batch File

If printers are not showing up then the spooler service is most likely stopped.  To clear the print que and stop/start the spooler service copy the following into a document and name it “restart spooler.bat” and run the file.  If you are using windows vista or 7 and UAC is enabled right click on the files and click unblock.  When you execute them right click on the file and click run as admin.
… Continue reading

Create a random password in XP

By jldurham6,

If you want to create a randomly generated secure password, open a

Command Prompt window and type this command: net user administrator /random.

Windows displays the new random password it creates for once. You must write it
… Continue reading

Create a Static Route

By jldurham6,

Example below is for World of Warcraft, use this if you have two nics on different networks.

route add 12.129.233.0 mask 255.255.255.0 192.168.1.1 -p

route add 206.16.235.0 mask 255.255.255.0 192.168.1.1 -p
… Continue reading