Jump to content

what part of reg for default user profile.


Recommended Posts

Posted

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.


Posted

First show hidden files and folders

Open regedit and select the HKEY_Users folder

click file -> load hive->

Navigate to C:\Documents and Settings\Default Users\ntuser.dat

give it a name and hit ok

edit what you wish then hit file unload hive

Posted

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?

Posted

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:00000000

changing to

[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"Hidden"=dword:00000002
"HideFileExt"=dword:00000000
"ShowSuperHidden"=dword:00000001
"SuperHidden"=dword:00000000

Currently 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?

  • 3 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...