Empty the Recycle Bin Without the Confirmation Window Showing Up

When emptying the contents of your Recycle Bin, you’ll be asked for confirmation as below. Here is a registry edit to turn off the prompt in Windows 7, 8 and Windows 10, using NirCmd. This registry edit replaces the Empty Recycle Bin command in the right-click menu and the ribbon button action with NirCmd, so that the Recycle Bin can be emptied silently.Read more

How to Add Icon to a Context Menu Item in Windows

When working with Windows 7 RC this week, I stumbled upon another nice and useful feature that I thought I should write about. In Windows 7 and higher, you can add icons to your custom right-click (static) menu entries.

Usually, to display a right-click command with an icon, one needs to write a context menu handler Shell Extension (DLL). Now, you can assign icons for static menu items as well, without having to program anything.

The instructions in this article apply to Windows 7 through Windows 10.

Read more

Multiple Svchost.exe in Task Manager; View Services Running Under Each Svchost.exe

view services running under svchost.exe

Svchost.exe is a process that hosts Windows services to perform various functions. There can be multiple instances of svchost.exe (host process for Windows services) running on your computer, with each instance containing different services. Especially on Windows 10 v1709 and Windows 11, you might see 50+ Svchost.exe processes.

Using Task Manager, you can view the list of Services running under a particular svchost.exe process. Read more

How to Make Folders Appear as Cascading Menu in the Quick Launch Toolbar

When you create sub-folders in the Quick Launch folder to better organize the shortcuts, the folders will appear in the Quick Launch toolbar correctly, but clicking them would launch Windows Explorer.

Some people would like to view the contents of the folder (cascaded as a list) rather than opening the folder when clicked. Here is how to make folders in the Quick Launch toolbar cascade as menu when clicked.Read more