Hello @Mmm
xusb22 is the Xbox 360 controller driver, not a separate service that can simply be disabled. Removing its INF package may not be enough because Windows can install another compatible driver when the device is connected again.
If you want to block that specific peripheral, first find its Hardware ID:
- Open Device Manager.
- Right-click the Xbox 360 peripheral and select Properties.
- On the Details tab, select Hardware Ids and copy the first value.
On Windows 10 Pro or higher, open gpedit.msc, then go to:
Computer Configuration > Administrative Templates > System > Device Installation > Device Installation Restrictions
Enable Prevent installation of devices that match any of these device IDs, select Show, and add the copied Hardware ID. Restart Windows, then uninstall the device from Device Manager.
Be careful to block only the exact Hardware ID, since a broader ID could affect other controllers or USB devices.
Hope this helps, please feel free to let me know if you need any further help