Disable bluetooth on startup
This commit is contained in:
parent
66183e761c
commit
dac2cefb67
|
@ -31,6 +31,9 @@
|
|||
NATACPI_ENABLE = 1;
|
||||
TPACPI_ENABLE = 1;
|
||||
TPSMAPI_ENABLE = 1;
|
||||
|
||||
# Disable bluetooth on startup
|
||||
DEVICES_TO_DISABLE_ON_STARTUP = "bluetooth";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue