Delete print jobs
Posted by admin
on December 6, 2012
No comments
create a batch file
net stop spooler
del %systemroot%\system32\spool\printers\*.shd
del %systemroot%\system32\spool\printers\*.spl
net start spooler
How to Run a Program as an Administrator in Windows 7
Posted by admin
on November 21, 2012
No comments
Find large files on your computer, server or mapped drives
Posted by admin
on November 13, 2012
No comments
Windows 7 boot startup fix
Posted by admin
on November 9, 2012
No comments
error No boot loader found – press Alt Ctrl Delete
boot from an installation cd and go to command prompt
from command prompt run bcdboot c:\windows
How to setup auto login on Windows 7
Posted by admin
on October 31, 2012
No comments
- Press the Windows key + R on your keyboard to launch the “Run” dialog box.
- Type in control userpasswords2
- Press Enter. The User Accounts window will display.
- Uncheck the option “Users must enter a user name and password to use this computer”
- Click “OK”
- You will then be prompted to enter the current password and confirm it.
- After doing so, you will no longer be prompted to enter your password upon login.
Windows Server – Active Directory Folder Redirection
Posted by admin
on October 30, 2012
No comments