Windows/유틸리티
PortableApps.comLauncher_2.2.9.paf Program Files 실행 차단 우회
Prous
2025. 6. 24. 06:13
반응형
\Source\Segments폴더의 PathChecks파일에서
; This string doesn't let on about the disable switch (by design)
MessageBox MB_OK|MB_ICONSTOP `$(LauncherProgramFiles)`
Quit
이 줄을 찾아서 주석처리를 하면 됨
; This string doesn't let on about the disable switch (by design)
; MessageBox MB_OK|MB_ICONSTOP `$(LauncherProgramFiles)`
; Quit
반응형