How to load a default prefereces when a create a new profile

i need disable access for a urer creates a new profile in firefox. if it not possible block a profiler manager in firefox, other solution is when user create a new firefox profile, it load defaults preferences

hello, probably the best solution in this case is to use the ''mozilla.cfg'' file to lock certain preferences - it will work regardless of which profile is used. for more information about how to implement it please see http://kb.mozillazine.org/Locking_preferences

Similar Messages

  • Profile in use, can't be accessed, FF only worked when I created a new profile, are bookmarks lost?

    My computer crashed, when I restarted it and restarted FF (6.0.12.1739, with google, adobe and similar plugins), I got the "already running" message.
    I use Windows 7.
    When I learned to look for the parent lock file, not only was it not there, but my original profile folder to be empty.
    So I created another profile folder, and now FF works, but I cannot access my old profile folder.
    When I open the location where it should be, nothing's there. But if I go to profile manager, I see my original profile '' is'' still there (and apparently it's where it should be). I tried typing its location in Start, to no avail.
    '''I tried making all folders visible,''' as some sites recommend for people who use Windows, but this did not make my old profile folder visible.
    Are my bookmarks lost for good?
    I have restarted the computer several times 'til now.

    I forgot to mention that I can't access my old profile, because whenever I click on it, I continue to get the "already running" message. I know that I exit FF when I access profile manager.

  • When I create a New Folder (on the desktop or in Finder), the system uses the Generic Document Icon instead of the Generic Folder Icon. How can I change this back?

    When I create a New Folder (on the desktop or in Finder), the system uses the Generic Document Icon instead of the Generic Folder Icon. How can I change this back?
    All of a sudden I noticed that most of the folders on my computer were no longer using the folder icon, but the generic document icon. I had to manually change back the icon being used by opening Get Info for each folder and copying and pasting the generic folder icon from some folders that remained unchanged. Now whenever I create a New Folder (right click -> "New Folder"), the icon that shows up is the generic document icon (white page with top right corner turned down). And I have to manually change it so it shows up as a folder in Finder or on my desktop. I don't know why or how this switch happened. All of the folders now on my computer look ok, but I need to change the default so when I create a New Folder it uses the correct icon.
    I have also Forced Relaunch of my Finder and rebooted the system. I downloaded Candybar but am not sure what will fix anything, so I haven't proceeded.
    Anyone know how I can do this? Thanks.

    Anyone?

  • How to change the default JRE when there are several version of JRE in Sys

    How to change the default JRE when there are several version of JRE in System?
    i have installed j2sdk1.5.0 then installed j2ee1.4,then installed Weblogic6.1 which use jdk1.3
    Now the JRE is jdk1.3\bin
    When run class that was compiled with jdk1.5,throw:
    java.lang.UnsupportedClassVersionError
    How can i change the jre to 1.5?

    There is a workaround to move from 1.5 version to the older 1.4 version. But this could be specific to the browser setting the JRE version.
    Excerpts from sun docs:
    However, a user can still run older versions. To do so, launch the Java Plug-in Control Panel for the older version, then (re)select the browser in the Browser tab.
    Example:
    Assume you are running on Microsoft Windows with Microsoft Internet Explorer, have first installed version 1.4.2, then version 5.0, and you want to run 1.4.2.
    Go to the j2re1.4.2\bin directory where JRE 1.4.2 was installed. On a Windows default installation, this would be here: C:\Program Files\Java\j2re1.4.2\bin
    Double-click the jpicpl32.exe file located there. It will launch the control panel for 1.4.2.
    Select the Browser tab. Microsoft Internet Explorer might still appear to be set (checked). However, when 5.0 was installed, the registration of the 1.4.2 JRE with Internet Explorer was overwritten by the 5.0 JRE.
    If Microsoft Internet Explorer is shown as checked, uncheck it and click Apply. You will see a confirmation dialog stating that browser settings have changed.
    Check Microsoft Internet Explorer and click Apply. You should see a confirmation dialog.
    Restart the browser. It should now use the 1.4.2 JRE for conventional APPLET tags.
    Details are here
    http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/jcp.html
    My system (Windows XP) has the version 1.5_09 set as the default. However i just installed JRE 1.5_06 and would like to revert back to _06 as the default JRE..
    Will update if i find more information

  • When I create a new address in Contacts the country is automatically coming in as Netherlands - though I'm using the phone in USA. Can't find how to change country default.

    When I create a new address in Contacts the country is automatically coming in as Netherlands - though I'm using the phone in USA. Can't find how to change country default.

    https://discussions.apple.com/message/16474985#16474985

  • How do I get rid of the auto signature "sent from my iPhone" when I create a new message?

    how do I get rid of the auto signature "sent from my iPhone" when I create a new message?

    Settings -> Mail -> Signature and edit it to whatever you'd like.

  • Recently, when I create a new album (untitled), it immediately fills with picture either from the album above it or, if I have a Faces collection open, with the pictures from that collection. Why and how do I fix it?

    Recently, when I create a new album (untitled), it immediately fills it immediately fills with picture either from the album above it or, if I have a Faces collection open, with the pictures from that collection. Why and how do I fix it?

    When a new album is created it will fill with whatever is in the right hand window,  If you're in the Events or Photos mode it will contain all photos in the library.  Yes, strange behavior.
    OT

  • How does a workflow get triggered when we create a Shopping cart

    Hi all,
    In SRm how does a workflow gets triggered when we create a Shopping cart...what i mean is that in r/3 we use changedocument object or function modules etc..likewise in srm how the wf gets triggere...can anyone help me.
    Thanks&Regards,
    Hari

    Hi martin,
    yes i accept that in SRM also workflows are all started by event...what i mean is in R/3 we go for Change document object(swec) or some other method for event creation...like that in SRM what is there?Just whenwe create a Shopping cart How the workflow is trigerred...suppose if it is trigerred using fm swe_event_create where they might have called the function module.
    Thanks&Regards,
    Hari

  • How to Commit before Insert Row when Press Create Insert Button ?

    Hi all;
    I'm Using JDev 11.1.1.2.0
    How to Commit before Insert Row when Press Create Insert Button in ADF11g?
    <af:commandButton actionListener="#{bindings.CreateInsert.execute}"
    text="CreateInsert"
    disabled="#{!bindings.CreateInsert.enabled}"
    id="cb8" />
    best regards;

    You need to do a custom method eather in managed bean or in Application module to do that.
    in managed bean it would be something like:
    public void CommitAndInsert(ActionEvent actionEvent) {
    OperationBinding opCommit = ADFUtils.findOperation("Commit");
    opCommit.execute();
    OperationBinding opCreateInsert = ADFUtils.findOperation("CreateInsert");
    opCreateInsert.execute();
    In page bindings Commit and CreateInsert must exist
    then the button actionListener will be
    <af:commandButton actionListener="#{backing.CommitAndInsert}"

  • When I create a new contact on my iPhone 5, despite having all my devices connected to iCloud, the contact does not appear anywhere else. Please can you let me know how to solve this?

    When I create a new contact on my iPhone 5 it does not appear on any of my other devices (iPad, PC).

    '''''#This will fix the problem for most I think:'''''
    ''Firefox 4.0 has a new feature that automatically saves your tabs when you close Firefox.''
    Its seems that for many people, this feature was not enabled automatically, instead it is set on a different setting of 'show my homepage' or 'show a blank page'. But it is very easy to change, I just did it myself! Here is how to do it:
    At the top left of the screen is an orange 'Firefox' box, click on it. On the right of the dropdown menu you will see 'Options'. Click on it. Then you will see another 'Options', click on it. This will bring up the Options menu.
    The part we are interested in for this fix is where it says, 'When FireFox starts:'. There is a dropdown selection next to that sentance, click on the little down-arrow, and choose ' Show my windows and tabs from last time'. Then click on 'OK' at the bottom of the Options menu, this will close the menu.
    You should be sorted now, I was. I hope it works for you too. To test it out, have a few tabs open, and close firefox. Then try open it. Those same tabs should re-appear. Holding thumbs & fingers crossed :)

  • How can I modify the email who is send when I create a new user in EP6

    Hi community,
    I have a question. How can I change the text of the email which is automatically send by the EP6/WAS6.40 when I create a new user. The email displays the message "Dear Sir or Madam, your user xzy was created with the following password xxx."
    How can I modify this text. Where is it located in the Enterprise Portal / WEBAS 6.40 .
    Thank you.
    Best Regards,
    Olaf Reiss

    Hi,
    Here you can find the required steps on how to change the texts of notification emails:
    http://help.sap.com/saphelp_nw04/helpdata/en/33/d494c86203ea40b7b44ddd471baab1/frameset.htm
    Good luck,
    René

  • When I create a new project in iMovie and drop clips into it, it plays the first one and then quits right near the end of the second clip.  I have re-started my computer, tried a new project etc, and no luck, does anyone know how to fix this issue?

    When I create a new project in iMovie and drop clips into it, it plays the first one and then quits right near the end of the second clip.  I have re-started my computer, tried a new project etc, and no luck, does anyone know how to fix this issue?

    This is a part of the larger MacBook Pro connectivity issue. There are several related threads dealing with the MBP's networking problems. If your unit is suffering from this type of difficulty, good luck ... (or a long ethernet cable)
    (PS Everybody please make noise on this one so apple comes up with a solution.)
    < Edited by Host >

  • When I create a new instrument it defaults to the EVP88 Electric Piano

    Why is it everytime I start a new project and create a software instrument, or I add a new instrument to an existing song, it defauls to the EVP88 Electic Piano?  It started doing this after I plugged in a USB controller keyboard so I would have to try and play keyboard parts on my iMacs keyboard.   I called Applecare but my support for Logic has run out (I didn't use my Logic for a long time after installing it, logn story)  so they wanted me to purchase a really expensive support package but I'm not a professinal just a regualr guy.  The tech told me that it always defaults to EVP88 when yu create a new trick, bu I don't remember it doin that when I first statred. Please someone help me with this!!!

    Hi
    When you make a new track, un-check the "Open Library" checkbox.
    CCT

  • When I create a new event in my calendar in my local time zone, my invitees receive it in GMT. Why how can this be fixed?

    When I create a new event in my calendar in my local time zone, my invitees receive it in GMT. Why how can this be fixed?

    Greetings jsubacus,
    Welcome to the Apple Support Communities!
    I understand that your calendar events are appearing in GMT on your calendar in Yosemite. This was a fix in iOS 8.2 for iCloud calendars. I would suggest that you make sure all of your devices are updated to the current software release to help resolve the issue. 
    iOS 8.2
     Fixes a timezone issue where Calendar events appear in GMT
    Cheers,
    Joe

  • Firefox loads with "parent.lock" in profile folder. Can't get beyond start-up page on the internet. Creating a new profile & deleting old profile in ProfileManager did not solve prblm. When I start Firefox the file is back. scan disc found nothing

    Every time I open Firefox I can't get beyond the first page. No connection to internet. It just says "connecting" and hangs. I create a new profile and delete the old one and I can start firefox and get to the internet, but when I shut the system down, the next time it will not go beyond the first opening page and the "parent.lock" file is present in my profile folder.

    Every time I open Firefox I can't get beyond the first page. No connection to internet. It just says "connecting" and hangs. I create a new profile and delete the old one and I can start firefox and get to the internet, but when I shut the system down, the next time it will not go beyond the first opening page and the "parent.lock" file is present in my profile folder.

Maybe you are looking for

  • How can I transfer CS5 to my laptop?

    I currently have CS5 installed on my desktop mac, but i'm getting a macbook pro soon. How can I transfer CS5 to the laptop? Will i be able to simply install it on the laptop using the same serial number? or will i have to deactivate the licence on th

  • I just redeemed an itunes card how do I know what my balance is for my account

    I just redeemed an itunes card how do I know what my balance is for my account

  • Java Fx 2.0

    whether Java FX 2.0 is completely differ from java FX 1.3 , because we are writing fx code in .java file itself , i am new to java fx , Can anyone guide me to how to get start with javaFX instead of Swing or even we can merge both .... is it possibel

  • Multiple data in each cell in JTable

    Hi, I'm currently working on a program where I need to a JTable that can contain multiple data in each cell. I,ve solved this problem so far by making each cell contain a JList to hold the data, but I'm a little concerned about performance issues. Le

  • Materials for Thesis

    Hello, i read t the BC480. If you anybody have it, can you please send me the Course? I write my Thesis with Title: "Geschäftsprozessoptimierung mit SAP Records Management unter Verwendung von Adobe Interactive Forms am Beispiel der prozessbegleitend