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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now