Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Registry Hive Import - User Not Local Administrator

Status
Not open for further replies.

SarasotaIT

IS-IT--Management
Mar 25, 2003
23
US
I am trying to automate the setup of the printer environment of 150 users that all have local printers attached to their w/s. I have set the advanced settings of the printer and exported the registry hive [HKEY_CURRENT_USER\Printers\DevModePerUser] to a .reg file on the server. At user logon, I wish for all users (who use roaming profiles) to be forced to import this hive into their registry, via a script, to ensure proper printer settings. The logon script is a .bat that contains: regedit /s \\server\Public\registry\decal.reg. It fails because the user is not a local administrator. How does one script this import when the users are not local administrators of their w/s? I have tried using regedt32 and setting the permissions on the printers hive to everyone-allow full control, but even that fails.
Much thanks in advance!
-ts
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top