summaryrefslogtreecommitdiffstats
path: root/l10n-en-GB/suite/chrome/common/help/profiles_help.xhtml
blob: d79f9df4d63c22d8e5bd0c7b4545d49eeff2ce13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<?xml version="1.0" encoding="UTF-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" [
  <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
  %brandDTD;
]>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Managing Profiles</title>
<link rel="stylesheet" href="helpFileLayout.css"
  type="text/css"/>
</head>
<body>

<h1 id="managing_profiles">Managing Profiles</h1>

<p>If you use the Internet at home and at work, you may want to have access to
  a different set of bookmarks, preferences, address books, email accounts,
  Sidebar setup, and so on. Similarly, family members may want to share a copy
  of the same browser software but keep their Internet identities separate.</p>

<p>The Profile Manager lets you create different profiles, each with its own
  bookmarks, preferences, email settings, and so on. You automatically create a
  default profile when you first install your browser software. After you
  create one or more additional profiles, you will be asked which you want to
  use each time you launch the browser.</p>

<div class="contentsBox">In this section:
 <ul>
    <li><a href="#creating_a_new_profile">Creating a New Profile</a></li>
    <li><a href="#deleting_or_renaming_a_profile">Deleting or Renaming a
      Profile</a></li>
  </ul>
</div>

<h2 id="creating_a_new_profile">Creating a New Profile</h2>

<p>To create a profile:</p>

<ol>
  <li>Open the Profile Manager:
    <ul>
      <li><strong>If &brandShortName; is running</strong>: Open the Tools menu
        and select Switch Profile.</li>
      <li><strong>If &brandShortName; is closed</strong>:<span class="win">
        Open the Start menu and choose Programs, then &brandShortName;, then
        Profile Manager.</span><span class="mac"> Hold down the
        <kbd>Option</kbd> key while you&apos;re starting &brandShortName; from
        the Finder or the Dock.</span><span class="unix"> Type the following at
        the command line: <kbd>./mozilla -profilemanager</kbd></span></li>
    </ul>
  </li>
  <li>Click Create Profile, read the Profile description, and then click
    Next.</li>
  <li>Enter a profile name. This can be anything you like, such as your real
    name or a name that&apos;s related to what you use the profile for, such as
    <q>School</q>.</li>
  <li>Accept the default location for the new profile, or click the Choose
    Folder button and navigate to the location you want.</li>
  <li>If you have additional Language Packs installed, click
    Select Language and choose the language you want.</li>
  <li>Click Finish.</li>
</ol>

<p>[<a href="#managing_profiles">Return to beginning of section</a>]</p>

<h2 id="deleting_or_renaming_a_profile">Deleting or Renaming a Profile</h2>

<p>You may want to delete profiles that you don&apos;t normally use. To delete
  or rename an existing profile:</p>

<ol>
  <li>Open the Profile Manager:
    <ul>
      <li><strong>If &brandShortName; is running</strong>: Open the Tools menu
        and select Switch Profile. <strong>Note</strong>: You can&apos;t delete
        the profile that is in use.</li>
      <li><strong>If &brandShortName; is closed</strong>:
        <span class="win"> Open the Start menu and choose Programs, then
        &brandShortName;, then Profile Manager.</span><span class="mac"> Hold
        down the <kbd>Option</kbd> key while you&apos;re starting
        &brandShortName; from the Finder or the Dock.</span><span class="unix">
        Type the following at the command line:
        <kbd>./mozilla -profilemanager</kbd></span></li>
    </ul>
  </li>
  <li>To delete a profile, select its name and click Delete Profile. In the
    confirmation box, choose one of the following options:
    <ul>
      <li><strong>Delete files</strong>: Deletes the whole profile folder
        with its stored data (bookmarks, preferences, email
        accounts, and so on). <em>Make sure that you won&apos;t need anything
        from the profile in the future before you choose this option.</em></li>
      <li><strong>Don&apos;t delete files</strong>: Removes the profile from
        the list of available profiles, but keeps the profile folder. By
        choosing this option none of your profile&apos;s stored data will be
        deleted.</li>
    </ul>
  </li>
  <li>To rename a profile, select its name, click Rename Profile, and follow the
    instructions.</li>
</ol>

<p>[<a href="#managing_profiles">Return to beginning of section</a>]</p>

</body>
</html>