RE: [ntdev] C or C++ ? Sorry for stupid question,
where is the UI to control Windows File Protection?
I remember seeing it somewhere (or was it Driver Signing?)
Max
RE: [ntdev] C or C++ ? Sorry for stupid question,
where is the UI to control Windows File Protection?
I remember seeing it somewhere (or was it Driver Signing?)
Max
RE: [ntdev] C or C++ ?Check out SFPCOntrol on www.osr.com it is in the
download section.
–
Mark Cariddi
Open Systems Resources, Inc.
www.osr.com
“Maxim S. Shatskih” wrote in message
news:xxxxx@ntdev…
Sorry for stupid question,
where is the UI to control Windows File Protection?
I remember seeing it somewhere (or was it Driver Signing?)
Max
http://www.osr.com/files/SFPControl.zip
-----Original Message-----
Sent: Tuesday, April 23, 2002 10:28 AM
To: NT Developers Interest List
Subject: [ntdev] WFP/SFC UI
Sorry for stupid question,
where is the UI to control Windows File Protection?
I remember seeing it somewhere (or was it Driver Signing?)
Max
Maxim,
you wrote on Tuesday, April 23, 2002, 19:28:08:
MSS> where is the UI to control Windows File Protection?
MSS> I remember seeing it somewhere (or was it Driver Signing?)
There is no UI, just some registry settings:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q222473
You can also use sfc.exe from the command line. Also look at
http://www.collakesoftware.com/WfpAdmin/CSWfpAdmin.htm
RE: [ntdev] C or C++ ?OSR provides a utility to stop WFP in limited situations. The undocumented value works under W2K, but I hear that is has been disabled in XP. You must have Winbag running to keep WFP inhibited normally.
Since everyone seems to be piping in on using C++ in drivers, I thought I would say that I see a good use for it if you know what you are doing. If you don’t know how to do it the hard way in straight C and using the DDK, then you will never be good enough to use C++ correctly. Having DriverWorks to provide classes to access the registry and doing debug displays is very useful to me. I can and have done it with C, but I still like DriverWorks. Of course, if I didn’t know how to do it, I couldn’t fix the bugs in Numega’s code.
----- Original Message -----
From: Maxim S. Shatskih
To: NT Developers Interest List
Sent: Tuesday, April 23, 2002 1:28 PM
Subject: [ntdev] WFP/SFC UI
Sorry for stupid question,
where is the UI to control Windows File Protection?
I remember seeing it somewhere (or was it Driver Signing?)
Max
You are currently subscribed to ntdev as: xxxxx@yoshimuni.com
To unsubscribe send a blank email to %%email.unsub%%