Techno World Inc - The Best Technical Encyclopedia Online!

THE TECHNO CLUB [ TECHNOWORLDINC.COM ] => Windows Vista => Topic started by: Hellraiser on August 12, 2007, 11:28:15 AM



Title: How to delete/replace a system file in vista
Post by: Hellraiser on August 12, 2007, 11:28:15 AM
How to delete/replace a system file in vista

In many of the tweaks on OS we directed to delete or replace a system file.

In Windows Vista this is not as easy as it sounds since the system files are protected better by the file system than in XP.


There are two steps that you need to do in order to be able to replace or delete a system file:

1. First you need to take ownership of the file. Run takeown /f  "path and file name" to take ownership from a command prompt.

2. Next, you need to give your account full control permissions on the file. Run cacls "path and file name" /G <your username>:F to get full control from a command prompt.