Jump to content

HKCU for default user


Recommended Posts


I tought about putting script to setupcomplete.cmd? But i'm to lazy to try it. But i guess, that since you mention only NTUSER.DAT, that somebody already tried it withouth success. :(

Link to comment
Share on other sites

Example and you can use dism

IMAGEX /MOUNTRW "D:\install.wim" 1 D:\zMountDir

REG LOAD HKU\Default D:\zMountDir\Users\Default\NTUSER.DAT

REM Configure the default user profile

REG ADD "HKU\Default\Control Panel\Sound" /v Beep /t REG_SZ /d NO /f

REG UNLOAD HKU\Default

IMAGEX /UNMOUNT /COMMIT D:\zMountDir

Link to comment
Share on other sites

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...