Dels Posted March 18, 2006 Posted March 18, 2006 is it possible to replace system files on-the-fly? i want to replace some system files without another 3rd party tool, so are there any other methods? (cmd?batch?)some info :i want to make a "hacked win2k GUI" pack for my friends, and they didn't know anything about system files replacement (even they didn't know most command in cmd ) so i must did it by myselfthanks
cluberti Posted March 19, 2006 Posted March 19, 2006 It depends - most files can be unregistered, replaced, and then re-registered using the regsvr32 command, but there are some system files that are memory-mapped, and thus require a reboot to replace (the file loads into memory and is read from there, rather than disk, and only a reboot can unload it for replacement).
Dels Posted March 19, 2006 Author Posted March 19, 2006 anyway i have found some method to made it replace and still need restart (it's not a problem)thank for the reply
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