Hi Maurit,
I believe I understand your post / questions correctly so want to highlight
a few things for you. Firstly the NTUSER.DAT file within a users profile is
actually their HKEY_CURRENT_USER hive - I think you know this already
because of the copying exercise. This file is mapped when the user logs
onto a machine and becomes HKCU - see
http://www.insidetheregistry.com/reg...se.asp?keyid=2
One of the potential issues in doing what you are doing (saving
HKEY_CURRENT_USER to NTUSER.DAT file and then copying it) is that the
HKEY_CURRENT_USER you are saving will contain personal settings specific for
the user you are copying it from, everything from application settings to
security settings and so fourth. Unless you then go back and remove all of
those settings you can potentially cause yourself a little pain and trouble
down the line. Why is it you use this method - are you trying to deploy
various 'default' settings to users?
I may be mistaken but it appears you are using this method to apply policy
settings, basically baking the policy settings into the NTUSER.DAT file
(HKEY_CURRENT_USER) and then copying this to your users to enforce the
restrictions - is this the case? Is there any reason you can't actually
create a group policy on the domain and have that apply to your machines?
It's also worth nothing that there are many policy settings that can be
applied at a machine level (HKEY_LOCAL_MACHINE) and also a user level
(HKEY_CURRENT_USER) and it is possible that although you are setting a
policy registry value in HKEY_CURRENT_USER it's being overridden by another
policy set somewhere else.
Obviously I (we) would like to help you achieve what you want here so if you
can try to explain what your trying to do and why you are doing your
registry save (and how) and deploying the NTUSER.DAT file it would be a
really good start.
With Best Regards,
Jon
www.insidetheregistry.com
---
"Maurit" <(E-Mail Removed)> wrote in message
news:2D4F5123-65D4-4C5A-87F3-(E-Mail Removed)...
> Hello Everyone. Hope someone can chat about somethings i am trying to do
> using registry keys and ntuser.dat file.
>
> first issuse:
>
> i need to apply restrictions through GPO to a specific local user in
> windows
> xp. I am doing the following:
>
> 1. Changes to local GPO using gpedit.msc;
> 2. Saving Hkey_current_user registry to NTuser.dat file;
> 3. deploy the dat file to user profile i want the restrictions.
>
> 'til here everything is fine. I have the desired result.
>
> This works fine in windows XP but In a specific computer is not working
> properly, not all the restrictions are applied to the user only a few. So
> when i look to the hkey_current_ser registry, all the settings are ok, so
> all
> the restrictions should be applied not just some of them.
>
> Is there a way to discover why this is happening?
>
> Second Issue:
>
> The steps above are applied to windows vista? I tried but it failed.
> The NTUSER.DAT file in windows vista has the same functions that in
> windows
> XP?
>
> I writing this here because NTUSER files are registry. HOpe someone can
> help
> me.
>
> Thanks in advance.
>
>