JustAMan / pyWinClobber

A set of Python scripts to clobber some free space out of Windows installations. Use at your own risk!
MIT License
58 stars 9 forks source link

Doesn't work on german windows.... #6

Closed mplushnikov closed 10 years ago

mplushnikov commented 10 years ago

C:\Users\mpl\Downloads\64-bit>driver_cleanup.exe Reading all OEM drivers... Traceback (most recent call last): File "", line 287, in File "", line 197, in main File "", line 131, in getAllDrivers main.PnpUtilOutputError: Unexpected pnputil.exe output start: Microsoft-PnP- Dienstprogramm

JustAMan commented 10 years ago

What release did you use? I hope this is fixed in 1.0.1...

mplushnikov commented 10 years ago

Yes, I have used your last release (v1.0.1, 64bit). But it still doesn't work on german windows. See: "Unexpected pnputil.exe output start: Microsoft-PnP-Dienstprogramm" I think this comparing doesn't work here:


if ' pnp ' not in output[0].lower():

JustAMan commented 10 years ago

Ah, I see now. Will be fixed soon.

JustAMan commented 10 years ago

Should be fixed at https://github.com/JustAMan/pyWinClobber/releases/tag/v1.0.2