Jump to content

Recommended Posts

Posted

Is there a way where you can automate the settings for a new user when they log into the machine for the first time? Such as when a new user logs in it will set up settings such as use classic start menu, set IE home page and other settings in windows by chance or could I do it in Microsoft Deployment and through scripts?


Posted

Log onto a machine matching the one you're automating (same software, etc) and get things the way you want. Then, log out (and reboot to make sure handles to the profile are indeed unloaded), and then as another user copy the %userprofile%\ntuser.dat file off the system. Now, place this in the \Documents and Settings\Default User\ folder on systems you want to use these settings for - all new profiles on that system will get their settings from the default user ntuser.dat file on first logon.

Posted

That is a good way and easier way of doing things.... though curious, will it also do settings in other applications as well? As if I set McAfee to have it update and do a scan at a particular time and day. Will those settings also transfer from the computer I setup originally to the target machine?

Posted

That depends - ntuser.dat is the user's HKEY_CURRENT_USER registry hive, so if it stores changes there, then yes. If it stores changes elsewhere in the registry or in the filesystem, then no, it will not.

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