After updating to Malwarebytes version 3.2.2, the “Malwarebytes Tray Application” window shows up in the Alt + Tab or Win + Tab task switcher window. This may be very annoying for users who use the task switcher frequently.Read more
nircmd
How to Restart Explorer Cleanly Using Shortcut or Command-line
When you make changes to the Windows registry using the Registry Editor, script or any other automation tool, you may have to logoff and login back for the changes to take effect.
That’s especially true if you’re altering the UI element metrics or changing the shell namespace folder icons etc. — as Explorer caches these settings when you log in.Read more
Create Shortcut to Launch the Alt-Tab Switcher (for Mouse users)
The most useful and frequently used Alt + Tab keyboard shortcut has been there since the Windows 3.1 era. If you’re are primarily a mouse user and want to open the Alt + Tab switcher screen using shortcut or script, this post tells you how to do that in Windows 7 and higher, which includes Windows 10.Read more
Take Screenshot in Windows 10 Using Different Ways
In any version of Windows, the PrintScreen key captures the screen to the clipboard, which can then be pasted in Paint or any image editor and saved to a file. However, Windows 8 and Windows 10 save you that additional step, making it very easy to capture your screen and saving to a file in a single keystroke. This article discusses various methods to take screenshots in Windows.Read more
How to Hide the Taskbar Completely using Shortcut in Windows
When you’re playing a game or using an application that’s better optimized for full-screen mode, the taskbar can be a distraction. You can set the taskbar to auto-hide using taskbar Properties or Settings window in Windows 10, by enabling “Auto-hide the taskbar” checkbox.Read more
Wrong icon for file type; how to refresh the icons quickly
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
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
Fun Tip: Add “Speak” Option to the Context Menu for Text Files
The amazing NirCmd utility now has a new “speak” command that allows you to easily cause your computer to speak the text that you wish. In this command, NirCmd uses the Speech library (SAPI) that is installed in Windows. Here is a fun tip on how to add the Speak command to the context menu for Text Documents (.txt).Read more
How to run .BAT files invisibly, without displaying the Command Prompt window
Batch files (.BAT) and Windows NT Command Script (.CMD) files run in console window when double-clicked. This means that the Command Prompt window will be visible until the .BAT or .CMD file execution is complete.
To make .BAT or .CMD file execution less intrusive, you can configure it to run minimized. Or if the .BAT or .CMD file does not require user input during run time, you can launch it in invisible mode using a Script.
The built-in Task Scheduler in Windows is capable of launching programs in hidden mode. If you don’t want to proceed via the Task Scheduler route, check out the options discussed in this article.Read more
Shortcuts to Eject and Close CD/DVD Drive in Windows
Windows already includes the Eject command in the context menu for optical drives. If you want to add the Close Tray option in the context menu for optical drives, then this article is for you.Read more