Results 53 comments of Teddy Z

This problem is a little bit tricky. Recaptcha is hard to deal without a browser. I can think of 2 ways to fix this: 1. Host the login page in...

@yihong0618 Have you tried to turn headless off? ``` const browser = await puppeteer.launch({ headless: false }) ``` The other way to try is to set a normal chrome user...

Is the x86 driver still present after delete the x64 driver?

The error is throwing by the DISM API, and DSE is just showing the message. I'll try to add a more friendly error message in future. Also, for the offline...

Unfortunately the DISM API doesn't return the extension id. I implemented it with the native driver store api. However, the native driver store API implementation is not finished yet (bugs)...

DriverStore Explorer is using pnputil.exe for deleting drivers: pnputil.exe /d Pnputil.exe is a tool included in Windows. I don't know what the actual issue is. Have you tried to check...

@batebbateb @wonder-wu @3dscan What is the OS version?

I just tested on my system Version 1703 Build 15063.447. The space was released correctly (in seconds).

@TonyWang8904 @raulqf This could be a bug in older version of Windows 10. AFAIK 1703 and 1709 doesn't have this issue. You can try to update to the latest version.

@raulqf you can check the size of C:\Windows\System32\DriverStore. If the size changed after you removed driver using the tool, but the disk free space doesn't change. Most likely something else...