Here are the downloads for XP, 7, and 8.1:
Category: Windows OS-Level Issues
Read minidump files with windbg
article #626, updated 3972 days ago
Windows 7 default printer changing itself automatically
article #622, updated 3986 days ago
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.
Windows Error Reporting taking up space!
article #615, updated 4007 days ago
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:
- Go to Administrative Tools, Server Manager.
- Go to the Server Manager top level page, the very bottom, make sure you can see the whole Resources and Support section.
- Click into Configure Windows Error Reporting and turn it altogether off.
Start Programs at Login in Windows 8
article #581, updated 4025 days ago
For one user, this works:
- WindowKey+R
- shell:startup
- Create your shortcut in the window which comes up.
For all users, place a shortcut in the following location:
C:\Users\All Users\Microsoft\Windows\Start Menu\Programs\Startup
Reset Windows Updates on XP and Server 2003
article #605, updated 4045 days ago
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:
Fix BITS and Windows Update in Windows 7
article #592, updated 4082 days ago
If BITS and/or Windows Update aren’t working, try this:
MSVCP100.DLL
article #582, updated 4116 days ago
If this is missing, try here:
http://www.microsoft.com/en-us/download/confirmation.aspx?id=5555
Replace Start Button in Windows 8
article #580, updated 4123 days ago
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.
Change a Windows registry entry in CMD
article #577, updated 4126 days ago
Try this:
reg add "HKLM/Section1/Section2/Section3" /f /v "ItemName" /t REG_SZ /d "ItemContents"