user profiles

J

James Bond

I am about to ghost a Vista image to be used as my SOE.

In the past I have copied the admin users profile to default user to
ensure all icons are present and available.

What needs to be done with Vista to ensure any user logging in can use
all apps and has icons in appropriate places.

Thanks.
 
Z

Zaphod Beeblebrox

James Bond said:
I am about to ghost a Vista image to be used as my SOE.

In the past I have copied the admin users profile to default user to
ensure all icons are present and available.

What needs to be done with Vista to ensure any user logging in can use
all apps and has icons in appropriate places.

If you are using sysprep, set up the admin user profile the way you want
it and make sure that in your sysprep.xml you set CopyProfile to true in
the Microsoft-Windows-Shell-Setup componenet in the specialize pass,
something like this:

<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup"
processorArchitecture="x86"
publicKeyToken="31bf3856ad364e35"
language="neutral"
versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<CopyProfile>true</CopyProfile>
</component>

If you are using some other method, you could try copying the profile to
the default user profile, but I don't know if there are any gotchas with
that method...
 
J

James Bond

We dont have the administrator account enabled and are just using a
standard domain user to setup all the apps. How does it know to use
this user or can I specify ?

THis user is a local administrator, along with a few other users on the
local system which have profiles.


we are using sysprep by the way,

thanks,
 
Z

Zaphod Beeblebrox

James Bond said:
We dont have the administrator account enabled and are just using a
standard domain user to setup all the apps. How does it know to use
this user or can I specify ?

THis user is a local administrator, along with a few other users on
the local system which have profiles.


we are using sysprep by the way,
As I understand it, it copies the profile of the account that is used to
run sysprep. It doesn't have to be the Administrator account, but it
does have to be a local administrator (but that's just to be able to run
sysprep I think).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top