Jump to content


  • 0
jamitupya

Script to MODIFY Default User Profile

Question

Just something i use to modify the default user hive for our windows 7 deployments....

 

@ECHO OFF
REM *****************************************************
REM  Script configures the Default User Profile
REM *****************************************************
echo.
echo. Load default profile HIVE and apply registry settings.
echo.
REM Load the default profile hive
REG LOAD HKU\Default C:\Users\Default\NTUSER.DAT

REM Configure the default user profile

REM Customise Wallpaper Theme Screensaver etc.
REG IMPORT HKDUser\HKU_ControlPanel_Desktop.reg
REG IMPORT HKDUser\HKU_Themes.reg
REG IMPORT HKDUser\HKU_Software_MSWin_DWM.reg
REG IMPORT HKDUser\HKU_ControlPanel_Colors.reg
REG IMPORT HKDUser\HKU_ControlPanel_Cursors.reg

REM Unload the default profile hive
REG UNLOAD HKU\Default

exit

 

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

good stuff, I'm using something similar,

 

what i'd like to see you add to this post is a description of the step(s) in the task sequence where you call this,

plus if you can, include the reg files mentioned in the script,

 

cheers :)

niall

Share this post


Link to post
Share on other sites

  • 0

good stuff, I'm using something similar,

 

what i'd like to see you add to this post is a description of the step(s) in the task sequence where you call this,

plus if you can, include the reg files mentioned in the script,

 

cheers :)

niall

 

yeah no problem... Monday ... I was planning on putting up that whole pack ;-)

Share this post


Link to post
Share on other sites

  • 0

hello how do i make the script active? do i have to specify the name of the user?

i need the script because it will help the users to just provide the password and leave the hustle of remembering the username.

 

thank in advance.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.