PDA

View Full Version : devcon.exe can't run properly.



ssmc
2011-10-14, 05:53 PM
when i'm using emulator, can't run devcon.exe properly. it stopped at the command line "devcon remove root\vusbbus" , anyone can help me. thx in advance.
my os: windows 7 32bit

val2032
2011-10-14, 06:01 PM
you need multikey 18.x.x not vusb for vista/win7. Install it in TEST Mode only win 7.

ssmc
2011-10-14, 06:16 PM
you need multikey 18.x.x not vusb for vista/win7. Install it in TEST Mode only win 7.

installing multikey is the same error. thx.

vivero
2011-10-14, 06:42 PM
Oh, I meet the similar error with TEMS Investigation 9.1.
When I run emulator, devcon.exe cannot run properly. I use Windows 7.
Please help us. Giving us the solution will be highly appreciated.
Regards!

telwind
2011-10-14, 07:06 PM
convert your reg to use with MK which support win 7.
or convert dmp dump to dng and use hasp2007 should be ok.

vivero
2011-10-15, 12:18 AM
convert your reg to use with MK which support win 7.
or convert dmp dump to dng and use hasp2007 should be ok.
Oh, really?
Can you please explain more?
Thanks!

telwind
2011-10-15, 08:22 AM
Oh, really?
Can you please explain more?
Thanks!

the registry file which is to be used with multikey should be inserted at
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\MultiKey\****s\

while the registry file to be used with 3 in 1 VUSB should be inserted at
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ru-board\gamebit0\****\

keeping other contents same..

cwintery
2011-10-15, 05:15 PM
the registry file which is to be used with multikey should be inserted at
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\MultiKey\****s\

while the registry file to be used with 3 in 1 VUSB should be inserted at
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ru-board\gamebit0\****\

keeping other contents same..
Hi, I meet the error with devcon, too.
Telwind, I think you understand clearly about it, but I haven't yet.
Please show me more, step by step, may you?

telwind
2011-10-16, 10:41 AM
Hi, I meet the error with devcon, too.
Telwind, I think you understand clearly about it, but I haven't yet.
Please show me more, step by step, may you?

as far i know MK support for Win 7 (Multikeyemu-V0.18.0.3). Then we can use MK instead of VBUS. As you have reg file from emulator then use the way i show to make reg for MK. You also can make reg from dump if you have it or original dongle.
If you are not sure how to make reg for mk from reg for vbus send the *.reg here then we can make new reg for MK and try.

Use Multikeyemu-V0.18.0.3 as latest support Win 7.
If you want to make it work on Win 7 64bits, then another steps to be done.

cwintery
2011-10-17, 11:09 AM
Thanks! But Telwind, unfortunately, I cannot understand you instructions, I don't understand much about MK or VBUS.
Do you have any document about it?
Or, I trying to install TEMS Investigation 9.1. Can you show me how to install emulator for it?

pl_ev_7
2011-10-18, 07:45 PM
Thanks! But Telwind, unfortunately, I cannot understand you instructions, I don't understand much about MK or VBUS.
Do you have any document about it?
Or, I trying to install TEMS Investigation 9.1. Can you show me how to install emulator for it?


Try those steps:
1. Disable and turn off UAC
Control Panel-User Accounts and Family Safety-User Accounts-Change Use Account Control Settings-Move Slider to "Never Notify"
REBOOT!!

2. Disable Digital Driver Signing using command prompt with admin rights.
Type in the following 2 separate commands:
bcdedit.exe -set loadoptions DDISABLE_INTEGRITY_CHECKS
bcdedit.exe -set TESTSIGNING ON
REBOOT!!!

3. Install Multikey in command prompt with admin rights.
Move to Multikey directory (c:\Multikey)
Input the following command:
devcon install multikey.inf root\multikey
Dos window should state this was successfull.
REBOOT!!

4. Install vusbbus in command prompt with admin rights.
Move to Multikey directory (c:\Multikey)
Input the following command:
devcon install vusbbus.inf root\multikey
Dos window should state this was successfull.
REBOOT!!

5.Digitally sign the installed driver using DSEO13b
(c:\windows\system32\drivers\multikey.sys and c:\windows\system 32\drivers\vusbbus.sys)
REBOOT!!

If you need more help pm me.

vivero
2011-10-19, 10:08 AM
Yes, I have done successfully.
The crucial point is changing User Change Use Account Control Settings to Never Notify.
Thanks!

pl_ev_7
2011-10-19, 02:24 PM
@vivero

Glad that it worked, but I would say that if you don't sign the drivers the chances to install them are nil. Anyway it works, that's the important part.