This happens especially in Outlook in creating new emails, but can happen with any combination of windows, where a new window is created but comes up “in back” where we expect it in front. Steps:
- Run REGEDIT.
- Browse to: HKEY_CURRENT_USER\Control Panel\Desktop
- Open, or create and open, DWORD value
ForegroundLockTimeout
.
- Set it to zero, click OK. Default is 200000 .
- Quit and reboot.
Categories:
Windows OS-Level Issues
SVCHOST Viewer
article #857, updated 3342 days ago
There are a number of great tools which will show you what your SVCHOST.EXE processes are really doing. Here is one of them:
http://www.howtogeek.com/80082/svchost-viewer-shows-exactly-what-each-svchost-exe-instance-is-doing/
Categories:
Tools
Windows OS-Level Issues
Yet something newer than the below, the Windows Update Automated Troubleshooter:
https://support.microsoft.com/en-us/gp/windows-update-issues/en-us
Microsoft is now providing an interesting toolset for Windows Update issues on current operating systems:
http://support.microsoft.com/common/survey.aspx?scid=sw;en;3779&showpage=1
And another Fix-It:
http://support.microsoft.com/kb/968002
And something to install, the SDK, which contains Windows Installer 4.5 and possibly 5.0 too:
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&displaylang=en
The below are our previous methods, from the indefatigable Mike Hunsinger. It is best to try level 1, see if that fixes, go to level 2. Both of these are done in administrative command prompts.
Level 1.
- Stop services:
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
- Rename folders:
ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak
ren %systemroot%\system32\catroot2 catroot2.bak
- Start services:
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
- If in Windows Vista or Server 2008 R1:
bitsadmin /reset /allusers
Level 2.
- Stop services:
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
- Deletions:
Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat"
- Registrations:
cd /d %windir%\system32
regsvr32.exe atl.dll
regsvr32.exe urlmon.dll
regsvr32.exe mshtml.dll
regsvr32.exe shdocvw.dll
regsvr32.exe browseui.dll
regsvr32.exe jscript.dll
regsvr32.exe vbscript.dll
regsvr32.exe scrrun.dll
regsvr32.exe msxml.dll
regsvr32.exe msxml3.dll
regsvr32.exe msxml6.dll
regsvr32.exe actxprxy.dll
regsvr32.exe softpub.dll
regsvr32.exe wintrust.dll
regsvr32.exe dssenh.dll
regsvr32.exe rsaenh.dll
regsvr32.exe gpkcsp.dll
regsvr32.exe sccbase.dll
regsvr32.exe slbcsp.dll
regsvr32.exe cryptdlg.dll
regsvr32.exe oleaut32.dll
regsvr32.exe ole32.dll
regsvr32.exe shell32.dll
regsvr32.exe initpki.dll
regsvr32.exe wuapi.dll
regsvr32.exe wuaueng.dll
regsvr32.exe wuaueng1.dll
regsvr32.exe wucltui.dll
regsvr32.exe wups.dll
regsvr32.exe wups2.dll
regsvr32.exe wuweb.dll
regsvr32.exe qmgr.dll
regsvr32.exe qmgrprxy.dll
regsvr32.exe wucltux.dll
regsvr32.exe muweb.dll
regsvr32.exe wuwebv.dll
- Reset networking:
netsh winsock reset
- Reconfigure proxy settings:
- If on XP:
proxycfg.exe -d
- If not on XP:
netsh winhttp reset proxy
- Start services:
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
- If in Windows Vista:
bitsadmin /reset /allusers
- Install the latest Windows Update Agent.
- Reboot.
Categories:
Windows OS-Level Issues
Windows Installer, Updates, Patching
Modern Windows machines, when running for a while, often accumulate many gigabytes of log files, and they are often extremely fragmented over time. Recently I have found a log file of just ~110 megabytes with more than nine thousand (9,000!) fragments, and several multigigabyte files with four and five thousand fragments.
Below is a globular list of satisfactory purges so far found. Do be aware that you should only do this when you know that you do not need their contents!
C:\Program Files\Windows Small Business Server\Logs\MonitoringServiceLogs\*.log
C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash*\*.tmp.*
C:\Program Files (x86)\StorageCraft\ImageManager\Logs\*.log
C:\Program Files (x86)\StorageCraft\ShadowProtect\Logs\*.log
C:\Program Files (x86)\StorageCraft\ShadowProtect\Logs\*.txt
C:\Program Files\Update Services\LogFiles\*.old
C:\Program Files\Update Services\LogFiles\*.log
C:\Windows\inf\setupapi.dev.log
C:\Windows\Logs\CBS\CBS.log
C:\Windows\Microsoft.NET\Framework*\*\*.log
C:\Windows\Microsoft.NET\Framework*\*\*.old
Categories:
Windows OS-Level Issues
Apparently, corruption in Windows filesystem transaction support will cause many different kinds of errors, ranging from IIS not starting to scheduled task creation failing to Windows updates failing. To fix this, one can do the following in an administrative command prompt:
fsutil resource setautoreset true c:\
In some circumstances it is reportedly helpful to repeat the above for E:\ and any other NTFS drive in production.
Categories:
Disks, Drives, and Filesystems
Windows OS-Level Issues
If you get “permission denied” trying to delete printers, delete everything relevant in all of these places (leaving the folders of course):
HKEY_CURRENT_USER\Printers\Connections
HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Devices
HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\PrinterPorts
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows NT\Printers\PushedPrinterConnectionStore\*
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Connections
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Printers
restart the spooler, refresh the Devices and Printers window, and you may be done, the involved printers will probably vanish. If they don’t they will be deletable at this point. If there are multiple user profiles on the PC, you will have to delete them in the other profiles. On some machines, some of the folders won’t exist, and this is perfectly fine.
Categories:
Printers & Printing
Windows OS-Level Issues
Categories:
Windows OS-Level Issues
Users and Profile Issues
Categories:
Windows OS-Level Issues
There is a group policy available which can do this:
http://social.technet.microsoft.com/wiki/contents/articles/5927.how-to-disable-ipv6-through-group-policy.aspx
The page says disable, but an option within the GP is to simply prefer IPv4, which can solve a lot of problems straightforwardly.
Categories:
Windows OS-Level Issues
Categories:
Windows OS-Level Issues