1. 윈도우 키 + R
2. cmd
3. cd 해당경로
> 드라이브가 다르면 c: + enter .. d: + enter 식으로 해당 드라이브로 변경 후 수행
4. 윈도우 CMD 창에서 아래 명령 수행(복붙)
powershell -NoProfile -ExecutionPolicy Bypass -Command "Get-ChildItem -Recurse | ForEach-Object { $newName = $_.Name.Normalize([System.Text.NormalizationForm]::FormC); if ($newName -ne $_.Name) { Rename-Item -LiteralPath $_.FullName -NewName $newName -Force } }"
★ 이런것 까지.. 위폴에서 가르켜 줘야나 ㅋ
이런것 안 알려주시면 모릅니다ㅋㅋㅋ
맥은 파일명에 띄어쓰기 있으면 안 되나요?
밑에 내용은 이름을 강제로 어떻게 하라는? 어떻게를 모르겠네요ㅋㅋ