Device Driver overwrite

  • Thread starter Thread starter CJF
  • Start date Start date
C

CJF

Hi,
I want to overwrite one of the Windows .sys files in the
\windows\system32\drivers folder. I turned off system restore and rebooted.
I even disabled the system restore service. Even after doing so, when I
overwrite the .sys file (serial.sys to be specific) the Windows OS still
manages to restore the file back to its original state. How do I overwrite
this file without Windows monintoring it and changing it back? I tried
renaming the .cab file as well, but that was no help.

There didn't appear to be anything in group policy at the domain level
either.
thx,
Chris
 
The only way to prevent it is:

Remove Windows File Protection's cached version of the file from
C:\Windows\System32\Dllcache.

Then replace the module, with the one you want to use. WFP will
attempt to replace it with the Dllcache version. Since it's been removed
it will prompt for the i386 folder or CD-ROM. If you click cancel it will
finally ask if you want to continue to use this version, in deference to the
monitored WFP one.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top