I would like to automate a process at logon that could eliminate a lot of headache. THis is for a domain. DC is windows 2003, workstations are windows 7. Domain users have no admin rights, UAC is turned on.
This is my script
Code:
---------
@echo off
regedit.exe /s file.reg
echo.
↧