What you need to know
- Microsoft PowerToys just received an update to version 0.82.
- The update adds the ability for PowerRename to use sequences of random characters and UUIDs when renaming files.
- Paste As JSON has also been improved with the update.
- Quite a few bug fixes ship with version 0.82 of PowerToys as well.
Microsoft PowerToys just received an update to version 0.82 that improves a few of its more complex features. Following the update, you can have PowerRename use sequences of random characters and UUIDs when renaming files. The update also improves the Paste As JSON feature and fixes several issues within the app.
PowerToys is a collection of utilities primarily aimed at power users, though I'd argue it's a useful app for anyone who wants to expand their computing experience. Some utilities, such as FancyZones and Find My Mouse, are quite handy and don't require much technical knowledge.
PowerRename is much more complex and capable than it appears at first glance. While it can be used to simply find and replace specific characters across a group of files, you can also use expressions to make more complex edits. For example, you can enumerate items with a counter. The GitHub page for PowerToys breaks down all the expressions that you can use.
Following the recent update to v0.82, PowerToys supports using sequences of random characters and UUIDs within the PowerRename function. This new option lets you create random strings within the names of renamed files. You can customize which types of characters are used and how long strings can be. The following table appears on the GitHub page for PowerRename:
I'd guess that many who use PowerRename use it for bulk renaming files to replace a specific character, such as swapping spaces for hyphens. But the tool can do much more than that if you can memorize some formulas or have a few tables around your desk.
Renaming files with random string values is a niche feature, but it's a nice addition to PowerToys. Other options, such as using PowerRename to add creation date and time are likely more useful for a wider range of users.
PowerToys v0.82: Highlights
- New feature added to PowerRename to allow using sequences of random characters and UUIDs when renaming files. Thanks @jhirvioja!
- Improvements in the Paste As JSON feature to better handle other CSV delimiters and converting from ini files. Thanks @htcfreek!
- Fixed UI issues that were reported after upgrading to WPF UI on Color Picker and PowerToys Run.
- Bug fixes and stability.