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 on net use w: \\DCSERVER\Netlogon\Food\Radmin copy "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 /install regedit.exe /s w:\install\settings.reg net use w: /delete c:\windows\system32\r_server.exe /start pause Hve you any idea?