Quote:
Originally Posted by danifunker
OK, on the windows machine, run a cmd prompt and do the following commands:
Findstr /m /l kobo %windir%\inf\OEM*.inf
Findstr /m /l Kobo %windir%\inf\OEM*.inf
Findstr /m /l KOBO %windir%\inf\OEM*.inf
Findstr /m /l K080 %windir%\inf\OEM*.in
If anything appears, please attach the files in your response. If nothing appears let me know and I will look at this from another route.
|
Why not use the /i switch to ignore case?
Code:
Findstr /m /l /i kobo %windir%\inf\OEM*.inf
Findstr /m /l /i K080 %windir%\inf\OEM*.inf