Yes. The supported path is to remove the device-installation restrictions that were applied to the computer, because these policies are computer-based and affect all users on that PC.
Recommended approach:
- Verify which policies are still applied.
- Run
gpresult /h gpresult.html. - Open
rsop.msc. - Confirm whether the restriction is coming from domain GPO, local GPO, or another management source.
- Run
- Check the Device Installation restriction area.
- Open Local Group Policy Editor or the applicable GPO.
- Go to:
Computer Configuration > Administrative Templates > System > Device Installation > Device Installation Restrictions - Review policies such as:
- Prevent installation of devices using drivers that match these device setup classes
- Prevent installation of devices that match these device IDs
- Prevent installation of devices that match any of these device instance IDs
- Prevent installation of removable devices
- Remove or disable the restrictive entries.
- Check for allow/deny conflicts.
- Device installation control applies to computer configuration, not user configuration.
- Policies that prevent installation take precedence over policies that allow installation.
- If the old configuration used allowlisting by device instance ID or setup class, that can cause only the originally approved keyboard/mouse or USB path to work.
- Refresh policy.
- Run
gpupdate /force. - Restart the PC.
- Run
- If the machine is no longer in the domain, clear lingering local policy settings carefully.
- Residual policy can remain in local policy/registry areas even after domain removal.
- Registry-based policy settings are commonly stored under:
-
HKLM\SOFTWARE\Policies\Microsoft\Windows\RemovableStorageDevices -
HKLM\SYSTEM\CurrentControlSet\Services\USBSTOR
-
- Relevant values to review include
Deny_Read,Deny_Write, andStart. - Warning: deleting policy-related registry keys is a risky operation and can affect other device or security settings. Use it only after confirming the restriction is no longer being reapplied by GPO.
- If specific devices were previously installed under a restrictive allowlist, remove the restriction first, then retest with different keyboard/mouse devices and USB ports.
- The guidance for allowlisting issues notes that previously installed devices and drivers can affect results.
For donation preparation, the cleanest result is:
- unlink or stop applying the old domain GPO,
- remove the local/device-installation restriction policies on the PC,
- run
gpupdate /force, - restart and test with different USB ports and different keyboard/mouse hardware.
If the restriction still persists after that, the remaining cause is most likely a computer-level Device Installation Restriction policy or related registry setting still being applied locally.