Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Default Profile Classic Theme 2

Status
Not open for further replies.

gmail2

Programmer
Joined
Jun 15, 2005
Messages
987
Location
IE
I'm trying to setup a PC so that the default profile when a user first logs on is the windows classic theme. I don't want to force this via GPO, just set it as default.

I've loaded the ntuser.dat from the Default User profile and changed the following

\Software\Microsoft\Windows\Current Version\ThemeManager
ThemeActive = 0
DllName = <BLANK>

I've also set the same under HKLM and under HKCU\.Default (even though this shoudln't make a difference), however, I'm still getting the XP Theme when a new user logs on and when I check the registry, those values have defaulted back to luna.msstyles and ThemeActive=1

Can anybody help with this as it's driving me nuts !

Irish Poetry - Karen O'Connor
Irish Poetry and Short Stories - Doghouse Books
Garten und Landschaftsbau
 
local profile uses c:\doc & settings\default user
to do what u want create a new user, set the profile as u like, log off, logon with admin rights, right click my computer, goto profiles, choose the userprofile u created, say copy an replace the default user profile in c:\doc & settings\default user
for a roaming profile do the same, the difference is the location where to store the profile, it´s under DC\system32\netlogon\default user
 
Yea, I know I can do it that way but I've heard stories about there being problems with this (like my document paths pointing to the wrong user etc) so I was trying to avoid this and use the Default User ntuser.dat instead. That's why I wanted to use the registry key way instead.

Incidentally, something you said in the last line of your post intrigued me. You said for roaming profiles store it under DC\System32\netlogon\default user - what do you mean by DC? You mean store it on the Domain Controller?

I always thought that a roaming profile was created first time fromt he default profile of the PC the user first logs onto?

Irish Poetry - Karen O'Connor
Irish Poetry and Short Stories - Doghouse Books
Garten und Landschaftsbau
 
If you are creating an account for a brand-new user who has no profile data anywhere on your network, you'll probably want that user (and any other new users you create in the future) to receive a default roaming profile automatically. To do this, you need only copy your baseline profile to \\SERVERNAME\SYSVOL\yourdomainname\Scripts\Default User. Replace your server name and domain name as appropriate. For example, in my case I would configure my baseline profile to \\MERCURY\SYSVOL\hasselltech.local\Scripts\Default User.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top