Skip to content
Archive of posts tagged registry

ToolTip: HIDECALC – Hiding Drives in Windows

Want to make a drive disappear in Windows or prevent users from accessing it? then here’s the tool you need. HIDECALC allows you to define the drives to hide or prevent access to. HIDECALC does not apply the change on the system itself, but provides various options for exporting the settings into the following formats: [...]

Extract Path with spaces from Registry value

I’ve been browsing through the Microsoft TechNet Forums to see whether I can learn something new or maybe give someone a helping hand. Now before I am going to show the solution I gave someone, let me first tell you this. It was just before having diner that I read the question and already thought [...]

Running an Application as Administrator or in Compatibility Mode

Today someone in a forum asked how to programmatically configure an application so that it runs in compatibility mode. Configuring this manually is easy, just open the file’s properties, select the Compatibility tab and apply the required settings. On Windows 7 this then looks as shown in the picture below. Now whatever we configure here, [...]

Prevent the Windows 7 USB/DVD Download Tool from formatting the USB flash drive

If you want to install Windows 7 from USB you can use Microsoft’s Windows 7 USB/DVD Download Tool which you can download from here. By default the tool requires that the USB disk is being erased before copying the Windows 7 installation media, hence you get the following messages.   This is a bit laborious, [...]

Optimizations for Virtualized Windows 7 clients

Just found these two blog posts that describe some Registry and Services optimizations when running Windows 7 as a virtual client. Windows 7 Registry Optimizations for Virtual Desktops Windows 7 Optimization – Disable Services Thanks to Daniel Feller for sharing this

Extending Wallpaper search locations

When opening the “Change Desktop Background” Control Panel Windows by default uses the “Windows Desktop Backgrounds” picture location which is the content stored under C:\Windows\Web\Wallpaper In addition to the Windows Desktop Backgrounds location Windows also let you choose a Wallpaper from other locations such as the Picture Library, Top Rated Photos, Solid Colors or you [...]

ToolTip: Application Paths Editor

The Application Paths Editor allows you to add, edit and remove Application Paths. Setting an application path for your favorite application or script allows you to run the application directly from the “Run” dialog at the Start Menu. So assume you have a script called “HelloApp.vbs” which is stored under C:\Program Files\HelloApp without having set [...]

ToolTip – RegFromApp

Most Windows Operating System and Application settings are stored within the Windows Registry, so if you want to create a script that automates customized settings, but don’t know the exact registry key location or value, you usually end up creating a so-called registry snapshot that records the changes made to the Windows registry when applying [...]

TCP/IP Registry values for Vista and Server 2008

Microsoft has updated the TCP/IP Registry Values for Microsoft Windows Vista and Windows Server 2008 whitepaper that describes how to modify the TCP/IP behavior by making registry edits. The document can be downloaded from here

Scripting Windows Explorer Details View

Those of you who are familiar with desktop engineering know the pain of scripting Windows configuration settings. While in general many settings can be configured by adding or changing a specific registry key value, there are still many things within the OS where Microsoft did not make our life as easy and provides a single registry key that [...]