hfnistelrooy Posted September 14, 2011 Posted September 14, 2011 Im trying to change a dll file in the system32 folder for all my windows 7 workstations on the network, I have tried to capture a package using WInstall but that does work (im guessing its permissions overwriting a dll in the system32 folder)? Is there another way that this can be done? a bat file or a startup script?
hfnistelrooy Posted September 14, 2011 Author Posted September 14, 2011 I have a batch file that I have created which changes the dll file to anme.dll.bak and then copies the new dll from the server share, it works when I run it as an administrator so I thought it would work as a startup script but it doesnt work... is there something simple that im missing?
plexer Posted September 14, 2011 Posted September 14, 2011 XP had a file protection service to prevent system files dll's etc being overwritten. What file are you trying to replace and why? Ben
hfnistelrooy Posted September 14, 2011 Author Posted September 14, 2011 Im changing the profile picture in windows 7, you need to change a dll in the system32 folder for it to work, set the batch file as a package and it is now working! Now just another batch file needed to disable some services
plexer Posted September 14, 2011 Posted September 14, 2011 You don't need a batch file to disable services that can be done quite easily with a GPO/GPP. Ben
plexer Posted September 14, 2011 Posted September 14, 2011 I'm suprised this doesn't break the microsoft T&C's like modifying the original gina was for XP. Ben
mac_shinobi Posted September 14, 2011 Posted September 14, 2011 GPP or the expand command ( if it still exists ) to replace the file using a script ( bat, vbs , powershell ) ??
Arthur Posted September 14, 2011 Posted September 14, 2011 I'm suprised this doesn't break the microsoft T&C's like modifying the original gina was for XP. It probably does.
hfnistelrooy Posted September 15, 2011 Author Posted September 15, 2011 You don't need a batch file to disable services that can be done quite easily with a GPO/GPP. Ben Trying to stop Windows Defender from starting automatically and there is no option for it via GPO (on a server 2003 network) unless you know how it can be done? Ill look into the dll issue with it breaking MS agreement...
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