You can use following method to disable Application device control driver.
- Disable Tamper Protection
- Run the Command Prompt as an Administrator
- Run command sc config sysplant start= disabled
- Reboot OS
- Run the Command Prompt as an Administrator
- Run sc query Sysplant to check STATE: 1 is STOPPED
If you want to enable Application device control driver, you can run sc config sysplant start= system and reboot the system.