Jump to content

How to copy some files under /system32 folder


Recommended Posts

Posted

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?


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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...