How can I make general.useragent.locale variable

In our domain we have different user languages. Windows adapts it's gui depending on the username they login with.
We have configured Firefox settings through GPO's and build a pakcage with the FF GPO add-in included, with also the 5 different language packs included we use in our domain.
We can switch manually the GUI language, but we are looking for a way to automate this, depending on the profile language.
I know we can change the user.js file, but I was wondering if there is a way to automate this through GPO's.
Something like a variable we can place in the general.useragent.locale that looks for the sytem language? Or another way to automate this?

You should be able to do this via a mozilla.cfg autoconfig file.
This file is run as JavaScript with full chrome privileges and can contain more advanced code, so you should be able to check the system language and set general.useragent.locale accordingly.
*http://mike.kaply.com/2012/03/16/customizing-firefox-autoconfig-files/
*http://mike.kaply.com/2012/03/22/customizing-firefox-advanced-autoconfig-files/
I don't know how to get the system language setting, but you should be able to read registry keys and environment variables if necessary.

Similar Messages

  • How can i make hyperlink to local file for dowloading

    How can I make hyperlink to a local file for downloading it, it seams that only www links work in web Ui.
    Thanks

    If we assume that you have a LabVIEW application running on your cRIO that is exposing some data through web services, there are a couple of possibilities.
    You can create a web service call that returns the log data. In order for the browser to treat this as a file, you must set the correct content type in the http header. To do this you can't use the default form of data output. Instead you must create an "httpRequestID" input to your web service VI. With this you can call "Write Response.vi" to give the log data and "Set HTTP Header.vi" to specify the type (text/text probably works for a log). You can look at "examples\comm\webservices\address book\FindContacts.vi" to see an example of calling these 2 VIs. Once you create that web service entry point, you can set that as the URL of the hyperlink control and it should work.
    Another option is to have the cRIO application write to a log file that is under the root of the web server running on the machine. (This is the same place the xap for your Web UI Builder application is put.) This file could then be served up through the web server just like any other file.
    With either of these solutions there may be concerns about the browser caching results rather than requesting new content each time. There are additional values that can be set in the http headers with the first solution that can help with this, but I think there is still some variation between browsers.

  • How can I make the SSH_CONNECTION enviromental variable available

    Greeting,
    I have a Sun Server has Solaris 9 Sparc OS installed.
    $uname -a
    SunOS zcyds383 5.9 Generic_118558-01 sun4u sparc SUNW,Netra-240
    When I use Putty SSH2.0 to login into it. I echo the SSH_CONNECTION. The variable doesn't exit
    $echo $SSH_CONNECTION
    $env |grep SSH
    SSH_CLIENT=10.11.11.120 4285 22
    SSH_TTY=/dev/pts/2
    I also check the version of sshd package
    $ pkginfo -l SUNWsshdr
    PKGINST: SUNWsshdr
    NAME: SSH Server, (Root)
    CATEGORY: system
    ARCH: sparc
    VERSION: 11.9.0,REV=2002.04.06.15.27
    BASEDIR: /
    VENDOR: Sun Microsystems, Inc.
    DESC: Secure Shell protocol Server
    PSTAMP: crash20020406153754
    INSTDATE: Apr 20 2005 20:59
    HOTLINE: Please contact your local service provider
    STATUS: completely installed
    FILES: 15 installed pathnames
    8 shared pathnames
    5 linked files
    8 directories
    1 executables
    13 blocks used (approx)
    I also check the /etc/ssh/sshd_config, I don't find any entry related to the client.
    Anyone, could u please tell me how to make this variable available except  install/update the ssh packages.?
    Thank u very much!
    Regards.

    Deleted and re-installed...
    Still get the following:
    The selected topic is currently unavailable
    Make sure you’re connected to the Internet. For help connecting, choose Apple menu > System Preferences, click Network, and click “Assist me.”
    If you’re connected to the Internet, and the content still doesn’t appear, try again later.

  • How can I make my mini global variable work in more than the default case?

    Hello, this seems so simple yet does not want to work. I created 2 simple read/write mini vi's and want to use them as global variables. Writing values based on a case selection. This method only seems to work in the default case. Where did I go wrong?  Thanks
    Attachments:
    Curs 0 Y.vi ‏13 KB
    Main.vi ‏19 KB
    Curs 0 X.vi ‏13 KB

    In case 1, you are writing to a second set of subVIs (Curs 1 X.vi vs Curs 0 X.vi). You only read from Curs 0 X.vi, and never from Curs 1 X.vi.
    LabVIEW Champion . Do more with less code and in less time .

  • How can i make my local disk mounted peramently

    i want to share my local disk to the network but i have a bad problem....
    the problem is when i reboot my local station i must to mount more time the disk manually,,, can anyone have an idea about how can i share my patition without
    mount it for each reboot, in another word how can i make my disk mounted automatically on reboot
    thanks

    Depending on how it is being shared and how you mount it, you may just need to edit your vfstab file to have the nfs mount made 'permanent'. That, of course, assumes this is being done via nfs!

  • I use global structure in another report how can i make it local ?

    i use global structure in another report how can i make it local ?

    Naresh,
    Right click on structure and choose remove reference. Then you can add new fields, and this structure is local.
    Hope it Helps
    Srini

  • My father in law has a brand new iPhone 5s using iOS 8.1.1 - under settings, general, keyboard, all keyboards... There is no option for 'predictive'. Has anyone else had this? And if so, how can we make it appear? Many thanks!

    My father in law has a brand new iPhone 5s using iOS 8.1.1 - under settings, general, keyboard, all keyboards... There is no option for 'predictive'. Has anyone else had this? And if so, how can we make it appear? Many thanks!

    What langauge is he using? Is it one of the supported languages?
    See here: https://www.apple.com/ios/feature-availability/#quickType-keyboard-predictive-in put

  • How can i make a CHECK in an ALTER table, to compare 2 Variables of TWO different tab

    I have 3 tables:
    EVALUATION (No_expert, No_article)
    EXPERT (No_expert, origine, name)
    AUTHOR_ARTICLE (No_Article, Code_author)
    AUTHOR (Code_author, Name, Original)
    and my question is: How can i make a check to refuse each time an EXPERT ADDED to the EVALUATION table. If this one is an AUTHOR, in other words, the EVALUATION.No_expert must <> than AUTHOR.Code_author.
    This is what i did but it doesn't work:
    ALTER TABLE EVALUATION ADD CONSTRAINT No_expert
    CHECK (EVALUATION.No_expert <> AUTHOR_ARTICLE.Code_author);
    thank a lot
    luong.

    See Disabling (graying-out) Form Fields by Thom Parker. It covers both Acrobat and LiveCycle forms.

  • How can i make the text go vertically in numbers

    How can I make the text vertical in numbers?  I have merged the cells and cannot find an option for making it go vertical as opposed to horizontal.

    I already gave two tools to fit this kind of needs.
    tip #1 :
    --{code}
    --[SCRIPT write_vertically]
    Enregistrer le script en tant que Script : write_vertically.scpt
    déplacer le fichier ainsi créé dans le dossier
    <VolumeDeDémarrage>:Utilisateurs:<votreCompte>:Bibliothèque:Scripts:Applications :Numbers:
    Il vous faudra peut-être créer le dossier Numbers et peut-être même le dossier Applications.
    Saisir dans une cellule le mot à écrire verticalement puis le sélectionner.
    ATTENTION, il ne faut pas sélectionner la cellule mais le mot qui doit apparaitre surligné.
    Aller au menu Scripts , choisir Numbers puis choisir “write_vertically”
    Le script colle dans la cellule le mot apès avoir inséré un return entre tous les caractères.
    Pour mon usage personnel j'associe un raccourci à ce script grace à FastScripts.
    --=====
    L’aide du Finder explique:
    L’Utilitaire AppleScript permet d’activer le Menu des scripts :
    Ouvrez l’Utilitaire AppleScript situé dans le dossier Applications/AppleScript.
    Cochez la case “Afficher le menu des scripts dans la barre de menus”.
    Sous 10.6.x,
    aller dans le panneau “Général” du dialogue Préférences de l’Éditeur Applescript
    puis cocher la case “Afficher le menu des scripts dans la barre des menus”.
    --=====
    Save the script as a Script: write_vertically.scpt
    Move the newly created file into the folder:
    <startup Volume>:Users:<yourAccount>:Library:Scripts:Applications:Numbers:
    Maybe you would have to create the folder Numbers and even the folder Applications by yourself.
    In a cell, type a word to write vertically then select it.
    CAUTION, don’t select the cell but the word which must be highlighted.
    Go to the Scripts Menu, choose Numbers, then choose “write_vertically”
    The script insert in the cell the word after inserting a return between every characters.
    For my own use, I link a shortcut to the script thank to FastScripts.
    --=====
    The Finder’s Help explains:
    To make the Script menu appear:
    Open the AppleScript utility located in Applications/AppleScript.
    Select the “Show Script Menu in menu bar” checkbox.
    Under 10.6.x,
    go to the General panel of AppleScript Editor’s Preferences dialog box
    and check the “Show Script menu in menu bar” option.
    --=====
    Yvan KOENIG (VALLAURIS, France)
    2011/12/17
    2012/01/01 no longer use a local variable, use result
    --=====
    on run
    Clear the clipboard *)
      set the clipboard to ""
    Copy the selection in the clipboard *)
              my raccourci("Numbers", "c", "c")
    Loop waiting that the clipboard is really filled *)
              repeat
                        try
                                  if (the clipboard as text) is not "" then exit repeat
                        on error
                        end try
              end repeat
    Extract the clipboard's content *)
      the clipboard as text
    Insert return between every characters *)
              my recolle(every character of result, return)
    Fill the clipboard with the edited string *)
      set the clipboard to result
    Paste in the cell *)
              my raccourci("Numbers", "v", "cas")
    end run
    --=====
    on recolle(l, d)
              local oTIDs, t
              set oTIDs to AppleScript's text item delimiters
              set AppleScript's text item delimiters to d
              set t to l as text
              set AppleScript's text item delimiters to oTIDs
              return t
    end recolle
    --=====
    on activateGUIscripting()
      (* to be sure than GUI scripting will be active *)
              tell application "System Events"
                        if not (UI elements enabled) then set (UI elements enabled) to true
              end tell
    end activateGUIscripting
    --=====
    ==== Uses GUIscripting ====
    This handler may be used to 'type' text, invisible characters if the third parameter is an empty string.
    It may be used to 'type' keyboard raccourcis if the third parameter describe the required modifier keys.
    I changed its name « shortcut » to « raccourci » to get rid of a name conflict in Smile.
    on raccourci(a, t, d)
              local k
              tell application a to activate
              tell application "System Events" to tell application process a
                        set frontmost to true
                        try
                                  t * 1
                                  if d is "" then
      key code t
                                  else if d is "c" then
      key code t using {command down}
                                  else if d is "a" then
      key code t using {option down}
                                  else if d is "k" then
      key code t using {control down}
                                  else if d is "s" then
      key code t using {shift down}
                                  else if d is in {"ac", "ca"} then
      key code t using {command down, option down}
                                  else if d is in {"as", "sa"} then
      key code t using {shift down, option down}
                                  else if d is in {"sc", "cs"} then
      key code t using {command down, shift down}
                                  else if d is in {"kc", "ck"} then
      key code t using {command down, control down}
                                  else if d is in {"ks", "sk"} then
      key code t using {shift down, control down}
                                  else if (d contains "c") and (d contains "s") and d contains "k" then
      key code t using {command down, shift down, control down}
                                  else if (d contains "c") and (d contains "s") and d contains "a" then
      key code t using {command down, shift down, option down}
                                  end if
                        on error
                                  repeat with k in t
                                            if d is "" then
      keystroke (k as text)
                                            else if d is "c" then
      keystroke (k as text) using {command down}
                                            else if d is "a" then
      keystroke k using {option down}
                                            else if d is "k" then
      keystroke (k as text) using {control down}
                                            else if d is "s" then
      keystroke k using {shift down}
                                            else if d is in {"ac", "ca"} then
      keystroke (k as text) using {command down, option down}
                                            else if d is in {"as", "sa"} then
      keystroke (k as text) using {shift down, option down}
                                            else if d is in {"sc", "cs"} then
      keystroke (k as text) using {command down, shift down}
                                            else if d is in {"kc", "ck"} then
      keystroke (k as text) using {command down, control down}
                                            else if d is in {"ks", "sk"} then
      keystroke (k as text) using {shift down, control down}
                                            else if (d contains "c") and (d contains "s") and d contains "k" then
      keystroke (k as text) using {command down, shift down, control down}
                                            else if (d contains "c") and (d contains "s") and d contains "a" then
      keystroke (k as text) using {command down, shift down, option down}
                                            end if
                                  end repeat
                        end try
              end tell
    end raccourci
    --=====
    --[/SCRIPT]
    --{code}
    tip #2 :
    --{code}
    --[SCRIPT rotate_cell_contents]
    Enregistrer le script en tant que Script : rotate_cell_contents.scpt
    déplacer le fichier ainsi créé dans le dossier
    <VolumeDeDémarrage>:Users:<votreCompte>:Library:Scripts:Applications:Numbers:
    Il vous faudra peut-être créer le dossier Numbers et peut-être même le dossier Applications.
    Sélectionner une cellule dont le texte doit être tourné de 90 degrés.
    Aller au menu Scripts , choisir Numbers puis choisir “rotate_cell_contents”
    --=====
    L’aide du Finder explique:
    L’Utilitaire AppleScript permet d’activer le Menu des scripts :
    Ouvrez l’Utilitaire AppleScript situé dans le dossier Applications/AppleScript.
    Cochez la case “Afficher le menu des scripts dans la barre de menus”.
    Sous 10.6.x,
    aller dans le panneau “Général” du dialogue Préférences de l’Éditeur Applescript
    puis cocher la case “Afficher le menu des scripts dans la barre des menus”.
    --=====
    Save the script as a Script: rotate_cell_contents.scpt
    Move the newly created file into the folder:
    <startup Volume>:Users:<yourAccount>:Library:Scripts:Applications:Numbers:
    Maybe you would have to create the folder Numbers and even the folder Applications by yourself.
    Select a cell whose contents must be rotated for 90 degrees.
    Go to the Scripts Menu, choose Numbers, then choose “rotate_cell_contents”
    --=====
    The Finder’s Help explains:
    To make the Script menu appear:
    Open the AppleScript utility located in Applications/AppleScript.
    Select the “Show Script Menu in menu bar” checkbox.
    Under 10.6.x,
    go to the General panel of AppleScript Editor’s Preferences dialog box
    and check the “Show Script menu in menu bar” option.
    --=====
    Yvan KOENIG (VALLAURIS, France)
    2011/06/23
    2011/06/26 -- No longer use an auxiliary text box. Now keep the text attributes.
    2012/01/31 -- edited for Lion
    --=====
    on run
              local dName, sName, tName, rowNum1, colNum1, rowNum2, colNum2
              local le_texte, la_largeur, la_hauteur, myNewDoc
              my activateGUIscripting()
    Extract properties of the source/target cell *)
              set {dName, sName, tName, rowNum1, colNum1, rowNum2, colNum2} to my get_SelParams()
              tell application "Numbers" to tell document dName to tell sheet sName to tell table tName
                        set selection range to range (name of column colNum1 & name of row rowNum1)
              end tell
    Cut*)
              my raccourci("Numbers", "x", "c")
    Trigger Preview *)
              tell application "System Events"
                        if "Preview" is not in (name of every application process) then launch application "Preview"
              end tell
      delay 0.2 -- required
    New document from the clipboard *)
              my raccourci("Preview", "n", "c")
    Rotate to left *)
              my raccourci("Preview", "l", "c")
    Copy *)
              my raccourci("Preview", "c", "c")
    Quit *)
              my raccourci("Preview", "q", "c")
              (system attribute "sys2") < 7
              if result then
    Click the [Don't Save] button in the warning sheet *)
                        tell application "Preview" to activate
                        tell application "System Events" to tell application process "Preview" to tell window 1
                                  name of buttons
                                  repeat 50 times
                                            delay 0.1
                                            if exists sheet 1 then exit repeat
                                  end repeat
                                  tell sheet 1 to click button 2
                        end tell
              end if
    Back to Numbers *)
              tell application "Numbers" to tell document dName to tell sheet sName to tell table tName
      -- just reset the focus on the table
              end tell
    Paste in the cell *)
              my raccourci("Numbers", "v", "c")
    end run
    --=====
    set { dName, sName, tName,  rowNum1, colNum1, rowNum2, colNum2} to my get_SelParams()
    tell application "Numbers" to tell document dName to tell sheet sName to tell table tName
    on get_SelParams()
              local d_name, s_name, t_name, row_num1, col_num1, row_num2, col_num2
              tell application "Numbers" to tell document 1
                        set d_name to its name
                        set s_name to ""
                        repeat with i from 1 to the count of sheets
                                  tell sheet i to set maybe to the count of (tables whose selection range is not missing value)
                                  if maybe is not 0 then
                                            set s_name to name of sheet i
                                            exit repeat
                                  end if -- maybe is not 0
                        end repeat
                        if s_name is "" then
                                  if my parleAnglais() then
                                            error "No sheet has a selected table embedding at least one selected cell !"
                                  else
                                            error "Aucune feuille ne contient une table ayant au moins une cellule sélectionnée !"
                                  end if

  • My firefox is half English and Half Spanish. How can I make it all English ?

    my firefox is half English and Half Spanish. How can I make it all English ?

    If you have the Firefox user interface (menu bar) in the wrong language or want to change the current language then you can get the language of your choice here:
    http://www.mozilla.com/firefox/all.html
    Uninstall the current Firefox version, but make sure that you do not remove your personal data.
    Install the new Firefox version of the wanted language.
    See also http://kb.mozillazine.org/Profile_backup and [[Backing up your information]]
    You may need to (re)set the pref "general.useragent.locale" to the preferred language (e.g. "en-US" or "en-GB") on the about:config page.
    You can open the '''about:config''' page via the location bar, like you open a web site.
    Use the ''Filter'' bar at the top of that page to quickly locate the pref.

  • Inner class inside a method - how does it access method's local variable?

    hello All:
    I've learnt that, an inner class, if defined inside a method, it can access the method's local variables, only when they are defined as "final".
    Anyone can help explain the rationale behind it?
    Thanks a lot!
    Sway

    fathomBoat wrote:
    In java, everything is about pass-by-reference.
    Wrong! Nothing in Java is ever pass-by-reference.
    Java uses pass-by-value everywhere.
    It makes sense to me if the reason of enforcing a variable to be "final" is to prevent it being messed up.No, the reason is that a copy is made and if the variable weren't final then it could change later on and the developer could be confused because his inner class didn't "see" that change.
    The variable being final prevents that scenario.
    However, if a copy of the variable is made inside the inner class, i dont see how possible it could affect variables outside of class?Such a copy is made, but the language designers wanted to hide that fact from the developer. By forcing all accessed variables to be declared final the developer has no way to realize that he's actually working on a copy.

  • How can I make my Apple TV more reliable? It takes a day to download a HD movie on a T1 to play later, but when I try to play the movies, Apple TV can't, and says try again later. Doesn't the day download time put the HD movie on the Apple TV device?

    How can I make my Apple TV work? I downloaded two movies, to play later, on April 4, 2014. I tried to watch them this evening only to get a message they are not available and to try later. How long can it take Apple to download the movies? I encourage anyone thinking about buying an Apple TV to get a different media player that is reliable. Apple TV is not worth the money, nor the time it takes to download movies, nor the effort trying to get your money back when Apple TV fails,and it failsl oftern.. Apple never seems to have a problem charging for the movies, but it frequently has a provlem delivering what people pay for.

    Welcome to the Apple Community.
    Try the following steps, check whether things are working after each step where appropriate, before trying the next.
    Restart the Apple TV (Settings > General > Restart).
    Restart the Apple TV by removing ALL the cables for 30 seconds.
    Restart your router.
    Reset the Apple TV (Settings > General > Reset > Reset all settings)
    Restore the Apple TV (Settings > General > Reset > Restore)

  • I currently own an iPod 4th gen. but would like to upgrade to a 5th gen. How can I make sure the info on the 4th is transferred and cleaned off before handing it over to my daughter?

    How can I make sure that my info on 4th gen. iPod has transferred to my new 5th gen iPod and all pertinent content deleted before transferring old iPod to my daughter?

    Go to Settings > General > Reset > Erase all content and settings
    Also... See the wjosten post here...
    https://discussions.apple.com/message/20294697

  • How can I make email messages stay on my computer?

    Up till now I had a .me mail account and I used POP. Now I've moved to iCloud, and apparently am forced to use IMAP. 
    I have an iMac on which I want to keep all my mail, deal with it, archive it, etcetera. And I have an iPad on which I occasionally check my mail when away from my desk, and on which I don't want to keep any mail. Up till now I used to delete all mail on my iPad as soon as I was sure it was stored on my iMac. But apparently that doesn't work anymore. I emptied the IN box on my iPad, and now the IN box on my iMac is empty too, as, I just noticed to my horror, is the SENT box there. There used to be quite a number of mails I absolutely needed to keep, and some I still have to answer …
    How can I make sure that the mail I want to be on my iMac really gets there and stays there for as long as I choose to keep it (other than not throwing away any mail anywhere, which will eventually fill my Cloud)? Will it be enough to move all mail in the IN and SENT box to a corresponding box in the "On My Mac" section?
    Any advise would be more than wellcome.
    Best Regards
    Bart

    Bart Voorzanger1 wrote:
    Up till now I had a .me mail account and I used POP. Now I've moved to iCloud, and apparently am forced to use IMAP. 
    snip…
    How can I make sure that the mail I want to be on my iMac really gets there and stays there for as long as I choose to keep it (other than not throwing away any mail anywhere, which will eventually fill my Cloud)? Will it be enough to move all mail in the IN and SENT box to a corresponding box in the "On My Mac" section?
    You have already worked it out, make local folders (doesn't matter what you call them) and put mail that you wish to keep, but not keep on the server in the local folders, as long as the folders are 'On your Mac' they  will not appear on your other devices.
    As a bonus when you change your mind and want a piece of mail 'globally' accessible just move it from the local folder back to the iCloud account folder.

  • How can I make my guardians buy me an iPhone 5?

    Hey, Apple forum people.
    Maybe you guys can help me with my problem/question today?
    Well, I am thirteen years of age, and I'm very addicted to Apple products (I currently have a iPod touch and iPad)
    Now, my birthday is in November, and I will be 14 years old.
    Well, a few weeks ago, I went to the Apple store, locally.
    I just fell in love. With every worker with their blue t-shirt on with the Apple logo.
    I played with the iPad mini, iMac, Macbook Air, and the iPhone of course.
    I just literally fell in love with touching all of the devices. I didn't get around to the iPod touch or Macbook Pro.
    And, I do want the iPhone 5. Because mostly all teens are getting iPhones.
    One thing about the iPhone, that is not letting me get it, is because my sister says I don't talk on the phone that much, but neither does she!
    I currently don't have any phone, except a Straight Talk phone which I never use.
    I mostly my iMessage and Pinger to text my friends.
    So, I keep asking them for an iPhone.
    I don't even care if I get the iPhone 4.
    I just want one! But I mostly want something with Siri, and that narrows out the iPhone 4.
    But lately, I've being lying a lot.
    They mostly forgive me though.
    So, is there any tips I could get to try to make them give me the iPhone 5?
    It would be nice to go into school right after my birthday with the iPhone 5 in my back pocket.
    Thanks for any advice that you have!

    "How can I make my guardians"
    Wow, that just sets the tone of this post. Make them? Are you serious? How about getting off your whiny little arse and getting a job, perhaps mowing lawns, washing cars, cleaning gutters, etc. then use that money to but it yourself, or show them how hard thou worked and perhaps they will help chip in for it
    Yeah, I'm sure if I had some snot nosed lying kid I had to take care of, I would want to rush right out and buy him an iPhone 5.

Maybe you are looking for

  • Line Item dimension

    Hi friends! The auditor suggest us "flag the line item option in the dimensions with high cardinality, ie: document number, material number" In my cubes  have 0customer in dimension C toghether with other other characteristics, and 0material in dimen

  • Action to: Print current document to PDF Printer "As Image" with Specified DPI

    I FREQUENTLY do the following task on documents.  I would LOVE to have an action that did it for me.  Can someone help me create one or point me to someone who can? Version: Adobe Acrobat X Pro.  Windows 7 64-bit With current PDF file open: 2) Print

  • Images are not shown

    Hi folks, I'm new to web design and I am trying to upload an image (logos.jpg) to www.dot-circle.com but the images, which are supposed to be at the bottom in their own table, under the address, are not there when I upload the html file (index.html).

  • Siebel EAI Value Maps

    HI, I need to understand how we use the EAI value Maps for mapping values for external System. I am using Siebel 8.0 and need to map values for 2 fields before sending the SOAP message using Outbound Web Service. I can send it and receive the respons

  • How to hide transaction codes that i have worked in command box

    Hi , Is there any possible way not to display the transaction codes that i have worked in command box . ex: i have used SPRO ,CRMD_ORDER and other transaction codes to open requred screens.Now i can see last 10 transaction codes  in command box  that