How do i create a 2nd user profile that is very different, on same machine?

Greetings,
On my Mac Book Pro, I have created a second user profile that I will also use. But I want it only to load with no history of what I have done on my current profile on this same macbook pro. Want also a fresh instance of Firefox. Do you follow what I am trying to do?
thanks

Yes, should be straight forward...
System Preferences>Accounts, unlock the lock, click on the little plus icon, fill in the username & password, log out & into the new account.

Similar Messages

  • How do I fix a corrupt user profile

    Hi,
       I have a user profile that is corrupt. In CA, under People, Manage User Profiles, I can't find the broken user profile but when I try to create profile again with New Profile. It won't let me. As it says the Profile exists already. How do I
    fix this broken profile in SharePoint 2013? Thanks.
    SPYliu

    I've had to use code like the above to delete user profiles before - however - I would strongly suggest excluding the loop from the above code - otherwise you'll be deleting ALL user profiles - which doesn't seem to be what you want to do
    - e.g:
    /* Load required Assemblies for SharePoint Server and User Profile */
    [System.Reflection.Assembly]::LoadWithPartialName(“Microsoft.Office.Server”)
    [System.Reflection.Assembly]::LoadWithPartialName(“Microsoft.Office.Server.UserProfiles”)
    /* Central Adminstration URL or any Web Application*/
    $url = "http://myserver:Port"
    /* Create a new Context Object */
    $contextWeb = New-Object
    Microsoft.SharePoint.SPSite("http://servername");
    /* Get the right Service Context */
    $ServerContext = [Microsoft.Office.Server.ServerContext]::GetContext($contextWeb);
    /* create a new connection to the UserProfileManager */
    $UserProfileManager = New-Object
    Microsoft.Office.Server.UserProfiles.UserProfileManager($ServerContext);
    /* Remove Profile */ $UserProfileManager.RemoveUserProfile("CONTOSO\joesmith");

  • How can i start a new user profile service in ordre to replace an old one ?

    hi
    i create a new user profile service in ordre to replace an old one 
    when i use : Get-SPServiceApplication i can see that hi is created but
    when i use Get-SPServiceInstance i can see it i can see only the old one 

    Hi,
    The Get-SPServiceInstance returns the services instance for a specific server or the entire farm. The service instance GUID is unique to every farm and cannot be changed.
    For starting a fresh with the User Profile Service configuration, you can unprovision and re-provision the User Profile Service:
    http://sharepoint.stackexchange.com/questions/16146/deleted-service-application-service-instances-remain
    http://www.harbar.net/articles/sp2010ups2.aspx#ups14
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How do I create a second user on my MacBook pro?

    I am a new user to the Mac family, and I'm loving it! I bought my MacBook Pro 15" with retina display with the intention of me being its only user. I am now reluctantly thinking of letting my almost 15 year old daughter use it. She has used it as a "Guest User", but upon logging off, all of her information gets erased. How do I create a second user? I want to make sure she cannot access my files, alter my settings, etc. But I want her to be able to save whatever she is working on. And I also want to be able to access her user to monitor her internet usage, and also add parental controls. Mahalo folks!

    Open System Preferences -> Users & Groups and use the plus sign to add a new user. You can elect to give your daughter admin privileges or not, etc.
    Good luck,
    Clinton

  • How can i create a new user with only read rights ?

    How can i create a new user with only read rights ?

    You are asking about a Database User I hope.
    You can look into the Oracle 8i Documentation and find various privillages listed.
    In particular, you may find:
    Chapter 27 Privileges, Roles, and Security Policies
    an intresting chapter.
    You may want to do this with the various tools included with 8i - including the
    Oracle DBA Studio - expand the Security node and you can create USERS and ROLES.
    Or use SQL*Plus. To create a
    user / password named John / Smith, you would login to SQL*Plus as System/manager (or other) and type in:
    Create user John identified by Smith;
    Grant CONNECT to John;
    Grant SELECT ANY TABLE to John;
    commit;
    There is much more you can do
    depending on your needs.
    Please read the documentation.
    -John
    null

  • How can I create a new user in jabbheer Cisco

    Hi sir 
    please can please, canhelp me and explain how ccan I create new end user in jabber
    Bestregards  

    Dear Eng. Jaime.. 
    Thank you so much  for replay...
    Can yon  explain 
    Do you want to create a contact in Jabber?
    Do you want to enable Jabber for a user?
    And what you meant last question..

  • How can i create a new user in OID DIT tree programmatically  ?

    Dear All,
    How can i create a new user object in the OID DIT tree programmatically ?
    any help will be appreciated.
    Regards,
    Mohammed Amin

    Dear Eng. Jaime.. 
    Thank you so much  for replay...
    Can yon  explain 
    Do you want to create a contact in Jabber?
    Do you want to enable Jabber for a user?
    And what you meant last question..

  • How do I tell if a user profile is marked for deletion?

    This is likely a question with a simple answer, but searching through Google and here hasn't helped.
    How do I tell if a user profile has been marked for deletion?
    Will it appear in the "Manager User Profiles" area of the User Profile Service Application management? 
    Do I need to look somewhere else? 
    This is probably obvious, and I just have looking disease, but your assistance is most appreciated!

    As Paul said you can see that on UP admin page. also you can use powershell to get the list of all use in powershell.
    Follow this blog:
    http://iedaddy.com/2012/02/sharepoint-2010user-information-lists-and-user-profile-cleanup/
    $upa = Get-spserviceapplication <identity>
    Set-SPProfileServiceApplication $upa -GetNonImportedObjects $false
    Set-SPProfileServiceApplication
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Error creating a new user profile service application: The specified database is not a valid synchronization database

    When trying to create a new user profile service application on a new SharePoint install I get the following error:
    "The specified database is not a valid synchronization database"
    The installation then fails and does not create the third database. 
    I found some threads with similar problems but it involved upgrading an existing db.  In this case we want to create a new one.  Here is the relevant ULS log info:
    Starting schema provisioning of SynchronizationDatabase 'SP15_TEST_ENT_SyncDB'
    Provisioning the SP15_TEST_ENT_SyncDB database with the script at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\Template\SQL\SPS\drop_procs.sql.
    Provisioning the SP15_TEST_ENT_SyncDB database with a script stream.
    Ensuring that the SP15_TEST_ENT_SyncDB database exists . . .
    The SP15_TEST_ENT_SyncDB database does not exist. 
    It will now be created.
    Setting the AutoClose option to False on the database SP15_TEST_ENT_SyncDB.
    Setting the ArithAbort option to True on the database SP15_TEST_ENT_SyncDB.
    Setting the TruncLogOnChkpt option to True on the database SP15_TEST_ENT_SyncDB.
    Starting schema evaluation of existing SynchronizationDatabase 'SP15_TEST_ENT_SyncDB'
    Validate Database: validating sync database
    Validate Database: validation failed: Error code -2
    Application error when access /_admin/NewProfileServiceApplicationSettings.aspx, Error=The specified database is not a valid synchronization database 
     at Microsoft.Office.Server.Administration.SynchronizationDatabase.Provision()   
     at Microsoft.Office.Server.Administration.UserProfileApplication.Provision()   
     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.NewProfileServiceSettingsPage.DoCreateApplication()   
     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.NewProfileServiceSettingsPage.OnOkButtonClick(Object sender, EventArgs e)   
     at System.EventHandler.Invoke(Object sender, EventArgs e)   
     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)   
     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Microsoft.SharePoint.Administration.SPDatabaseException: The specified database is not a valid synchronization database  
     at Microsoft.Office.Server.Administration.SynchronizationDatabase.Provision()   
     at Microsoft.Office.Server.Administration.UserProfileApplication.Provision()   
     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.NewProfileServiceSettingsPage.DoCreateApplication()   
     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.NewProfileServiceSettingsPage.OnOkButtonClick(Object sender, EventArgs e)   
     at System.EventHandler.Invoke(Object sender, EventArgs e)   
     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)   
     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> Microsoft.SharePoint.Administration.SPDatabaseException:
    The specified database is not a valid synchronization database   
     at Microsoft.Office.Server.Administration.SynchronizationDatabase.Provision()   
     at Microsoft.Office.Server.Administration.UserProfileApplication.Provision()   
     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.NewProfileServiceSettingsPage.DoCreateApplication()   
     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.NewProfileServiceSettingsPage.OnOkButtonClick(Object sender, EventArgs e)   
     at System.EventHandler.Invoke(Object sender, EventArgs e)   
     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)   
     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)   
     at System.Web.UI.Page.HandleError(Exception e)   
     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)   
     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)   
     at System.Web.UI.Page.ProcessRequest()   
     at System.Web.UI.Page.ProcessRequest(HttpContext context)   
     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()   
     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    I Tried to create another one under a different name (databases also) and I get the same error. 
    The SharePoint instance has the march mandatory update installed.  The sql instance we are using is an existing SQL cluster for other SharePoint poc's. 
    Has anybody seen this issue before? 

    I had the same problem and could not figure out what was wrong for the longest time.  I then had the idea to check in the model system database to see if there were any extra custom tables in that database.  Any tables that are in the model database
    are put into any new database when it is created.  I had some custom tables in the model database so I deleted the custom tables in the model database and deleted the failed user profile service application and its databases and then tried to recreate
    the user profile service application again and it worked with no errors

  • How do I create a "New User"

    In my prior post of yesterday, "How do I password protect / lock an album, it was recommended to me to create a new user, then move the desired photos from the current library (current user) to the new library within the new user. Sounds like a good idea, but how do I do it? I'm a bit of a novice. Can someone walk me through the process?
    1. How do I create a new user?
    2. How do I transfer the selected photos in my current library to the new library in my new user name?
    Thanks,
    HDP

    Hi there,
    I think PhillyPhan will post back in your other thread and explain the process...
    But to give you my 2 cents, I would opt to create another iPhoto Library folder that contains the images you do not want to share and keep as private as possible.
    By using this: hold down OPTION key and open iPhoto, a dialog will open, Quit - Create - Choose, just create another library in any part of your HD or even on an external HD under any name or even inside another folder. Once created you can import the photos you want to keep away from the general public. You can go back and forth between libraries by using the same option key etc. iPhoto will open automatically to the last library you opened. So, you can hide the library anywhere you wish on your Mac HD or external, and alot of people don't know the Option key / open iPhoto > choose library function.
    The reasons I would choose to do it this way, someone would need to know you have another library and where the library is located in order to view the images.
    Importing the images will take a bit of work, post back if interested or have any other questions...
    Rick
    iMac G5 iSight 20" - 30G iPOD & Hot Pink Nano 4G - WD 500G FW - Mac OS X (10.4.8) - HP Pav 15" WS and Toshiba Sat 17" WS LP's - Canon 20D & A620 Kodak P880

  • Could any one tell me that How can i create the service User ie j2ee SID

    hi all,
    In the implementation of SPNego Authentication schem in my portal system.
    i want to create the service user ie .j2ee-<SID>.
    <b>could any one tell me that How can i create the service User ie j2ee-<SID> in my visual administrator??</b>.
    any help will be highly Appretiated .
    thanks and regards.
    vinit soni.

    Vineet,
    the user management tab opens in Read Only mode - thats why the button is coming as disabled. There is a button for switching into Edit mode - it looks like a pen / pencil on the top bar. Click on that - your "Create User" button would be enabled.
    Also regarding creation of Service User via code level you can see <a href="https://www.sdn.sap.com/irj/sdn/thread?messageID=1057074">THIS</a> thread. And <a href="http://HERE">http://help.sap.com/saphelp_nw04/helpdata/en/f9/e3162ec55f4df6922d161f3785012a/frameset.htm</a>HERE[/url] is the SAP Help documentation on required permission settings.
    Regards,
    Shubhadip
    Message was edited by:
            Shubhadip Ghosh
    Message was edited by:
            Shubhadip Ghosh

  • How do I create a new lens profile?

    How do I creat a new lens profile for a Canon EF135mm f/2 and EF200 f/2.8 in lightroom 3.3?

    Hi Simon,
    Thanks for your reply.   I figured it out, I  downloaded the new version of Raw 6.3 and now I have the lens profile and others  such as crop constraint and
    chromatic abrerrations.  I was looking for these items in Photoshop Raw
    Thanks,
    Aideen
    If I understand you correctly, you found and downloaded a lens profile that matches your camera and lens, and you don't see the profile in LR?
    1. Make sure that you relaunch LR after you downloaded the lens profiles.
    2. The type of lens profiles (raw or non-raw) matches your image type (raw or non-raw). Namely you can only apply raw lens profiles to raw image files and vice versa for the non-raw profiles.
    -Simon
    >

  • How do i create a default user in os 10.8.2

    how do i create a default user in os 10.8.2

    You need to work with the files in:
    /System/Library/User Template
    and then choose the language you're using. Be very careful when working in there - by default, your user (even an admin) has no read/write permissions. You may wish to go in through the terminal with sudo.
    Matt

  • How do you create and save icc profiles using photoshop?

    How do you create and save icc profiles using photoshop?

    You don't. Color profiles require specific measurement hardware and software.
    Mylenium

  • How can I creat a 802.1x Profile without Lion Server? I miss the plus-button in Lion to creat a 802.1x Profile.

    How can I creat a 802.1x Profile without Lion Server? I miss the plus-button in the Network Configuration (OS X Lion) to creat a 802.1x Profile.

    Tried this?
    http://blog.affien.com/archives/2011/03/16/802-1x-configuration-profile-on-lion- mac-os-x-10-7/

Maybe you are looking for

  • Automatic DUNNING or INTEREST CALCULATION email to CUSTOMER

    Hello Gurus, ive got one issue regarding email for DUNNING or INTEREST CALCULATION which need to be sent to customers. Our FI bookkeeping director wants only a reminder to be sent to customers which have overdue line items. ive configured fully INTER

  • SWF Won't Display in RoboHelp Project

    Hi, I have a RoboHelp 9 HTML project that has a number of SWF files embedded in a number of the pages. The problem is the SWF won't display on the HTML page. The SWF files are published to version 11.x. The HTML pages work fine on my computer but I h

  • BPM import process from non-sap bpel tool

    Hi guys.... I'm having quite a hard time with BPM processes...I'm trying to import one simple BPM process, receive->reply, from another BPEL tool, but I'm not being able to do it. I create a .zip with a bpel file and the correspondent WSDL's, import

  • Adding custom column to a Data Table (bound to database table)

    Hello, I've added an additional "Output Text" column to an existing "Data Table" component, which is pulling a database table and rendering it. It's actually called "OutputText5". What I want to do, is set the value of the "OutputText5" dynamically,

  • Msn messenger password question!!

    i want msn or keychain whatever, to remember all the passwords i logged in.. i am logging in with one user name and password and checking the remember box and it remembers that but the problem is when i log in with another username and password it fo