Cascading Menu and File Explorer Jump Lists Issue in Windows 10

When you implement Cascading Menus in File Folders (Directory) using the SubCommands or ExtendedSubCommands registry keys in Windows 10, an interesting thing happens. The last item in your Cascading menu gets executed when you right-click Pinned File Explorer shortcut in the Taskbar, and click on a folder in the Jump List, instead of a folder window opening.Read more

How to Selectively Delete System Restore Points

vss list shadow copies restore points

The System Restore user interface doesn’t have an option to remove individual restore points. But, it’s possible to remove Restore Points selectively using the Vssadmin command-line, PowerShell, or by writing a program that makes use of the SRRemoveRestorePoint API in Windows Vista through Windows 10.

This article explains the two methods to delete individual restore points in Windows.

Read more

How to Clean Boot Windows Using Autoruns?

This post explains how to clean boot Windows using the Autoruns utility from Microsoft. Clean boot is nothing but starting Windows without 3rd party services and startup programs. This procedure is done to find out the which program, service or a module is causing a specific problem in Windows. Once you narrow down the offending program or module, remove the program, and enable all other items that you’ve disabled earlier, to come out from clean boot to normal state.Read more

Windows Media Player Rip Location is Stuck. How to Fix it?

Summary: The “Rip Music” tab in Windows Media Player Options dialog shows up an empty location, and the Change button doesn’t work. User is unable to change or set the default Rip folder location.

When the folder that was last set as the default Rip location is missing, Windows Media Player sets your Music folder (as fallback) for the Rip location. So, if the Music folder is inaccessible for some reasons, (say the user moved the Music folder to a removable drive, and the removable drive-letter has changed or the drive is disconnected or inaccessible), the Rip location would show up empty and the Change button remain stuck.Read more

How to Track “Access Denied” Registry and File Events Using Process Monitor

A well-written application does proper error handling, notifying the user in detail about the error it countered and how to go about fixing it, rather than failing silently or throwing up an obscure error code and quitting. This post tells you how to trace "Access Denied" events for file and registry activities occurring in the system, using Process Monitor.Read more