Clear Internet Explorer Cache using Rundll32 Command-Line

The rundll32 command-line involving inetcpl.cpl and the entry point ClearMyTracksByProcess which is widely in use since Internet Explorer 7, is effective only if it’s run in low integrity level. This is because in Windows Vista and higher, Internet Explorer manages two different cache containers, one for the Protected Mode and another cache folder to store files when Internet Explorer is outside the Protected Mode.Read more

What Causes “Unsaved Theme” to Appear in Personalization window?

A desktop theme contains various settings such as cursors, icons, wallpaper, screensaver, and other UI settings. It’s obvious that when one of those theme parameters is changed, Windows saves the customized setting in a separate theme file named Custom.theme, which is displayed in the Personalization window as “Unsaved Theme”. RELATED: Windows can’t find one of … Read more

Wevtutil Error “The specified channel could not be found” when clearing an Event Log File

If you’re receiving the following error when trying to clear an event log file using the wevtutil.exe CLI tool, then you’re most likely using an incorrect log file name parameter: Failed to clear log <logfile>. The specified channel could not be found. Check channel configuration. For example, the event log file name and the display … Read more