https://github.com/cheffromspace/rename-files
Simpin' for Trenton
https://github.com/cheffromspace/rename-files
Last synced: 12 months ago
JSON representation
Simpin' for Trenton
- Host: GitHub
- URL: https://github.com/cheffromspace/rename-files
- Owner: Cheffromspace
- Created: 2022-07-31T20:31:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-31T21:06:14.000Z (almost 4 years ago)
- Last Synced: 2025-06-27T22:12:26.955Z (12 months ago)
- Language: PowerShell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Before installing script set Powershell Execution Policy
`PS> Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned`
To install script `PS> Install-Script` from download directory
To use, navigate to folder containing files in File Explorer, then type 'Powershell' in the navigation box.

Powershell Prompt will appear, confirm the directory is the disired directory then type `Rename-Files` (or `rf` for short) in the Powershell prompt.

Confirm desired filenames in File Explorer

For more information type `Get-Help Rename-Files` in Powershell.