답변:
ftype을 사용하여 실행되는 명령을 수정해야합니다 .
assoc을 사용하여 파일 형식을 찾으십시오 .
assoc .pdf
이것은 다음과 비슷한 것을 반환합니다 :
.pdf=AcroExch.Document.DC
이제 ftype 을 사용 하여 .pdf에 대한 현재 명령을 실행하십시오.
ftype AcroExch.Document.DC
이것은 다음과 비슷한 것을 반환합니다 :
AcroExch.Document.DC="C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe" "%1"
이제 추가 플래그를 사용하여 새 명령을 설정하십시오.
ftype AcroExch.Document.DC="C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe" -invert-colors "%1"
노트 :
ftype
할 수 있지만를 사용하는 대신 에서 시작하는 참조를 추적 HKEY_CLASSES_ROOT\.pdf
합니다.