Microsoft Windows Service Pack Blocker
A blocking tool is available for organizations that would like to temporarily prevent installation of Service Pack updates through Windows Update. This tool can be used with: Windows…
Micro$oft Windows
A blocking tool is available for organizations that would like to temporarily prevent installation of Service Pack updates through Windows Update. This tool can be used with: Windows…
I’m sure when you look at your running processes in Task Manager you see a few svchost.exe processes running. I’m also sure that you’d like to know what…
Continue reading
Are the users getting the popup message that says: Idle timer expired : Session has been idle over its time limit. It will be disconnected in 2 minutes.…
Error: FILENAME is not accessible. You might not have permission to use this network resource…Not enough server space is available to process this command. This error is typically…
I recently blogged about another method to obtain a process' CPU usage via Command Line: Get CPU Usage of a Process from Command Line Here’s a quick command…
First of all, there are a few tools that I’ve used in the past to show me files that certain processes have opened up. One such tool is…
Google 7.7.7.0 Redirect Malware, Virus, Spyware… UPDATE (9/29/2011 9:15AM EST)I have corrected the link to the 7770finder.exe file. This still detects the original strain of this piece of…
This script is intended for use on Windows XP / Server 2003. @echo off setlocal @for /d %%d in ( C:\Documents and Settings\* ) do @( echo %%d…