tceydeliler Posted February 6, 2008 Posted February 6, 2008 Hi,I'm domain admin. And Itry to copy some file under clients' c:\windows\system32\ folder. To do this, I have to use AD, GPO and startup script. But, our users have no local admin or power users privileges. They have user privileges. When I put a script in stratup script container, I oberve that, when client power on the PC there is no change under system32 folder.Here is the script:@echo onnet use w: \\DCSERVER\Netlogon\Food\Radmincopy "w:\install\r_server.exe" "c:\windows\system32\r_server.exe"copy "w:\install\raddrv.dll" "c:\windows\system32\raddrv.dll"c:\windows\system32\r_server.exe /installregedit.exe /s w:\install\settings.regnet use w: /deletec:\windows\system32\r_server.exe /startpauseHve you any idea?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now