Domain logon scripts + Registry
i need import reg file hklm portion of registry. clients xp pro. portion of registry needs elevated permissions import key. i've encoded reg file exe (using autoit) to use runas command , hide admin password. however i'm having trouble running exe because of ntfs security on clients.
is there better way of importing reg files need elevated user access without revealing admin passwords in scripts?
our dc nt4, end users wxp pro.
i appreciate help.
thanks
the logon script runs under context of user logging in. try reg import using startup script instead. startup scripts run under context of local system , such have higher level of privilege regard registry.
tony
Windows Server > Directory Services
Comments
Post a Comment