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: 4 is STOPPED
If you want to enable Application device control driver, you can run sc config sysplant start= auto and reboot os.