|
* Add PnpLockdown=1 to the version section of the inf
* Change service name to Ndisprot60
* Change Section 'wdfsection' to 'Install.Wdf' so it can be referenced. Change service to NdisProt60 in that section
* Change all DIRID to 13
* Add different manufacturer entires so installtion is different for Windows 7 vs Windows 10 and above
* Add another manufacturer so the driver installs in DriverStore for newest builds
* Enable the Control-flow Enforcement Technology (CET) Shadow Stack mitigation
* Add SAL annotation to the DllCanUnloadNow definition to match declaration
* Use stampinf ARCH variable to replace hard coded architectures
* Fix a comment
* Add the correct build number for installing network drivers using Dlls and update comment.
|