chiners_68 Posted July 27, 2005 Posted July 27, 2005 ok, i have a reg crack for current users but want this to run to effect changes to the default user. what section of the reg does this.? I thought it was .default but it didnt seem change the default user profile.
chilifrei64 Posted July 27, 2005 Posted July 27, 2005 First show hidden files and foldersOpen regedit and select the HKEY_Users folderclick file -> load hive-> Navigate to C:\Documents and Settings\Default Users\ntuser.datgive it a name and hit okedit what you wish then hit file unload hive
Doc Symbiosis Posted July 28, 2005 Posted July 28, 2005 The registry part for the default users profile i slocated in HKUSERS\.Default. This part is taken, when a user logs in, for which no user profile exists yet. So if you modify a key in this part, the changes should be assumed for every user, who had never logged on to the system.What keys do you want to be applied to default user?
gr11x Posted August 2, 2005 Posted August 2, 2005 This is exactly what I want, too.Actually, I want to apply all of my registry tweaks for HKEY_CURRENT_USER to all users, even to newly created ones which have never logged in.But afaik just changing the registry path won't work, will it?Example:[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"Hidden"=dword:00000002"HideFileExt"=dword:00000000"ShowSuperHidden"=dword:00000001"SuperHidden"=dword:00000000changing to[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"Hidden"=dword:00000002"HideFileExt"=dword:00000000"ShowSuperHidden"=dword:00000001"SuperHidden"=dword:00000000Currently I am using the Start Up dir with a Default User batchfile. Is there any possibility to get these keys predefined for all users, even new ones?
monstersnatch Posted November 10, 2005 Posted November 10, 2005 This is exactly what I want, too...i would be also quite interested how this can be tweaked!
cluberti Posted November 10, 2005 Posted November 10, 2005 Yes, just changing the path will indeed do it.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now