[SOLVED] Changing Directory Display in NCMPCPP Browser

Is anyone familiar with an option to change how directories are displayed in NCMPCPP's file browser? The default surrounds a directory with brackets, i.e.
[Boards of Canada]
[Califone]
[Department of Eages]
I can't find an option to disable or change that, and it's obnoxious because my album folders already have brackets around them.
Last edited by Olson (2011-03-23 00:23:23)

jasonwryan wrote:You could build from ABS and try hacking the source in display.cpp
I just tried this, and it seems to work: just change line 347 from
*menu << "[" << ExtractTopName(item.name) << "]";
to:
*menu << ExtractTopName(item.name) ;

Similar Messages

  • [SOLVED] Change directory failed on login

    Hi,
    I've just made a fresh install following the Beginners Guide, and after rebooting into Arch everything is ok if I login as root, but attempting to login as any other user gives me an error like:
    -- user: /home/user: change directory failed: Permission denied
    output of ls -l /home/ gives:
    drwx------ 2 user users 4096 Feb 17 06:30 user
    Help!
    Last edited by personator (2013-02-16 15:51:04)

    personator wrote:drwxr-xr-x 4 root root 4096 Feb 17 06:38 /home
    Seems to be ok.
    I can reproduce your error message when I do a chmod a-rwx /home/user but with 0700 as you wrote the login works.
    Other wild guesses (with no profound knowledge from my side): Is the /home dir mounted from somewhere? Could it be some (misconfigured) security framework (selinux, AppArmor etc.) that blocks access to the home dir?
    Last edited by demaio (2013-02-16 11:54:26)

  • Template changes not displaying in preview/browser

    I am using Adobe Dreamweaver CS3 on a Mac OSX. A couple of weeks ago I made changes to a template page. The changes show up on the template page and on the site pages when I view them in dreamweaver. However, when I view them in a browser, whether locally or remotely, the changes do not show. I have tried recreating the site cache but to no avail. Has anyone got any ideas?

    Have you cleared your browser cache?

  • Ship-to Address" screen in SRM browser need to change to display only

    Hi Freinds,
    Ship-To Address" screen in SRM browser needs to change to "Display" only. The users shouldn´t have the possibility to change the delivery address in the screen to their own private address.
    Is it possbile to do any changes in SRM itself or else its purely JAVA HTML work.
    Kindly i need you guys help to resolve the above development.
    Regards
    Vivek

    Hello Vivek,
    Solution given by Suneel should be OK.
    Nevertheless, if Ship-To must be only in display mode for all users (independently of their role) and only for particular document types, you can manage it with partner schema:
    SAP Implementation Guide > SAP Supplier Relationship Management > SRM Server > Cross-Application Basic Settings > Define Partner Schema
    Then maintain this partner schema ID to your concerned document type:
    SAP Implementation Guide > SAP Supplier Relationship Management > SRM Server > Cross-Application Basic Settings > Define Transaction Types
    Regards.
    Laurent.

  • Centering and displaying 100% in browser won't work.

    I believe I followed the instructions that were posted previously and I did some reading about centering a page and displaying the page at 100% but I can't seem to make them work correctly. I might have a conflict or something can you help.
    I designed a website which was 1000px wide and now they want it changed (they want an image on both sides of the page)-so instead of changing it around completely and trying to mess with the areas and buffers and all of that fun stuff. I decided to leave the #container (which is were all the data for the site is and were as the template is applied to other pages the size will change -the height will change but the width should stay 100px.)that was there and then wrapp it up completly in another div tag which i labeled #master_container then I inserted 2 more div tags and placed the images on either side as is desired. I followed the instructions above (because now the site is soo big displaying in a browser is diffacult). I need the site to do 3 things.
    -i need it to display centered on the page so that no matter what browser it is displayed in or what size screen it is viewed on it fits the center of the screen.
    -I also would like it to fit the screen of the person using it so that they see the whole page as one and there isn't a huge blank space on one of the sides -right now it is on the right.
    -if you know how to make the two images on the side of the screen scroll as the person scrolls down the page-(ie-so that they don't see part of the image sometimes and other parts of it when they move farther down-wouldl like it to scroll with them as they move down the page)
    HERE IS THE XHTML CODE OF MY SITE:
    <!DO.TYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    </style>
    <link href="../Unicorn_main_layout_template_oldform - CopytestCSS.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="Master_container">
      <div id="ancestor_left"><img src="../Images/ancestor_cropped.jpg" width="659" height="1003" alt="ancestor right" /></div>
      <div class="container">b</div>
      <div id="ancestor_right"><img src="../Images/ancestor_cropped.jpg" width="659" height="1003" alt="ancestor_right" /></div>
    </div>
    </body>
    </html>
    HERE IS THE CSS STYLESHEET ATTACHED TO THE TEMPLATE I AM TRYING TO APPLY TO ALL OF THE PAGES OF THE SITE.
    @charset "utf-8";
    /* CSS Document */
    #body {
        text-align:center;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
    #Master_container {
        width: 2300px;
        margin: 0 auto;
        text-align: left;
        margin-right:auto;
        margin-left:auto;
    #ancestor_left {
        float: left;
        width: 660px;
    .container {
        height: auto;
        width: 1000px;
    #ancestor_right {
        width: 660px;
        float: right;
    THANK YOU VERY MUCH FOR YOUR HELP!!!

    Ok I have no idea what i am doing wrong this is the most frusterating thing I have ever done. I will never build another webpage again.
    Here is the problem that I have i don't care how it gets solved but I just need it solved. this is over a week trying to solve one problem. I just don't have the time to do it anymore but I need it done.
    1) this page (http://practiceuploadingsite.info/) needs to be centered.  That's all just centered in the brosers that it opens in. (nothing I try seems to work)
    2) every other page on that website after you click into the home page (http://practiceuploadingsite.info/Pages/home.html) is made by the application of a template. All I want to do is keep eveything the same as it is right now and just add 2 background images (one on the right and one on the left) so that this:
    fits inside of the blank space of this:
    preferably so the images scroll down the page because the center colum will change height but not widith depending on the page the template is applied to. 
    I even tried to remake the template as to include the images all at once with the div tages and the header seems to have nothing but problems and I couldn't get them to stay together correctly. they keep coming up uneven and the header that is contained on the page spans the entire container and will not just stay the way it is.
    Just please tell me how to do this and you will never hear from me again.
    I am uploading the site information so you have the files I am working from Idk if it is something wrong with the headers the div containers or what but almost just put my computer through the window so I don't care how to get it done just please spell it out so I can follow it correctly.
    THANK YOU!!
    THIS IS THE MAIN LAYOUT TEMPLATE THAT IS APPLIED TO THE WORKING SITE THE WAY I WANT IT EXCEPT FOR THE IMAGES
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Unicorn Main Layout Template</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <style type="text/css">
    #container {
        width: 1000px;
    #header {
        width: 1000px;
        text-align:left
    </style>
    <!-- TemplateEndEditable -->
    <link href="../Stylesheet_Unicorn_main_layout_template.css" rel="stylesheet" type="text/css" />
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
        <title>css3menu.com</title>
        <!-- Start css3menu.com HEAD section -->
        <link rel="stylesheet" href="CSS3 Menu_files/css3menu1/style.css" type="text/css" /><style type="text/css">._css3m{display:none}</style>
        <!-- End css3menu.com HEAD section -->
    <link href="../Menu_bar_stylesheet.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="container"><!-- TemplateBeginEditable name="header_editable" -->
      <div id="header">Unicorn Writers Conference</div>
    <!-- TemplateEndEditable -->
      <div id="menubar_left">
    <ul id="MenuBar" class="topmenu">
    <!-- Start css3menu.com BODY section -->
        <li class="topfirst"><a href="../Pages/home.html" style="width:190px;">Home</a></li>
        <li class="topmenu"><a href="../Pages/Events.html" style="width:190px;">Events</a></li>
        <li class="topmenu"><a href="../Pages/Mission_Statement.html" style="width:190px;">Mission Statement</a></li>
        <li class="topmenu"><a href="../Pages/Resources.html" style="width:190px;"><span>Resources</span></a>
        <ul>
            <li><a href="../Pages/Advanced_Networking.html"><span>Advanced Networking</span></a>
            <li><a href="../Pages/Qurey_Review.html">Query Review</a></li>
            <li><a href="../Pages/MS_Review_Sessions.html">M.S. Review Sessions</a></li>
            <li><a href="../Pages/1-1 Sessions.html">1-1 Sessions</a></li>
            <li><a href="../Pages/Workshops.html">Workshops</a></li>
            <li><a href="../Pages/final_2013_DAY_SCHEDULE.pdf">Genre Chart</a></li>
            <li><a href="../Pages/Writers_links.html">Writers' Links</a></li>
        </ul></li>
        <li class="topmenu"><a href="#" style="width:190px;"><span>Key Presenters</span></a>
        <ul>
            <li><a href="#"><span>Speakers</span></a>
            <ul>
                <li><a href="../Pages/speakers_page_2013.html">Speakers 2013</a></li>
                <li><a href="../Pages/Speakers_2012.html">Speakers 2012</a></li>
            </ul></li>
            <li><a href="#"><span>Editors</span></a>
            <ul>
                <li><a href="../Pages/Editors_2013.html">Editors 2013</a></li>
                <li><a href="../Pages/editors_2012.html">Editors 2012</a></li>
            </ul></li>
            <li><a href="#"><span>Literary Agents</span></a>
            <ul>
                <li><a href="../Pages/L_agents_2013.html">Literary Agents 2013</a></li>
                <li><a href="../Pages/L_agents_page_2012.html">Literary Agents 2012</a></li>
            </ul></li>
        </ul></li>
        <li class="topmenu"><a href="#" style="width:190px;"><span>Information</span></a>
        <ul>
            <li><a href="../Pages/St_Clements.html">St. Clements</a></li>
            <li><a href="../Pages/Directions.html">Directions</a></li>
            <li><a href="../Pages/Hotel.html">Hotels</a></li>
            <li><a href="../Pages/Menu.html">Menu</a></li>
            <li><a href="../Pages/Unicorn_Photo_Gallery.html">Unicorn Photo Gallery</a></li>
            <li><a href="../Pages/final_2013_DAY_SCHEDULE.pdf">Day Schedule</a></li>
            <li><a href="../Pages/FAQ.html">FAQ</a></li>
            <li><a href="../Pages/Staff.html">Staff</a></li>
            <li><a href="../Pages/Contact.html">Contact</a></li>
        </ul></li>
        <li class="topmenu"><a href="../Pages/Registration.html" style="width:190px;">Registration</a></li>
        <li class="topmenu"><a href="#" style="width:190px;"><span>Acclaim</span></a>
        <ul>
            <li><a href="../Pages/Spotlights.html">Spotlight</a></li>
            <li><a href="../Pages/Testimonials.html">Testimonial</a></li>
            <li><a href="../Pages/Sponsorship.html">Sponsorship</a></li>
        </ul></li>
        <li class="topmenu"><a href="#" style="width:190px;"><span>Classifieds</span></a>
        <ul>
            <li><a href="../Pages/View_Classifieds.html">View Classifieds</a></li>
            <li><a href="../Pages/Place_Classifieds.html">Place Classifieds</a></li>
        </ul></li>
        <li class="toplast"><a href="../Pages/Merchandise.html" style="width:190px;">Merchandise</a></li>
    </ul><p class="_css3m"><a href="http://css3menu.com/">Horizontal Menu Using CSS Css3Menu.com</a></p>
    <!-- End css3menu.com BODY section -->
      </div>
      <!-- TemplateBeginEditable name="main_content_editable" -->
      <div id="main_content">
      <p>Main Content</p>
      </div>
      <!-- TemplateEndEditable --></div>
    <div id="footer">This Page was built webmaster- SKYFALL</div>
    </body>
    </html>
    HERE IS THE STYLE SHEET ATTACHED TO IT
    @charset "utf-8";
    /* CSS Document */
    #container {
        height:auto;
        text-align: left;
        width: 1000px
    #header {
        width:990px;
        height: 250px;
        clear:both;
        font-size:xx-large;
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        color: #C3F;
        margin-top: 5px;
        margin-right: 5px;
        margin-left: 5px;
        background-image: url(Images/header_final.png);
        text-align: left;
    #menubar_left {
        float: left;
        width: 200px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
    #main_content {
        float: right;
        width: 780px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 5px;
        background-image:url(Images/parchment2.jpg);
        font-size: large;
        text-align: left;
        vertical-align: top;
    #footer {
        font-size: x-small;
        clear: both;
        width: 990px;
        margin: 5px;
    .title_mainmenu_content {
        font-family: "MS Serif", "New York", serif;
        font-size: 18px;
        text-decoration: underline;
        vertical-align: top;
    #container #main_content p1 {
        text-align: center;
        font-size: x-large;
    #container #main_content p2 {
        text-align: center;
        color: #F00;
    #container #main_content p span p4 {
        color: #F00;
    .Workshop_title {
        text-align: right;
        font-weight: bold;
    #container #main_content table tr td .title_mainmenu_content .title_mainmenu_content_jan {
    HERE IS MY ATTEMPT TO REDUE IT (STYLESHEET IS INCLUDED IN THE DOCUMENT I WILL MOVE IT LATER)
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <style type="text/css">
    #ancestor_left {
        width: 660px;
        float: left;
    #ancestor_right {
        width: 660px;
        float: right;
    #Master_container {
        width: 2340px;
    #wrapper {
        width: 1000px;
        float: center;
    </style>
    </head>
    <body>
    <div id="Master_container">
      <div id="ancestor_left"><img src="../Images/ancestor_cropped.jpg" width="659" height="1003" alt="ancestor image left" /></div>
      <div id="wrapper">What the heck is wrong with this</div>
      <div id="ancestor_right"><img src="../Images/ancestor_cropped.jpg" width="659" height="1003" alt="ancestor image right" /></div>
    </div>
    </body>
    </html>

  • Safari won't display pdf in browser and I do not have adobe reader or ply ins

    I've been checking the posts and all the discussions/questions and answers but the only thing I have been able to find about problems displaying pdfs in browser have to do with adobe plug-ins. I never had adobe reader and checked in /library/internet plug ins and never found those plug ins. I then downloaded and installed adobe reader X and got rid of the plug ins in the library and that still has not solved the problem. Whenever I click on a link for a pdf it just automatically downloads the pdf. I just want to view the pdfs in the browser.
    Thanks for the help

    Hi,
    You probably won't have to reinstall Safari. Two things you can try. If you open Adobe Reader and go into the 'Internet' section of its preferences, you should be able to disable the browser plug-in. Some times that alone isn't enough, in which case, browse to HD/Library/Internet Plug-ins/ and move the Adobe plugin out of the folder. Restart Safari for the changes to take effect.
    Yang

  • How to change external display resolution WITHOUT clicking "CONFIRM"?

    I have a somewhat unusual situation. My MacBook laptop is actually now a ModBook (a pen-tablet computer), and as such I no longer have a trackpad attached to it. All of my inputs are via the stylus, tapping directly on the built-in display.
    This works perfectly fine, except when I need to give presentations on an LCD projector (which is quite often lately). I like to use the projector as an external monitor, so that I can run the Keynote presentation on it while using my laptop screen as the presenter's display, with the upcoming slide, etc. If the projector doesn't give me an ideal native display option (sometimes, the aspect ratio for the  3 or 4 resolutions available in the Displays drop-down in the menubar turn out to be stretched or squeezed), then I, naturally, have to open the Display System Preferences and try out different resolutions.
    The problem is, since my stylus only interacts by clicking directly on the built-in-display, I have no way of moving the cursor over to the external display when the dialog box with the "Click here to confirm change/You have 15 seconds..." message appears. So I can never click it ... so I can never confirm the new settings.
    The workarounds I've used so far are:
    - Mirror displays (not ideal, as I need the presenter preview of the next slide)
    - borrow a mouse from someone (usually from a Windows desktop, frankly) and plug that in to briefly mouse over and click the confirm button
    I'd love to find a software workaround that allows me to NOT mirror displays and also doesn't require me to carry around a mouse all the time (my laptop bag is already overstuffed...).
    Thanks.

    Fateh wrote:
    I hope that my question is clear ... Nope.
    How to change the display resolution of APEX ??APEX doesn't have a display resolution. "Display resolution" is an attribute of the device and user agent software used to view the APEX page.
    What do you mean by "the display resolution of APEX"?
    In other word, if an end user sees large elements on a pageWhat "large elements"?
    then he/she zooms it outHow?
    "Zooms" what&mdash;the entire page or a single "large element"?
    How can I set a proper ZOOM for my app by default ...Meaning what?
    And as usual, we're missing:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s)
    You've been posting here for years. You know this basic information is necessary to understand and reproduce problems.
    If you're looking for help it doesn't seem unreasonable that you make the effort to provide a full, clear but concise description of the problem or requirement.

  • I can't change the display language on my HP Color LaserJet CP1518ni

    I have a HP Color LaserJet CP1518ni printer that I inherited from an employee who is no longer at the company. The display screen on the printer is not showing in English, it's in some language I do not recognize (and neither does anyone else). I want to change the display language to English but the manual only shows you how to do that on the display, which I cannot read because it's not in English, hence my dilemma. Does anyone know of a way to change the display language through the computer?
    Thanks

    InventoryLady,
    Yes that is what I did.  I do not know the language that it is currently set at, so the recommendations were from using the front panel menu. The OK button is the OK button on the front panel, that would not be in another language, it is the button in between the left and right arrow- See image below #6:
    Once you have hit the OK button, you can complete the steps in my earlier recommendation. Again because I do not know which language it is currently set at, I am guiding you the best I can. As for selecting the English language, I suggest using Google Translate to find out which language it is currently set at and see what their word for English is.
    If you have any more questions, please let me know.
    Thanks,
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • I just bought a new PC and I have re-installed my Adobe Creative Suite Standard on it. Software open fine. PROBLEM: The toolbars (menu stuff) appear extra-small, too small for me to read... I sent on the PC setting to try to change the display resolution.

    I just bought a new PC and I have re-installed my Adobe Creative Suite Standard on it.
    Software open fine. PROBLEM: The toolbars (menu stuff) appear extra-small, too small for me to read...
    I went into the PC settings and tried to change the display resolution. This changes the size of all  the icons (not only Adobe) but it does not solve the problem when I open an Adobe application (Photoshop or Illustrator)... The PC is run under Windows 8.1 and my display resolution is 3200x1800 (but again, when I change the settings for a smaller resolution, only the size of the icons is affected. Once I open the software, the problem is still there, extra-small toolbars...). Help!!!

    Anything before CC is not high-DPI compatible. Feel free to continue to experiment with your system settings.
    Mylenium

  • Display PDF in Browser(Embed PDF In IE 6)

    Hi All,
    I am Stuck in solving the below problem. 
    I am trying to dispaly the PDF in IE Browser 6, but i am getting the below error. Strange thing the same is working in IE 8.  
    "adobe Reader couldnot open 'A9R6B.tmp' becuase it is ither not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decode)." 
    System Details:
    1. Windows XP
    2. Adobe Reader 9
    3. Using Weblogic Applicaiton  server
    4. Internet Explorer 6
    Note:
    1) I trying checking "Display PDF in browser" opiton in Adobe Reader ->Perferences -> Internet->  ---- But it did not work
    2) I trying uncecking "Display PDF" in browser option in Adobe Reader ->Perferences -> Internet->  its worked but not embeded into the IE. It has opened seperatelly.
    kindly help me by providied some clue to slove the above problem.
    Thanks in advance
    SIMHA

    What is your operating system?  Browser?  Reader version?

  • Display PDF in browser issue in 9.1.1

    We deployed the 9.1.1 msp update to all of our clients but we realized that it unchecks "Display PDF in browser," so now I need to figure out how to get that checkbox rechecked for every current user and any new user that logs on.
    I know that all I need to do is delete bBrowserIntegration in HKCU\Software\Adobe\Acrobat Reader\9.0\Originals but this will only change for the currently logged on user. For shared machines that we currently have deployed in our environment how to I  change this setting for all of the users that are currently not logged on or for any future users that may log on?
    Thanks for any help.

    I would create a script to go into the active setup folder that will run when each user logs in.  Appdeploy is a good website for stuff like this.  Here is a link that will might be able to help you create a active setup script if you're not sure.
    http://www.appdeploy.com/articles/activesetup.asp

  • 'Display PDF in browser' whats the default?

    Can anyone tell me definitively what the current default setting has been for whether Preferences/Internet Options/'Display PDF in browser' is checked or unchecked?
    I'm curious to know as well if it has changed with 8, 9, and 10?

    For all three the default is "checked".
    Be well...

  • Is there a way to change what reads on the browser tab?

    Hello,
    I'm a bit of a noob at using Muse and right now i'm building interactive demo. One request from clients is to change what is displayed on the browser tab - they want tab to display demo name instead of the individual page names.
    Is it possiblbe to do that with muse, or do i have to export HTML out of it and manually changing title tag?
    thank you,
    -Katya

    Hello,
    You can change the Page title by going into Page properties.
    - Right Click on the page and click on page properties.
    - Click on Metadata at the top in Page properties Window.
    - Now uncheck  the option "Same as Page Name" and put in the title under Page Title.
    Please have a look at the screenshot which might help :
    Regards,
    Sachin

  • Adobe Reader 9.1  Disable Display PDF in browser

    Is there a registry setting I tweek to uncheck the box for Display PDF In Browser?  The only ones I could find grayed out the box but it didn't un check the box.

    I'm just confirming what anhnguyen7902 posted.
    This was tested against Acrobat Reader 9.3.1. I exported all of the registry keys from HKEY_CURRENT_USER\Software\Adobe\ with the "Display PDF in browser" setting enabled and disabled. Below are the only relevant differences when changing this setting from within Acrobat Reader.
    With the setting enabled, keys under [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\9.0\Originals] are...
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\9.0\Originals]
    "bHostBasedCM"=dword:00000001
    "iPSLevel"=dword:00000000
    "sProofingSpace"=hex:55,2e,53,2e,20,57,65,62,20,43,6f,61,74,65,64,20,28,53,57,4f,50,29,20, 76,32,00
    "bDisplayedSplash"=dword:00000001
    With this setting DISABLED, keys under [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\9.0\Originals] are...
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\9.0\Originals]
    "bHostBasedCM"=dword:00000001
    "iPSLevel"=dword:00000000
    "sProofingSpace"=hex:55,2e,53,2e,20,57,65,62,20,43,6f,61,74,65,64,20,28,53,57,4f,50,29,20, 76,32,00
    "bDisplayedSplash"=dword:00000001
    "bBrowserIntegration"=dword:00000000
    The difference being the bBrowserIntegration key being present and set to dword:00000000 when this option is DISABLED, but the key being completely removed when the setting is ENABLED.
    While writing this post, I decided to test it against Acrobat Reader v4.2.1. The results were the same.
    Hope this helps.

  • How to disable 'Enable JavaScript' and 'Display PDF in browser' in Adobe Reader 9.1 msi?

    I'd like to how to disable 'Enable JavaScript' and 'Display PDF in browser' in Adobe Reader 9.1 msi.
    Any help would be appreciated.

    NeoChang:
    You can modify the installation package using the Adobe Customization Wizard to toggle the "Display PDF in Browser" but I have not found a setting to disable JavaScript from the Wizard. I have created a script which makes the changes, but it has to be run for every user since that info is stored in the User hive of the Windows registry.
    Disable JavaScript:
    REG ADD "HKCU\SOFTWARE\Adobe\Acrobat Reader\9.0\JSPrefs" /v bEnableJS /d 0 /t REG_DWORD /f
    Disable Browser Integration:
    REG ADD "HKCU\Software\Adobe\Acrobat Reader\9.0\Originals" /v bBrowserIntegration /d 0 /t REG_DWORD /f
    Michael
    ~Simplicity of Character is a Natural Result of Profound Thought~

Maybe you are looking for