|
Re: Vista Startup Script problem (loading registry hive issue) After a lot of testing I was finally get a handle on what the problem
is but I don't know how to fix it. If I have the following (test)
script run as a startup script:reg load HKLM\Defuser C:\test
\ntuser.dat
When the startup script is processed it displays the message: Error:
A required privilege is not held by the client[/color]
As the script above shows I have created a C:\test folder and placed
the ntuser.dat file into that folder. I have given Everyone & System
full control of the folder. I have also given Everyone & System the
"Act as part of the operating system" privilege.
Does anyone have any ideas on what privilege and what account needs
the privilege to accomplish loading a registry hive from a startup
script on a Windows Vista computer? |