Joined
·
11,465 Posts
What is some of the must-have utility software that you install on a Windows computer? I'm not talking about the web browsers, extensions, or your office suite, but rather those little utilities to make my work and personal life easier, and to improve my productivity. Here's my list:
- ShareX - This is a free swiss army knife of a screen capture utility that puts the Microsoft Snipping Tool to shame. Want to capture only a selected window? No problem. Edit the screenshot before capture with a highlight, a balloon for annotation, or even a blur to hide confidential information? No problem. Automatically save the screen shot to a folder with a specific pattern that has the date/time of the screen shot plus the window name? No problem. Upload it to a file sharing service? You got it. Generate a MP4 recording of a section of the screen? I use it all the time when collaborating with a team that is in another time zone.
- Notepad++ - I can't believe I forgot this in my original posting. What initially attacted me to Notepad++ many years ago was that it was a tabbed text editor, but anyone who has used it for any length of time can tell you it is extremely functional, especially with the code format functions and the plug-ins. Thanks to the DSpellCheck plug-in, I am often pre-composing my replies in Notepad, spell-checking them, and then pasting it into email or a board entry. And, with MIME Tools and XML Tools, I am able to decode a SAML assertion for Single Sign On (SSO) and then make the resulting XML into something human-readable.
- Ditto - I've been utilizing this clipboard manager for over a decade so that I can have multiple items available for pasting, including a "Plain Text Paste". In addition, there are some items that I am constantly re-pasting, including some templates, and I can have those as persistent entries that don't expire. Also, there is an editor in Ditto allowing me to edit the clipboard entries.
- Path Copy Copy - Path Copy Copy is a Windows Explorer extension that adds entries to the contextual menu shown for files and folders, allowing the user to copy the item's name or path in a variety of formats. This is invaluable in my role of writing up software documentation and support case notes.
- Microsoft Powertoys - A couple of nice add-ons developed by Microsoft. One of the new features of the .49 release is the "Find My Mouse", which is handy because I have both my personal desktop and my work laptop hooked up to the same monitor, and am switching between the two. By hitting Control twice, I know where my mouse pointer is located. In addition, it includes PowerRename which is a decent bulk renaming utility and a easy image resizer.
- Métamorphose - This bulk renaming utility allows me to set up a series of rule when renaming a batch of files, including pulling the date of when I took a photo. Whats annoying is that this utility hasn't been updated in TEN years. I am trying out Bulk Rename Utility and Advanced Renamer as modern alternatives, but they are free only for personal use.
- 7-Zip - This free archive utility unpacks archives from multiple formats (including RAR), but also does creates the high-compressable 7z and zip archives as well.
- KeePass - It's my master password manager, with a subset of the passwords stored in LastPass. Yes, I believe in strong, unique passwords for all the sites that I access. My password file are stored on a cloud drive which is backed up to a personal-owned server.
- Paint.net - Although I don't use this as often now for screen shot annotation, it is still a very impressive image editing program.
- WinMerge - Open Source differentiating and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle.
- PuTTY - SSH/Telnet program that is free.