Bulk-Crap-Uninstaller icon indicating copy to clipboard operation
Bulk-Crap-Uninstaller copied to clipboard

Error: File doesn't exist (it does)

Open github-account1111 opened this issue 9 months ago • 2 comments

Was trying to uninstall a package I installed through WinGet and encountered the following problem:

Image

That is despite the file being there:

> Get-Item 'C:\Program Files (x86)\WinGet\Packages\mikf.gallery-dl_Microsoft.Winget.Source_8wekyb3d8bbwe\gallery-dl.exe'


    Directory: C:\Program Files (x86)\WinGet\Packages\mikf.gallery-dl_Microsoft.Winget.Source_8wekyb3d8bbwe


Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
-a----        2025-06-22     13:15       21818829 gallery-dl.exe

github-account1111 avatar Jul 17 '25 14:07 github-account1111

Make sure winget is included in your path variable. Also what is the uninstall string given by BCU?

Klocman avatar Aug 03 '25 17:08 Klocman

Winget is definitely in path:

Image

Uninstall string:

winget uninstall --product-code mikf.gallery-dl_Microsoft.Winget.Source_8wekyb3d8bbwe

github-account1111 avatar Aug 03 '25 19:08 github-account1111