Sometimes in Windows Explorer, users may not be able to select more than one file or folder. Using the Select All option, SHIFT + Click or CTRL + Click key combos to select multiple files or folders, may not work. Here is how to fix the single select problem in Windows Explorer.Read more
scripts
How to Create System Restore Points using Script or Command-Line
System Restore is a valuable feature in Windows that helps you easily recover the system in the event of any misconfiguration. If you’ve been using the System Restore feature regularly, then you need to know how to create System Restore Points with a single click using the command-line. You can also do this by scripting it using WMI or PowerShell.
This article discusses some methods to quickly create a System Restore point in a single click in Windows 11, Windows 10, and earlier Operating Systems.Read more
How to Add “Copy as Path” to Right Click Menu in Windows XP
Windows Vista and higher already include the useful Copy as Path option in the context menu, which helps you quickly copy the complete path of the selected file(s) or folder(s) to the Clipboard. Here is how to add “Copy of Path” feature in Windows XP.Read more
How to Add “Open File Location” Right-Click Option in Windows XP
Windows Vista and Windows 7 include the Open file location context menu item for Shortcuts, which helps you quickly open the target folder of a shortcut. In Windows XP, it takes four mouse clicks to accomplish the task.
To open the target folder of a shortcut in Windows XP, you need to right-click on the shortcut file, click Properties and click the Find Target button to open the parent folder of the target file or folder. And an additional mouse click is needed to close the Shortcut Properties dialog.Read more
How to Copy Address of a Internet Shortcut (.URL) via Right-click Menu
The Copy as Path command in the right-click menu is an extremely useful one to quickly copy the full path of a file or folder to clipboard. Similarly, for internet shortcut (.url) files, here is a script that lets you copy the web address (URL) of a internet shortcut, via the right-click menu.
After following the steps in this article, you’ll see a Copy Target URL context menu option when you right-click on an Internet Shortcut (.URL) file. Clicking this option copies the shortcut’s Web address to the Windows clipboard.Read more
Fix: Thumbnails Not Showing up in File Explorer
Are your image files showing up with a generic mountain and lake scene instead of the miniature or thumbnail display in File Explorer? And video files may show up with a generic icon/thumbnail.
This article tells you how to enable thumbnails in File Explorer on Windows 10/11 and earlier.Read more
How to Rebuild Icon Cache in Windows 10 or 11
We may face the icon cache corruption issue sometimes in Windows 10/11 and earlier OS. The icon cache corruption causes the wrong icons to show up for certain programs or in certain areas of the Windows shell, or no icons at all. For example, your pinned taskbar shortcuts may show up with the wrong icon.Read more
Clear Recent Files history Using Script in Windows 10
Did you notice that in Windows it takes exactly half a dozen mouse clicks to clear the recent items history? This post has a VBScript to clear the recent documents history in a single click in Windows 10 and earlier. Clear Recent Files history in Windows In Windows 10, here is the procedure to clear … Read more
List Running Processes And Their Creation Times
The Windows Task Manager does not list the creation time and date of running processes. To get this info, you may use one of these methods.Read more
How to Save and Restore Desktop Icon Layout Automatically in Windows
When testing various display resolutions or after completing a remote desktop session, the desktop icons may go out of order. Another case is that when you accidentally use the Ctrl+ Scroll button (mouse) on your desktop, the Desktop icon size changes. But reverting to the original icon size may not restore the custom icon positions on your desktop. You can quickly undo the icon rearrangement by terminating explorer.exe forcefully, but that works only in certain circumstances.
In this article, we’ll see how to automatically save and restore desktop icons layout using different methods in Windows.Read more