View and Remove Display Languages in Windows

Unnecessary display languages can use a huge chunk of disk space. According to Microsoft, “Having too many affects disk space, and can affect performance, especially while updating and servicing Windows.” In my own experience, language packs can take as much as 20-25GB of disk space. There are a lot of resources about installing and removing […]

Read More

N-central MSP Connect Option Grayed Out

On occasion, the MSP Connect function will cease to exist. No going away note. No mint on the pillow. It’s just gone. The Remote Control button is a lifeless gray: The MSP Connect option is gone from the drop-down menu: All the other functions appear to be working. The CPU and memory usage monitors appear […]

Read More

Getting the Model Number from a Command-line

This is a handy way to get the model of your computer from the command line. Should work on most systems: wmic csproduct get name This can be useful in a number of situations: Finding the model number on a remote computer where you can’t physically look for the model You don’t want to open […]

Read More

“Windows could not complete the installation” Error – HOME Edition

This article is specifically aimed at users of Windows Home Edition. This is intended to help you fix the error that reads, “Windows could not complete the installation. To install Windows on this computer, restart the installation.” At the error message, do the following: Press SHIFT+F10 to open the command prompt Type net user administrator <password> […]

Read More

Remotely Modifying the Registry Using Regedit

This is one of my favorite tricks. I use this trick when someone’s Adobe suddenly decides to update so aggressively that the computer slows to a crawl. Or when Java keeps prompting to update even though auto updates are disabled. You can easily connect to the machine, make the change and the user never needs […]

Read More

Enable Remote Registry Access

By default, Windows does not allow remote access to the registry. To access the registry remotely you’ll first need start the Remote Registry service. There are multiple ways to achieve this; we’ll cover three ways here: Manually start the service (good option when building an image, not so good if the device is already remote) […]

Read More

Disable Lenovo System Update Automatic Updating

If you need to disable System Update scheduled updates on a single machine, you can easily do this manually. Open System Update and then click Schedule updates under the “Advanced” section. Uncheck the box “Enable monthly check for updates”. Congratulations! Your box-unchecking skills are impeccable. If you need to modify a machine remotely or disable updates […]

Read More

Status Errors in Nagios

I seem to have a habit of using overly complicated tools to do simple things. I’m using HylaFAX to deliver the fax for a single number to a single email address (a topic for another time) and now I’m using Nagios to basically ping a single Windows server. Well, it’s not about the destination but […]

Read More