以jpg图片为例
使用PowerShell(高级批量命名)
cd "图片文件夹路径"
$i=1
Get-ChildItem *.jpg | ForEach-Object {
Rename-Item $_ -NewName ("风景_{0:D3}.jpg" -f $i++)...
文件批量重命名
时间:2025.08.06Windows 11创建本地账户
时间:2023.12.21系统激活
时间:2023.04.281、On Windows 8.1/10/11, right-click on the windows start menu and select PowerShell or Terminal (Not CMD).
2、Copy-paste the below code and press enterirm irm https://get.activated.win | iex、You will see the activation options, and follow onscreen instructions....
小鸟云85折优惠券:GHDY83
时间:2020.01.15系统清理.bat
时间:2020.01.15@echo off
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q %systemdrive%\\*.tmp
del /f /s /q %systemdrive%\\*._mp
del /f /s /q %systemdrive%\\*.log
del /f /s /q %systemdrive%\\*.gid
del /f /s /q %systemdrive%\\*.chk...