Fix File Association Error When Launching Windows Explorer in Windows 7

When you click the Windows Explorer shortcut which is Pinned to the Taskbar, or when running explorer.exe directly in Windows 7, the following error message may be displayed with text "explorer.exe" in the title bar.

This file does not have a program associated with it for performing this action. Please install a program or, if one is already installed, create an association in the Default Programs control panel.

And using the WinKey + E key sequence causes "Unspecified error" Read the rest of this entry »

In response to a script request recently from one of our readers, here is a VBScript that I came up with, that displays last logon date/time details for each local user account in a computer.

[Download lastlogon.vbs] Read the rest of this entry »

If you have a host application that you don’t want to be pinned to the Windows 7 taskbar, you can do so by adding a registry value in the application registration area. By default Windows prevents the following host processes from being pinned to the taskbar.

  1. RUNDLL32.EXE
  2. MSHTA.EXE
  3. DLLHOST.EXE
  4. APPLAUNCH.EXE
  5. HH.EXE
  6. WINHLP32.EXE
  7. MMC.EXE

… and other file names defined in the following registry key in string values HostApps, AddRemoveApps and AddRemoveNames

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ FileAssociation

To remove the Pin to Taskbar (and "Pin this program to taskbar") context menu options for a particular application, use these steps: Read the rest of this entry »

In the Windows 7 Taskbar, you can start a program elevated by holding the CTRL & SHIFT keys and then clicking on a Pinned shortcut. Unfortunately there are no keyboard shortcuts available to start a program elevated via the context menu. To launch a program elevated from the right-click menu, you can add custom entries and launch it using a script or using the NirCmd utility. Earlier we wrote about the new "elevate" command-line argument in NirCmd, which you can implement in the context menu. Read the rest of this entry »

When you generate a System Diagnostics Report using Windows Performance Monitor, it may report that no anti-virus product is installed in the system. Whereas the Windows Security Center or  Action Center (in Windows 7) detects the installed anti-virus product and reports its status correctly.

Read the rest of this entry »

When you insert a DVD media in the drive, right-click on the drive and choose Play from the context menu, the following error may occur.

Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item.

However, you may be able to play DVD movies via the AutoPlay dialog, or by starting Windows Media Player and using the Play menu. This happens if the DVD/Play association setting is missing or incorrect, or is of incorrect value type. The DVD Play verb is stored in this registry key: Read the rest of this entry »

The System File Checker (sfc.exe) is an useful tool that lets you scan the integrity of Windows system files, and repair corrupt or missing system files. Numerous cases have been resolved thus far by running Sfc.exe with the "scannow" parameter. However, there are situations where in a corrupt or missing system file prevents Windows from booting normally, and running Sfc.exe from Windows isn’t possible. In such cases, Sfc.exe can be run offline using two additional parameters, via the Windows Recovery Environment (Windows RE) in Windows 7 and Windows Vista. Read the rest of this entry »

I know many folks that use Windows SysInternals Process Explorer to gather information about running processes and their open handles. There is an excellent, but probably unsung tool within Windows 7 called Resource Monitor which can be used to see details of running processes, their associated handles and associated modules (for example, DLL files). Resource Monitor proves to be an useful tool to investigate processes and locked files, and can come in handy especially when you forget to bring your troubleshooting toolkit along when fixing a friend’s PC. Read the rest of this entry »

One of our readers faced a problem where the Windows Event Log failed to start, and as a result, a couple of other services failed as well. Attempting to start the Windows Event Log service manually via the Services MMC resulted in error 4201. The complete error message is provided below:

Windows could not start the Windows Event Log service on Local Computer.

Error 4201: The instance name passed was not recognized as valid by a WMI data provider.

Read the rest of this entry »

Firefox Add-Ons to Copy WebPage Title and URL to the Clipboard

Sometime ago we covered the much useful Copy Title and URL extension for Internet Explorer. For Mozilla Firefox users, there are similar Add-ons available which bring the Copy Title/URL functionality. This article covers two such Firefox Add-ons. Read the rest of this entry »