Here is a simple procedure for CMD, it works as long as the queue location was not changed:
net stop spooler del /F /Q %systemroot%\System32\spool\PRINTERS\* net start spooler
Here is a simple procedure for CMD, it works as long as the queue location was not changed:
net stop spooler del /F /Q %systemroot%\System32\spool\PRINTERS\* net start spooler
On SBS 2011, you may see this repeated a lot in event logs:
Session "WBCommandletInBuiltTracing" failed to start with the following error: 0xC0000035
According to Microsoft, this can safely be ignored. However, many times these events will crop up so often as to eat up server performance.
To fix, open an administrative command prompt, CD a la:
cd C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN
and run
PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures
If you see a message which says SPWriterServiceInstance would not start, and/or if the Sharepoint VSS Writer service is disabled, try this:
stsadm -o registerwsswriter
which should get the VSS writer set up and going, and then run the PSConfig above again.
References:
Here are the downloads for XP, 7, and 8.1:
Remove old obsolete printer connections here:
HKEY_USERS\<the user's SID>\Printers\Connections
and here:
HKEY_USERS\<the user's SID>\Printers\Settings
and the problem goes away.
It may occur that this location:
%ProgramData%\Microsoft\Windows\WER\ReportQueue
(on most systems, thus:)
C:\ProgramData\Microsoft\Windows\WER\ReportQueue
starts to fill with gigs and gigs of queued reports for Windows Error Reporting. The folder’s contents can be deleted safely. If you want to turn W.E.R. off on a server:
For one user, this works:
For all users, place a shortcut in the following location:
C:\Users\All Users\Microsoft\Windows\Start Menu\Programs\Startup
This is one good fix to try when svchost.exe is occupying 100% of one CPU’s capability on XP or 2003.
net stop wuauserv del /f /s /q %windir%\SoftwareDistribution\*.* net start wuauserv wuauclt.exe /detectnow
Another is here:
If BITS and/or Windows Update aren’t working, try this:
If this is missing, try here:
http://www.microsoft.com/en-us/download/confirmation.aspx?id=5555
Create a shortcut, in the taskbar and on the desktop if desired, to this:
%windir%\explorer.exe shell:::{2559a1f8-21d7-11d4-bdaf-00c04f60b9f0}
The resultant icon will bring up 8’s all-apps screen, which may be a sufficient replacement for the start button.