PowerShell 관리자 모드에서 ExplorerPatcher 프로그램 설치 명령어
PowerShell 관리자 모드에서 ExplorerPatcher 프로그램 설치 명령어
Invoke-WebRequest -Uri "https://github.com/valinet/ExplorerPatcher/releases/latest/download/ep_setup.exe" -OutFile "$env:USERPROFILE\Downloads\ep_setup.exe" ; Start-Process "$env:USERPROFILE\Downloads\ep_setup.exe" -Wait
공개 마지막 업데이트: 2025-11-09 11:32:52 AM