How can I disable a particular interrupt in Windows 10?

0

It seems to be caused by the SSD disk installed instead of an optical drive, in the relevant questions about Linux the suggested solution is like:

echo "disable" > /sys/firmware/acpi/interrupts/gpe13

How can I disable such an interrupt in Windows?

Alex Panchenko

Posted 2018-03-13T08:42:35.207

Reputation: 101

Question was closed 2018-03-13T16:31:51.880

1Whats the intention behind this? – davidbaumann – 2018-03-13T09:01:35.857

This interrupt happens too often, so there is some CPU load even when my laptop is idle. The command above helped for Ubuntu running on it, – Alex Panchenko – 2018-03-13T10:57:00.593

you need to change the jumper on the caddy to fix the ACPI interrupt issue

– magicandre1981 – 2018-03-13T16:32:25.070

No answers