Creating NTUSER.DAT file programatically

  • Thread starter Thread starter Wayne J
  • Start date Start date
W

Wayne J

As part of the sys-admin tasks I undertake, it includes the profiling of
user accounts.

Most of this has been done through scripting, but there is still the
hands on part of mapping drives etc that the GPO miss.

Is it possible as part of a vb.net application to create a stub
NTUSER.DAT file with all the necessary trimmings for the users?

Has anyone tried doing such a task?
 
Wayne said:
As part of the sys-admin tasks I undertake, it includes the profiling of
user accounts.

Most of this has been done through scripting, but there is still the
hands on part of mapping drives etc that the GPO miss.

Is it possible as part of a vb.net application to create a stub
NTUSER.DAT file with all the necessary trimmings for the users?

Has anyone tried doing such a task?

Mapping drives should really be done via a logon script. You can use
group membership to automate it.
 
Daniel said:
Mapping drives should really be done via a logon script. You can use
group membership to automate it.

That works for standard mappings, but the drive mappings are only part
of what I am attempting to accomplish as there are other registry
settings that need to be done.
 
Wayne said:
That works for standard mappings, but the drive mappings are only part
of what I am attempting to accomplish as there are other registry
settings that need to be done.

Again, registry settings can be done via the logon script as well. DOS
scripting is really powerful which is something that most people overlook!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top