kevinoid / remove-nonpresent-devices

Script to remove non-present devices from a Windows computer system
MIT License
31 stars 10 forks source link

devcon failed in windows 8 #10

Closed hlz2014 closed 10 years ago

hlz2014 commented 10 years ago

Try to use a file named "installer.cmd" to install driver in windows 8 (x64). The content of the file is " @echo off devcon install ProTouch.inf "HID\ProTouchHidDevice". It has no any error in windows7(x64),but in windows8(x64) "devcon failed" after runing the file.If I open the cmd.exe as an administrator and then input "devcon.exe install ProTouch.inf "HID\ProTouchHidDevice", it will be correct.

bellasi commented 10 years ago

i same same problem can one tell me what to do

kevinoid commented 10 years ago

I'm a bit confused. This sounds like a problem with the installer.cmd file, or possibly devcon.exe. How is the removedevices.js script involved?

bellasi commented 10 years ago

please i need to know what to write on cmd.exe my file is called multikey.inf thanks

kevinoid commented 10 years ago

I'm sorry, but I have no idea what you are trying to do or how to help you do it.