Manage User Profiles in XP
Manage User Profiles in XP
Profile Location
User profile contains all of our custom settings that we have made to our
computer. In Windows XP user profiles are stored inC:\Documents and
Settings\ folder. Inside this directory we will see a folder for each user which
has logged on to the computer.
If we open a folder for some particular user we will see, among other things,
an NTUSER.dat file, which contains user settings. Specific user files are
2
Types of Profiles
Along with local profile we can also have a Roaming user profile. We would
use Roaming profile if we often log on to multiple computers on the network,
and we want our settings to follow us around. Another type of profile that we
can create is theMandatory user profile. Mandatory profile is a read only
profile, so that any changes made by a user will be lost when they log off.
Create Roaming Profile
the Profile tab. In our example we have copied existing user folder
for anderson user account. On the picture below, notice that we have
changed the profile path for that particular user.
Another option is that we only set the profile path (without copying user profile
to the shared folder). In this case system will automatically create new user
profile on a shared folder when a user logs on to the computer. That’s because
no user profile for that user account will exit on that location.
The first step in specifying the mandatory profile is to create a profile that will
be shared by multiple users. In our case we will create a user account
named Students.
4
Next thing we need to do is to log on to the system using the Students user
account and make the appropriate changes. After we configure all the settings
we want, we have to log off from the Students account and then log on using
some other account with administrative privileges (Administrator in our
case). The next step in configuring a mandatory profile is to save it to a central
location. Let’s go to the Start Menu, right-click My Computer and select
Properties to open system properties. Now, we will go to the Advanced tab,
and under User Profiles section we will click on the Settings button. In this
window we can see all profiles that are currently saved on the system.
5
The next step is to make that profile a read-only profile. To do that, we will
browse to the C:\MandatoryProfile\ folder and rename the NTUSER.dat to
NTUSER.man. This makes it a mandatory profile. If you don’t see
NTUSER.dat file, it’s because it’s hidden by default. In that case, we have to
select ‘Show hidden files and folders‘ in Folder Options menu.
The final step is to configure local user account to use the mandatory profile
(Students in our case). Let’s go back to Computer Management,
and Users folder under Local Users and Groups. We right-click on the
Students user, select Properties option, go to the Profile tab, and enter the
Profile path, which is in our case C:\MandatoryProfile.
7
We can point any other user to use that same mandatory profile, at the same
time. We don’t have to create a separate mandatory profile for different user
accounts (but we can if we want to).
The Default User profile is used to create a new profile for users who have
never logged on to the machine before. To create a custom default profile we
have to begin by logging in with some random user account (in our case we
will use IMadruga account), and make changes that we want to be available
for all new users. When we make changes to user profile, we will copy that
profile to the Default User location. Let’s go to the Start Menu, right-click My
Computer, select Properties to open System Properties, go to
the Advanced tab, and under User Profiles click on the Settings button. Now
we will copy the IMadruga user profile, so we will select it and click the Copy
To button. We have to select the new location for our user profile and in this
case, we will navigate to the C:\Documents and Settings\Default
User\ folder, because we want this profile to be used as the default user
profile.
8
When we click the OK button, we have to change the permissions for default
user profile. We want everyone to be able to use this profile, so we will select
the Everyone group. We have to keep in mind that the old default profile is
now overwritten. If we wanted to save old settings, we should have backed it
up. Now, whenever a new user logs on to this particular machine, he will get
our newly defined default user settings.
Redirect Folders
XP creates My Documents folder for each user account. This folder is used to
store files saved by the user. Let’s take a look to the properties of My
Documents. We will right-click it and select the Properties option.
9
Notice the target location. This My Documents folder is located on the C drive,
in Administrator profile folder. If we want to, we can change or move the
location of My Documents folder, even to a network path. Moving My
Documents folder is useful for data protection or for easier backup.
End users can only redirect the following folders: My Documents, My Music,
My Pictures, and My Videos. Group Policy can only redirect the following
folders: Application Data, Desktop, My Documents, My Music, My Pictures, My
Videos, and Start Menu. We can use the %username% variable to redirect
folders to unique parent folders based on user name. When we redirect
folders, the default is to copy the existing folder contents to the new location.
Redirecting folders does not delete the existing folder or prevent data from
being stored in the folder. It only redirects the shortcut that points to the target
folder. By default, users are given the necessary permissions to manage their
redirected folders.
Remember