Games that don't start with too many USBs on
2 posters
Page 1 of 1
Games that don't start with too many USBs on
I created a batch file, thanks to Bilu's help, to disable some usb ports when starting a game.
Under windows it works perfectly but under retrobat it gives me this error:
"pnputil is not recognized as an internal or external program, executable program or batch file"
The syntax I used is this:
------------------------------------------------------------------------------------------------------
echo off pause
C:\Windows\System32\pnputil.exe /disable-device "USB\VID_D209&PID_1601\9"
C:\Windows\System32\pnputil.exe /disable-device "USB\VID_D209&PID_1602\7"
C:\Windows\System32\pnputil.exe /disable-device "USB\VID_0079&PID_0006\7&2047a5ce&0&1"
C:\Windows\System32\pnputil.exe /disable-device "USB\VID_0079&PID_0006\7&2047a5ce&0&3"
C:\Windows\System32\pnputil.exe /disable-device "USB\VID_0079&PID_0006\8&25af2192&0&1"
C:\Windows\System32\pnputil.exe /disable-device "USB\VID_0079&PID_0006\7&3573533e&0&4"
start "" /WAIT "C:\Giochi del momento\Rocksmith\Rocksmith.exe"
C:\Windows\System32\pnputil.exe /enable-device "USB\VID_D209&PID_1601\9"
C:\Windows\System32\pnputil.exe /enable-device "USB\VID_D209&PID_1602\7"
C:\Windows\System32\pnputil.exe /enable-device "USB\VID_0079&PID_0006\7&2047a5ce&0&1"
C:\Windows\System32\pnputil.exe /enable-device "USB\VID_0079&PID_0006\7&2047a5ce&0&3"
C:\Windows\System32\pnputil.exe /enable-device "USB\VID_0079&PID_0006\8&25af2192&0&1"
C:\Windows\System32\pnputil.exe /enable-device "USB\VID_0079&PID_0006\7&3573533e&0&4"
-------------------------------------------------------------------------------------------------------------
Any suggestions?
if not I disable the usb the game does not start or creates conflicts with the controllers
Under windows it works perfectly but under retrobat it gives me this error:
"pnputil is not recognized as an internal or external program, executable program or batch file"
The syntax I used is this:
------------------------------------------------------------------------------------------------------
echo off pause
C:\Windows\System32\pnputil.exe /disable-device "USB\VID_D209&PID_1601\9"
C:\Windows\System32\pnputil.exe /disable-device "USB\VID_D209&PID_1602\7"
C:\Windows\System32\pnputil.exe /disable-device "USB\VID_0079&PID_0006\7&2047a5ce&0&1"
C:\Windows\System32\pnputil.exe /disable-device "USB\VID_0079&PID_0006\7&2047a5ce&0&3"
C:\Windows\System32\pnputil.exe /disable-device "USB\VID_0079&PID_0006\8&25af2192&0&1"
C:\Windows\System32\pnputil.exe /disable-device "USB\VID_0079&PID_0006\7&3573533e&0&4"
start "" /WAIT "C:\Giochi del momento\Rocksmith\Rocksmith.exe"
C:\Windows\System32\pnputil.exe /enable-device "USB\VID_D209&PID_1601\9"
C:\Windows\System32\pnputil.exe /enable-device "USB\VID_D209&PID_1602\7"
C:\Windows\System32\pnputil.exe /enable-device "USB\VID_0079&PID_0006\7&2047a5ce&0&1"
C:\Windows\System32\pnputil.exe /enable-device "USB\VID_0079&PID_0006\7&2047a5ce&0&3"
C:\Windows\System32\pnputil.exe /enable-device "USB\VID_0079&PID_0006\8&25af2192&0&1"
C:\Windows\System32\pnputil.exe /enable-device "USB\VID_0079&PID_0006\7&3573533e&0&4"
-------------------------------------------------------------------------------------------------------------
Any suggestions?
if not I disable the usb the game does not start or creates conflicts with the controllers
sio03- Messages : 38
Date d'inscription : 2021-09-15
Re: Games that don't start with too many USBs on
Hello,
I guess that your retrobat installation is on another storage than the C:, so in your script you forgot to go in the C: before launching pnputil.
You should try by adding CD c: on a new line just after echo off.
I guess that your retrobat installation is on another storage than the C:, so in your script you forgot to go in the C: before launching pnputil.
You should try by adding CD c: on a new line just after echo off.
Re: Games that don't start with too many USBs on
Nothing to do, it does not work even adding cd c:, the strange thing is that if you langio the link out of retrobat works perfectly ... Any other advice? Thank you
sio03- Messages : 38
Date d'inscription : 2021-09-15
Re: Games that don't start with too many USBs on
I obviously told you the bad command, you only need to type "c:" to go to C drive, not "CD c:"
I was tired, lol
I was tired, lol
Re: Games that don't start with too many USBs on
i tried but it doesn't work, (c: \ windows \ system \ pnputil.exe is not recognized as an internal or external command, an executable or a batch file) it's like retrobat is preventing the use of pnputil ...
If I quit retrobat the same link works perfectly
If I quit retrobat the same link works perfectly
sio03- Messages : 38
Date d'inscription : 2021-09-15
Re: Games that don't start with too many USBs on
No idea why?
sio03- Messages : 38
Date d'inscription : 2021-09-15
sio03- Messages : 38
Date d'inscription : 2021-09-15
Similar topics
» GOG games with dosbox integrated dont want to launch
» I put games on ROM folders, but System Menu dont appears
» Games are there but won’t start
» Games won’t start
» Cant get any games to start on any emulator
» I put games on ROM folders, but System Menu dont appears
» Games are there but won’t start
» Games won’t start
» Cant get any games to start on any emulator
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum