Whisperrr / SensitivityRandomizer

Randomize mouse sensitivity over time.
82 stars 8 forks source link

uninstall_driver.bat attempt to delete \system32\drivers\keyboard.sys fails #4

Open robbmanes opened 3 years ago

robbmanes commented 3 years ago

When uninstalling, I get the following error after executing the driver_uninstall.bat script:

Interception command line installation tool
Copyright (C) 2008-2014 Francisco Lopes da Silva

Error deleting \system32\drivers\keyboard.sys
Press any key to continue . . .

Does this program directly modify keyboard.sys? I see it is still present here, and am not sure why it is trying to delete this.

PS C:\Users\robbm> driverquery.exe -V
- - - 8< - - -
keyboard     Keyboard Upper Filter  Keyboard Upper Filter  Kernel        Manual     Running    OK         TRUE        FALSE        4,096             8,192       0          2/15/2012 18:40:16     C:\WINDOWS\system32\drivers\keyboard.sys         4,096

I think this driver modification flagged my RiotID as possibly cheating (or it was just a connection problem, I got a VAN6 error while playing) as I use the sensitivity randomizer with KovaaKs, but I can't prove that, and I was trying to uninstall everything and see.

Thanks!

robbmanes commented 3 years ago

Just commenting it doesn't seem to have caused a problem with Vanguard or Riot, but I still can't seem to "uninstall" it properly. Thanks!

Whisperrr commented 3 years ago

Hmm, I've seen this issue before. I'm not entirely sure if this will work, but:

I feel like restarting fixed the issue for a friend, but it's been a while. Let me know what happens though!

clickYgg commented 2 years ago

is the script only trying to call "install-interception.exe /uninstall" on the path where interception.exe is located? What is it doing with \system32\drivers\keyboard.sys? Can i delete this manually?