N
Nicolas Macarez
Hi Everyone
I am working on a Windows 2000 Professional desktop (no domain controller,
no Active Directory, everything is local).
When a user, without any admin rights, logs on, a logon script is executed.
This VB script (WSH and WMI stuff) modifies some registry keys and entries
under HKEY_CURRENT_USER and I need to run this script with the admin
rights - otherwise certain entries are not modified because the users doen't
have the right to do so.
How can I escalate the privilege INSIDE my script, and then release the
rights afterwards, once the session is opened ?
Help greatly appreciated !
Nicolas
I am working on a Windows 2000 Professional desktop (no domain controller,
no Active Directory, everything is local).
When a user, without any admin rights, logs on, a logon script is executed.
This VB script (WSH and WMI stuff) modifies some registry keys and entries
under HKEY_CURRENT_USER and I need to run this script with the admin
rights - otherwise certain entries are not modified because the users doen't
have the right to do so.
How can I escalate the privilege INSIDE my script, and then release the
rights afterwards, once the session is opened ?
Help greatly appreciated !
Nicolas