View Single Post
Old 03-11-2012, 09:23 PM   #15
samysdad
Enthusiast
samysdad began at the beginning.
 
samysdad's Avatar
 
Posts: 29
Karma: 10
Join Date: Mar 2012
Device: Kobo Vox
FYI the win7 uninstall .cmd you added has the wrong flags...

FOR /f "tokens=*" %%a IN ('FINDSTR /l /i /m "kobo" "%windir%\inf\OEM*.inf"') DO (
IF "%ERRORLEVEL%"=="0" ( pnputil -d -f %%a
echo If any errors occured, please post to MobileRead forums. Otherwise, please restart your computer now.
pause
)

*****pnputil -f -d filename.inf is what it should be
samysdad is offline   Reply With Quote