Jump to content

Recommended Posts

Posted

How to unattendedly apply regtweaks for default user, so that every created user preferably including default administrator will inherid HKCU registry from default user?


Posted

you mount the wim, mount the MountDir\Users\Default\NTUSER.DAT and modify it and unload. lot of trouble

might be best to just place a reg script in a location and call for each user. I know some do that

Posted

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

Posted

i apply mine in firstlogoncommands and they work. Commands in the Setupcomplete.cmd file are executed with local system privilege.

HKLM Reg tweaks can be ran here but not HKCU which are user specific.

Posted

Hmm, i does not work, obviously, so i will just leave it and don't make default user settings in unattended installation.

Posted

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

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