How to Open File or Folder Path from the Clipboard Using Shortcut

copy path to clipboard to Run dialog

Sometimes we may need to copy a file or folder path from your email or chat window to the clipboard, and open the file or folder manually. Most people open the file or folder by launching the Run dialog, pasting the path from the Clipboard, and clicking OK.

paste path from clipboard to Run dialog

If your job involves doing this sort of task repeatedly, manually opening the Run dialog and pasting the path every time can be tedious. You can simplify this using a keyboard shortcut (hotkey) with the help of a small AutoHotKey (AHK) script.

Read more

Open Command Prompt in Current Folder Using Keyboard Shortcut

open command prompt in current folder - autohotkey

There are at least a couple of ways to open Command Prompt in the current folder path from a folder window. The two widely used options include running cmd.exe from the File Explorer address bar and using the Open Command window here option from the folder background context menu.

But, no built-in option exists to accomplish this using a keyboard shortcut or hotkey. This post tells you how to open Command Prompt (or admin Command Prompt) in the current directory path using the AutoHotkey automation tool.Read more

Insert Date/Time in Any Program Using Keyboard Hotkey

insert date/time in any program - wordpad

When you’re writing content such as technical content, news articles, etc., you may sometimes want to insert the current date or timestamp in a program or editor you’re using. In Notepad, you can add the timestamp by pressing the F5 key.

Microsoft Office Word, OneNote allows the Alt + Shift + D and Alt + Shift + T hotkey combinations to insert the current date and current time respectively.

Similarly, WordPad has the Date and time toolbar button that lets you insert the date or timestamp in your preferred format from the list of 13 choices.

insert date/time in any program - wordpad

But, if you’re using a program which doesn’t have a built-in feature to insert current date and time, you may need a third-party macro or automation tool for that purpose. With automation tools, you also have the advantage of using a single hotkey combination to insert the date or timestamp in any program.Read more

Clear all notifications in Action Center using Keyboard or Shortcut

clear all notifications shortcut action center

The Action Center in Windows 10 is a slide-out pane where all system notifications are displayed and it has quick action buttons to various Windows settings. Any notification shown on your taskbar will be added to the Action Center. The unread (new) notifications count is also displayed on the Action Center notification area icon.

The Action Center may accumulate too many messages over time. To clear them simply click on the Clear all notifications link at the bottom of the Action Center slide-out pane. This article tells you how to clear specific notifications using a shortcut.Read more

Turn Off Monitor Using Shortcut or Command-line in Windows

samsung monitor jog button

My new Samsung Curved monitor has the power button on the rear end, perhaps for aesthetic purposes. I have been using monitors that have controls on the front or underneath the bezel all these years. Now, with the new monitor, I find it a little bit inconvenient to reach out to the button on the backside every time I need to turn off or turn on the display.Read more

Taskbar Volume Control Icon does not Work in Windows 10/11

Sometimes, the Taskbar volume control icon in Windows may not respond to the mouse click. The slider doesn’t appear when you click on the speaker icon, and nothing happens when you right-click on it. The audio may still work in all applications, but only the controls don’t open. Due to this, users have to open sndvol.exe from the Run dialog to open the Volume Mixer and control the sounds.

This post explains how to fix the volume control (speaker) icon in Windows 10 and Windows 11.Read more

Photos App Mouse Wheel Settings: Scroll to Zoom or View Prev/Next [Windows 10]

When viewing a single photo in Windows Photo Viewer and Windows Picture and Fax Viewer (Windows 7), rotating the mouse scroll button used to zoom the image, and most people expected the same with new Photos app in Windows 10.

In early builds of Windows 10, the Photos app included the behavior of scrolling prev/next photos with the mouse wheel. Then in one of the interim builds, the functionality was changed, where mouse wheel started zooming. Some users were not happy with this inconsistency.Read more

How to Stop F1 Key from Opening Help (Bing) in Windows 10 and 11

When you press the F1 key in Windows 10 or 11, it opens Microsoft Edge and loads the How to get help Bing search page showing a video on “how to get help in Windows 10”. Using a registry edit, you can stop F1 from opening your browser especially if it obstructs when gaming or performing other tasks.Read more