Fix Print Spooler Service Error 2 and Error 3 in Windows

When you open Devices and Printers applet, none of your printers may be listed. Running the Printer Troubleshooter may show that the Print Spooler service isn’t running, and attempts to start the Print Spooler service manually via Services MMC or using the Microsoft Printer Troubleshooter Fix-It may turn out to be futile, showing up one of the following errors:Read more

Fix for Base Filtering Engine (BFE) Service Error 1083

base filtering engine error 1083 registry edit

When you try to start the Windows Firewall in a Windows computer, you may get a message stating that the the Base Filtering Engine (BFE) service is not running, and any attempts to start the BFE service may result in the error 1083:

Windows could not start the Base Filtering Engine service on Local Computer.
Error 1083: The executable program that this service is configured to run in does not implement the service.

Read more

Error “No such interface supported” when Accessing Personalize Context Menu Option in Windows 7

When you right-click on the Desktop and choose Personalize, the error "No such interface supported" is shown and the Personalize window doesn’t load. Registering the file actxprxy.dll resolves the problem. To do so, click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator. Type the following command and press … Read more

Fix Windows Firewall with Advanced Security Snap-In Error 0x5 in Windows 7

When you open the Windows Firewall with Advanced Security snap-in in Windows 7, the following error may be displayed and the snap-in loads up blank:

There was an error opening the Windows Firewall with Advanced Security snap-in

You do not have the correct permissions to open the Windows Firewall with Advanced Security console. You must be a member of the Administrators group or the Network Operators group to perform this task. For more information, contact your system administrator. Error code: 0x5.

Read more

Fix: Missing or Incorrect Icons Showing up in the Windows UI (Shell)

There are several third-party programs available that can customize or change the shell icons, such as folders, Recycle Bin, etc. The default icons are overridden by adding necessary entries to the registry. After installing and uninstalling a theme or third-party program, various icons in the user interface may go missing or show up with incorrect or generic icons.

Some problems (such as missing icons, or icon placeholders showing up) may manifest after the user uninstalls the third-party icon customization program.

Missing Recycle Bin icon in the Delete File confirmation dialog
Folders showing up with “unknown” icons in Open/Save As dialog boxes

This article explains how to fix missing shell icons in various places in the Windows shell, by clearing out the remnant icon override entries in the Windows registry.Read more

How to Find Which Program Is Making Sound in the Background

volume mixer - program name

Every now and then, my PC located in the bedroom emanated a sound at random intervals. This was caused by an application playing a short media file. And I noticed it twice when entering the bedroom, which I thought was a mere coincidence, but wasn’t. I couldn’t figure out what it was.

Control Panels → Sounds was the first place I checked. It was not the Sound Scheme as it was already set to “No Sounds”.

I then opened the Volume Mixer to find out the program responsible for playing the unidentified music on my computer. But when I looked through the Volume Mixer, the 3rd column said: “Name Not Available”. Randomly, the music just popped right up into the speakers. It lasted for a few seconds.

Find which program is playing random music in the background

With almost a dozen applications running and I didn’t want to disturb them, I fired up the excellent Process Monitor right away and configured the filters so that any entry with “.wav” in the Path is captured.

It may not necessarily be a .wav file (it could be .mp3 or any audio file type, as well), but I had a suspicion that it could be, in this case. So I included “.wav“, to start with.Read more

[Fix] Compressed (Zipped) Folder Access Denied Error “Unable to Complete the Operation”

temp variable set - zip folder access denied

When you try to create a Compressed (zipped) folder in Windows, the error “Unable to complete the operation. Access is denied” may occur and the zip file is not created.

Compressed (Zipped) Folder Access Denied error occurs if the user %TEMP% variable isn’t properly set, or the user has no “write” access to their %TEMP% folder.

Instructions in this article apply to all versions of Windows, including Windows 10/11.

Read more

Wrong icon for file type; how to refresh the icons quickly

incorrect icon shown for a file type in windows

Summary: Incorrect icon shown for a file type, desktop shortcut, or taskbar icons in Windows. This article tells you how to fix it.

Recently I received a query wherein the user has installed Foxit Reader. Later, he set accidentally associated the .zip file type with Foxit Reader via the Open with dialog. They got the association problem straightened out by running the .zip association fix from the File association fixes page.

However, the .zip file type was still showing the Foxit Reader icon, although the association settings were correct.

Whenever the file association settings are changed or a new association is created via the registry or script, the system might not be aware of the change. Programs use the SHChangeNotify API call specifying the SHCNE_ASSOCCHANGED event, in order to refresh the icons without requiring a reboot.

This article explains the different ways to quickly refresh the icons in Windows 7, 8, and 10 without rebuilding the Windows icon cache or restarting Windows.Read more