Notes

Power Toys

Install from: https://github.com/microsoft/PowerToys/releases

Power Rename

https://learn.microsoft.com/zh-cn/windows/powertoys/powerrename

Examples:

# using regex
(.*).mp4 --> $1_backup.mp4
bash

MS use $1 for group reference in regex, instead of \1!

Type to search.