简体   繁体   中英

Acrobat Reader DC Comment Frame Disabling

Is there any other way to disable comment frame that's on the right section? Whenever I open a PDF file to read, it is being opened comment sidebar. I couldn't find the solution in the preferences.

http://zinzinzibidi.com/img/adobe-reader-sidebar.png

You may create DWORD named bExpandRHPInViewer with value 0 at [HKCU\\Software\\Adobe\\Acrobat Reader\\DC\\AVGeneral] . And DWORD bRHPSticky with value 1 hides tools pane, which is also annoying. Code for *.reg file:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\DC\AVGeneral]
"bExpandRHPInViewer"=dword:00000000
"bRHPSticky"=dword:00000001

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM