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

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