Skip to main content

Renaming File(s) with PowerShell Script

Renaming File(s) with PowerShell Scripts

# The Command Line below will rename file 
Rename-Item C:\Users\$env:userprofile\Desktop\test.txt new_name.txt 

Comments

Popular posts from this blog