Created
November 4, 2022 09:45
-
-
Save spddl/a5908207f8727fea5a059003bb602811 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
powershell -NoProfile -NoLogo -c "& {$h=$(Get-FileHash '%*' -Algorithm SHA256).Hash; $f=gci '%*'; Rename-Item -Path '%*' -NewName """$($f.Directory)\$($f.BaseName)_$h$($f.Extension)""" }" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment