Browsing Category
Guides
Do things you didn’t know were possible. Do regular things better, quicker.
Windows – Extract Image Frames from Videos
945
Have you ever wanted to convert a video to images (extract multiple screenshots) or generate a thumbnail collage from video screenshots?
Windows – Extract Log On / Log Off Times in Excel
656
Start monitoring the time your PC is on every day with a simple powershell script and Excel. Track your time spent and expenses.
Windows 11 CLSID Key (GUID) Shortcuts
1,647
A CLSID is a globally unique identifier that identifies a COM class object. This tutorial will show you a complete list of GUIDs from the CLSID key in the registry that can be used to create shortcuts to directly open items with in Windows 11.
How To Measure Windows Startup Time (and Fix It)
1,462
In computer science, speed is always the most important parameter, and it is the one on which software and hardware developers strive to improve their products. Microsoft, for its part, has significantly improved the startup speed of a computer running Windows, particularly when the hardware requirements are met.
Create a Shortcut to Quickly Edit Your Hosts File
850
Quick and simple fix for hosts file editing issue. Simply configure the attributes of the shortcut to always launch as Administrator and you can modify the file in Notepad. The last step is to create that shortcut so it can be accessed with just one click from the Start Menu, Desktop, or other location of your choice.
EXCEL – Highlight Active Row/Column when Cell is Selected (VBA)
1,238
Think that you have loads of data with many rows and you need to check them daily for details, or add new data. You might miss things after concentrating on many rows too much time, clicking on a row and reading data from the row above or below. Try row highlighting!