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

Disable Folder Thumbnails without Disabling Thumbnail Preview for Files

disable folder content thumbnails

When a folder contains one or more images in it, the contents of the folder are shown as the thumbnail image for that folder.

disable folder content thumbnails

Windows allows you to enable or disable thumbnail previews in File Explorer using the Always show icons, never thumbnails setting in the Folder Options dialog. When you turn off thumbnail previews, icons are shown instead of thumbnails — for both files and folders. The Folder Options dialog doesn’t have an option to disable thumbnail preview selectively for folders or for files only.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

How to Find and Delete Duplicate Files in Windows

find and delete duplicate files in windows - ccleaner

Over time, you may accumulate duplicate files or imported photos on your hard disk due to mismanagement or accidental copying to another location. In some situations, the duplicate files or photos may have completely different names than the original. How do you find duplicate files or photos on your hard disk and remove them to free up the disk space?Read more

Get File Hash Checksum (MD5, SHA-256) via Right-click Menu

get file hash via the right-click menu

Hashing means taking an input string of any length and giving out an output of a fixed length. Using the cryptographic hashing algorithm — e.g., MD5, SHA-256, SHA-384, you can verify if two files are identical or not. The checksum is a hash value used for performing data integrity checks on files. It’s a kind of signature for a file.

When you download large files from the internet such as the Windows 10 ISO images, there are chances that the file gets corrupt or a few bits lost due to inconsistent connection or other factors. Hash verification is the best way to compare the two hashes – source file on a website or server versus the downloaded copy.Read more