How to disable Setting button in Tools - Options - Advanced - Network from windows registry?

Dear support,
Now, my office use Firefox as default browser to access WebServer. And there are some policy that users must use ProxyServer. I do not want user change proxy setting in Firefox. How to disable Setting button in Tools - Options - Advanced - Network from windows registry?
Thank you.
Treky

You can not use the Windows registry to disable items in Firefox. This link shows how to lock down Firefox proxy settings, change the values to suit your needs:
http://www.stbernard.com/ip5kb/iPrism/WhatsNew/50SupportFiles/SupportFiles/IP0460.htm
One minor variation, in step 4 instead of adding that line to all-js, you can create a file called ''local-settings.js'' containing the line shown and save the file in the same folder as all.js

Similar Messages

  • How to disable Setting button in Tools - Options - Advanced - Network..i've read an article that solved this problem..but thats problem contains web adress that couldn't be opened..any other solution??? thanks before best regard

    How to disable Setting button in Tools - Options - Advanced - Network..i've read an article that solved this problem..but thats problem contains web adress that couldn't be opened..any other solution???
    thanks before
    best regard
    -ariansyah-

    You can disable or remove that button, but that won't prevent users from making the changes on the about:config page directly.<br />
    You can lock the related network.proxy prefs if you do not want users to change the connection settings.
    See:
    *http://kb.mozillazine.org/Locking_preferences
    * http://kb.mozillazine.org/network.proxy.type
    * http://kb.mozillazine.org/network.proxy.%28protocol%29
    * http://kb.mozillazine.org/network.proxy.%28protocol%29_port

  • How to disable save button on selection screen (1000) run from other report

    Hi Experts,
    Can any one let me know how to disable save button on selection screen (1000) run from other report.
    Say I am running from report R1 which submits report R2, but the save button should be disabled on
    report R2(selection screen 100).
    Thanks in advance.
    Regards
    RP.

    Hi RPReddy16 ,
    Try this:
    DATA :BEGIN OF t_extab occurs 0,
                     fcode like rsmpe-func,
                 END OF t_extab.
    REFRESH T_EXTAB.
    MOVE 'SAVE' TO T_EXTAB-FCODE.
    APPEND T_EXTAB.
    CLEAR T_EXTAB.
    SET PF-STATUS 'STATUS' EXCLUDING T_EXTAB.
    Regards,
    José

  • How to disabled (grey) the menu's options in the LaBVIEW window?

    HI,
    I would like to disabled (grey) all the menu options (e.g: File, Edit, Operate, Tools, Browse, Wndow, Help) in the LabVIEW window.
    Note: This when the program is ready for users. I would like them NOT to be able to see these menu options.
    How can I do this?
    Kind Regards,
    Amaloa S.

    Hi,
    Thanks!
    This helped!
    Kind regards,
    AS

  • How to set up Proxy settings manually in Tools Options Advanced Network connection

    i want to setup a Proxy on my desktop for secure browsing.. please tell me which IP address and which ports i can use to set the proxy setting manually.

    See Tor: https://www.torproject.org/index.html.en

  • How to disable a button in a uix site dependence from hits of a query?

    I have an uix site based on a query. When this query had no hits i want to disable the edit button. How i can do that in uix?

    Hi,
    I think that ExpressionLanguage would be he way to go.
    Frank

  • How can I set a default view option for all finder windows in Lion?

    I am talking about the icon size and grid spacing.

    Open up a Finder window, CMD+J, set it up as desired, and click on Use as Defaults. Do note that will only apply to windows that you've not opened before. If you want to apply that to all previously opened windows, you need to remove all the .DS_Store files which store that data for each previously opened folder. To do that, launch the Terminal app (in /Applications/Utilities/), copy & paste this command into the window that pops up, and hit the return key:
    sudo find / -name ".DS_Store"  -exec rm {} \;
    At the Password: prompt, carefully enter your admin password, since nothing shows up on the screen, and hit the return key. When the default prompt, usually the $ sign, pops up, quit the Terminal app, restart, and open a Finder window, set it up the way you want, and click on Use as Defaults. All subsequently opened or created folders should retain that view.

  • Can I make a shortcut for this path on the "menu bar" ? Tools Option Advanced Network Setting

    I have to go through this path several times a day, I though it could be better if I could make shortcut on Menu Bar.

    Use one of these if you need to change the proxy settings:
    * FoxyProxy: https://addons.mozilla.org/firefox/addon/2464
    * QuickProxy: https://addons.mozilla.org/firefox/addon/1557
    * SwitchProxy: https://addons.mozilla.org/firefox/addon/125

  • How to disable the button in application toolbar in report pgm

    Can anyone help with How to disable the button in application toolbar in report pgm

    Hi,
    You can use it_excluding to disable button on the tool bar.You have to find the function code for the required button and append that function code to the it_excluding .The optional IMPORTING parameter IT_EXCLUDING is an internal table. It is only needed if the caller uses the list tool standard interface but wants to deactivate interface functions which he or she does not need.You can have your defined pf-status using I_CALLBACK_PF_STATUS_SET.
    SAMPLE PROGRAM
    tables spfli.
    type-pools: slis.
    DATA W_FCODE TYPE SLIS_EXTAB-FCODE.
    data: t_spfli TYPE SPFLI OCCURS 0 WITH HEADER LINE.
    select * from spfli into table t_spfli.
    data : t_excluding TYPE SLIS_T_EXTAB .
    W_fcode = '&OUP'.
    append w_fcode to t_excluding.
    W_fcode = '&ODN'.
    append w_fcode to t_excluding.
    call function 'REUSE_ALV_LIST_DISPLAY'
    EXPORTING
    I_STRUCTURE_NAME = 'SPFLI'
    IS_LAYOUT =
    IT_FIELDCAT =
    IT_EXCLUDING = T_EXCLUDING
    tables
    t_outtab = T_SPFLI
    EXCEPTIONS
    PROGRAM_ERROR = 1
    OTHERS = 2.
    if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/99/49b844d61911d2b469006094192fe3/frameset.htm
    Regards,
    Priyanka.

  • How to disable minimize button(icon) of jframe

    how to disable minimize button(icon) of jframe

    HELP!
    I need to do a similar thing. Along with a couple other things.
    I was able to control some windows thru a unix window manager like I would for Motif (the use the window name of AWTapp or AWTdialog are recognized when doing xwininfo) That is all I can seem to get. Nothing changes this.
    Does anyone know how?
    Anyway. mwmDecorations and mwmFunctions settings appear to allow setting of some of the windows. But I need control 100%of the time.
    I need to disable the CLOSE button in all java windows or find a way that the window manager event can get back to the java application. Currently it is not recognized.
    In some windows I need other items disabled such as SIZE & MAXIMIZE.

  • TS3230 from a macbook air, osx 10.7.5, am trying to enter OPM/e-qip application but told system not recognized, to go to tools, options, advanced, encryption, enable ssl3.0 and tis 1.o.  How do I get to "Tools"?

    I am trying to enter OPM/E-QIP Application but am told browser is not recognized, to go to: tools, options, advanced, encrytion, enable, SSL3.0 and TLS 1.0.  How to get to Tools?

    Here's what OPM says to do to configure Safari, if that's the browser you're using (sort of; their instructions wouldn't get you where you need to be with Safari 5.1.7:
    1) Select Safari, then Preferences from the menubar.
    2) Click Advanced
    3) Click the check box next to "Show Develop Menu in the Menu Bar"
    4) Close the Preferences window
    5) Select Develop from the menubar
    6) Select User Agent, then "an appropriate browser" (OPM's words); they suggest Firefox for the Mac
    This information came from their Quick Reference Guide (other than correcting an error about how to set the user agent), and I haven't tested it.  If this doesn't work, you probably need to ask OPM (or their contractor) how to use the site with a Mac ...
    Good luck
    srb

  • How to disable hold button in purchase order creation.

    hi
    how to disable hold button in purchase order creation.

    Select single * from VBAK where clause
    ---It fetches single record from the database, based on the condition you specified in the where clause.
    Where as select * from VBAK up to 1 row
    ---Fetches first record if the condition specified in the where clause is satisfied, otherwise it doesn't fetch any record

  • How I can set the Non-standard option of -Xmxn of jvm

    Hi there,
    Can any one tell me how I can set the Non-standard option of -Xmxn of jvm (setp by step).Iam using Sun's jvm(jdk1.2.2).Iam facing a error(java.lang .OutOfMemory).I want to set the maximum size of the memory allocation pool.Any help will be highly appreciated.
    Thanks for ur valuable Time
    Bikash

    you can use the following sample options to specify memory size.
    EX:java -Xms128mb -Xmx512mb myClassFile

  • Does Anyone Knows How To Disable The "Check For Updates" Option in Adobe Edge Code and Reflow?

    Does Anyone Knows How To Disable The "Check For Updates" Option in Adobe Edge Code and Reflow?
    Thanks in Advance

    I don't think there is a way for Edge Code. I'm not sure about Reflow.
    Why don't you just upgrade? That will stop the notifications.
    Randy

  • How do I set the default tool. It's on range selection and I want it to be the select tool.

    Final Cut Pro X. How do I set the default tool? It's on range selection and I want it to be the select tool.

    Type the letter "a" or select it from the drop-down...

Maybe you are looking for

  • F8 Pro Forma for free goods - value in F8 line item to equal VPRS cost

    Hello, I would like to configure the following scenario: FD sales order created with KLN item category   LF delivery created and processed   F2 billing invoice created (no charge)   F8 pro forma invoice created (line item value to equal line item cos

  • Can't get past "Upgrade to iTunes 10" ad

    I recently searched Google for pre-done music mixes to listen to when I run. I found a site that has several mixes. I chose a "Classic Rock" mix. There was a link to click that took me to the iTunes Store, where I could preview the songs. I bought th

  • Windows 7 RC and OfficeJet 7400xi

    Lenovo ThinkPad T61 4GB 320GB HD running Windows 7 RC 64-bit and connected to OfficeJet 7410xi via wireless.  PC can also boot Windows Vista Business 32-bit from a 100 GB HD in the drive bay.  OfficeJet 7410xi both prints and scans wirelessly from Wi

  • Windows 8 Issues

    So, I have purchased 'Windows 8 Pro' and am working to get it stable on my W520. Specs: - Lenovo W520 4270-CTO - i7 2720qm - Quadro 2000m - 16gb G-Skill DDR3 - 120gb Intel 320 SSD Usage: - Systems Engineer using various development suites, virtualiza

  • Should I buy this clearance G5 iMac?

    I'm in the market for a new Mac (my five-year-old Blueberry is starting to show its age). I was considering a Mini or an eMac, but then I found a place selling clearance iMacs. I can get a G5 iMac with a 17" monitor, 1.6GHz processor, 80 GB hard driv