forderud / IntelliMouseDriver

Filter drivers for Microsoft Pro IntelliMouse that implements safety checks and exposes a WMI interface
MIT License
1 stars 1 forks source link

Investigate GPEDIT steps #21

Closed forderud closed 7 months ago

forderud commented 1 year ago

The firefly sample documents the following Group Policy changes: https://github.com/microsoft/Windows-driver-samples/tree/main/hid/firefly#installation :

  1. In the Group Policy Object Editor navigation pane, open the Computer Configuration folder. Then open Administrative Templates, open System, open Device Installation, and then open Device Installation Restrictions.

  2. Enable Prevent installation of devices not described by other policy settings. This will prevent Windows from automatically installing the default mouse driver so that you can then install Firefly.

  3. Enable Allow administrators to override device installation policy. This will allow you to bypass the ""The installation of this device is forbidden by system policy" error that you may otherwise receive when you attempt to install Firefly.

  4. You may need to reboot.

TASK: Investigate if these settings still have any value.

ManOnTheMountainTech commented 10 months ago

For "Prevent installation of devices not described by other policy setting:" NOTE: This policy setting has been replaced by the "Apply layered order of evaluation for Allow and Prevent device installation policies across all device match criteria" policy setting to provide more granular control. It is recommended that you use the "Apply layered order of evaluation for Allow and Prevent device installation policies across all device match criteria" policy setting instead of this policy setting.

ManOnTheMountainTech commented 10 months ago

Actually "Allow administrators to override Device Installation Restriction policies"

forderud commented 7 months ago

Closing issue, since GPEDIT modifications does not seem to be required for driver loading after adding driver certificates to the root and trustedpublisher stores in #53.