Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
userspace:adobe_reader_xi_yet_another [2015/03/29 19:32] SisterOfMercy |
userspace:adobe_reader_xi_yet_another [2015/03/29 19:33] (current) SisterOfMercy |
||
---|---|---|---|
Line 161: | Line 161: | ||
Sub_check_exitcode | Sub_check_exitcode | ||
comment "Disable unneeded shell extensions" | comment "Disable unneeded shell extensions" | ||
- | Winbatch_shellex_32 /64Bit | + | Winbatch_shellex_64 /64Bit |
comment "Copy files" | comment "Copy files" | ||
Files_install_64 /64Bit | Files_install_64 /64Bit | ||
Line 202: | Line 202: | ||
;Filename : C:\WINDOWS\system32\"pdfprevhndlrshim.exe" | ;Filename : C:\WINDOWS\system32\"pdfprevhndlrshim.exe" | ||
"%ScriptPath%\files\shexview-x86\shexview.exe" /disable {49400A7C-81A8-4F52-8CCE-D54739EE87EC} | "%ScriptPath%\files\shexview-x86\shexview.exe" /disable {49400A7C-81A8-4F52-8CCE-D54739EE87EC} | ||
+ | |||
+ | [Winbatch_shellex_64] | ||
+ | ; Disable unneeded shell extensions | ||
+ | ;Description : PDF Shell Extension | ||
+ | ;Filename : C:\Program Files (x86)\Common Files\Adobe\Acrobat\ActiveX\PDFShell.dll | ||
+ | "%ScriptPath%\files\shexview-x64\shexview.exe" /disable {F9DB5320-233E-11D1-9F84-707F02C10627} | ||
+ | "%ScriptPath%\files\shexview-x64\shexview.exe" /wow64 /disable {F9DB5320-233E-11D1-9F84-707F02C10627} | ||
+ | |||
+ | ;Extension Name : Adobe PDF Preview Handler | ||
+ | ;Filename : C:\WINDOWS\system32\"pdfprevhndlrshim.exe" | ||
+ | "%ScriptPath%\files\shexview-x64\shexview.exe" /disable {49400A7C-81A8-4F52-8CCE-D54739EE87EC} | ||
+ | "%ScriptPath%\files\shexview-x64\shexview.exe" /wow64 /disable {49400A7C-81A8-4F52-8CCE-D54739EE87EC} | ||
[Files_install_32] | [Files_install_32] |