G
Jimmy Brush said:Hello,
To delete the protected system files, you will first have to take ownership
of them and then grant yourself permission to them.
You can do it using an elevated command prompt (right-click command prompt
and click Run As Administrator):
cd c:\windows\system32
takeown /F FILE /A
icacls FILE /grant AdministratorsF)
del FILE
for each file you need to delete (where FILE is the filename)
--
- JB
Microsoft MVP - Windows Shell/User
Windows Vista Support Faq
http://www.jimmah.com/vista/