VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Replace System Files After Rebooting

by Luis Cantero (14 Submissions)
Category: Windows System Services
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (1 Votes)

When you are creating a sort of Setup program, etc. sometimes you want to replace some system files or delete some other files, however if they are in use by Windows at the time, you can't. You need to update the files after rebooting, you know that message that says "Please wait while windows updates your configuration files", the utility that does this is called Wininit, and here's how to use it! I've included a small example that should work under Win9x/ME/NT/2K/XP.

Inputs
Windows Directory, path of the file to be replaced, path of the file that will replace it (this is not necessary of the file is to be deleted)
Side Effects
Just be careful when replacing system files, you should use a method for checking file versions to avoid replacing newer system files with older ones, this is the MAIN reason why windows is so unstable!

Rate Replace System Files After Rebooting

Download Replace System Files After Rebooting

Download Replace System Files After Rebooting (7 KB)

Replace System Files After Rebooting Comments

No comments have been posted about Replace System Files After Rebooting. Why not be the first to post a comment about Replace System Files After Rebooting.

Post your comment

Subject:
Message:
0/1000 characters