Tag

#SysInternals

Initialization of Client failed: Closing Application

September 25, 2019

After installing Rand McNally IntelliRoute software, users may experience the error "Initialization of Client failed: Closing Application" This problem is usually attributed to inadequate permissions for the user…

CPU-miner Installed via Windows OS Vulnerability

April 27, 2017

I have triaged a handful of Windows servers this week that started out being ticketed as high CPU / performance issues. Upon investigation, I have found XMR cryptocurrency…

System and Compressed Memory

November 23, 2015

I was looking at my system’s performance (Windows 10 Build 10565) and noticed something I hadn’t seen before “System and compressed memory” utilizing about 500MB. Looking into this…

Defrag SQL MDF and LDF on Server

March 21, 2013

I wrote this script to defrag all the found MDF and LDF files on a server that I've been testing on.  It uses Sysinternal's Contig tool which is…

Determine Version of Microsoft Project Plan File

September 6, 2012

Found a quick way to determine the version of Microsoft Project Plan files (.MPP). The information is available at Microsoft's site directly: Click Here Here's the batch script…

Server 2008 R2 Performance Tuning

May 18, 2012

Here's some of the things I do to a new Server 2008 R2 install (physical and/or virtual settings are mixed in; (VIRTUAL ONLY) specifies I only do configuration…

wmic output hangs when using psexec

February 2, 2012

I recently found when trying to issue a wmic query on a remote system with psexec (1.98) it would hang and not display results. The solution is to…

Event ID 4226

January 3, 2012

Every time I have come across this event: Event ID 4226 Description TCP/IP has reached the security limit imposed on the number of concurrent TCP connect attempts. it…

UPHCleanup, Handle, ProcExp vs. NTUSER.DAT

December 22, 2011

The infamous: Windows cannot load the user's profile but has logged you on with the default profile for the system. This was received on Windows Server 2003 Terminal…

Open Windows Registry at Specific Key

December 2, 2011

Ever needed to jump to a specific registry key? Regedit doesn't allow you to do this natively; when launched, regedit uses the last open location to go to.…

Enable XP Remote Administration through Firewall

July 18, 2011

This isn't going to be detailed… Get PsExec from SysInternals (http://live.sysinternals.com/psexec.exe) psexec remoteComputerName cmd /c netsh firewall set service RemoteAdmin This runs the "netsh" command on the remote…

Disk2VHD: Create a virtual disk of live system

November 27, 2009

Another great tool from Mark Russinovich at SysInternals called Disk2VHD I just discovered. Disk2vhd is a utility that creates VHD (Virtual Hard Disk – Microsoft’s Virtual Machine disk…