Jump to content

what part of reg for default user profile.


chiners_68

Recommended Posts


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

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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