Uninstall Apps in Windows 10  

Page 60 of 66 FirstFirst ... 10505859606162 ... LastLast

  1. Posts : 250
    Windows 10 22H2
       #590

    use this for debug, version 0.1.1BETA:

    CleanWA_0.1.1Beta_.zip

    - - - Updated - - -

    einstein1969 said:
    CleanWA*.cmd
    run as administrator?

    - - - Updated - - -

    I have probably fixed "file not found" error, I have added automatic run as adminstrator, thanks Matthew Wai!!!!

    Download version CleanWA_0.1.2Beta_.zip: CleanWA_0.1.2Beta_.zip

    - - - Updated - - -

    einstein1969 said:
    As you can see there is immediately a problem with the first application because the "InstallLocation" field is empty. I don't know if it's normal so I'm looking on the internet ...

    Code:
    PS C:\WINDOWS\system32> Get-AppxPackage
    
    
    Name              : Microsoft.VCLibs.140.00
    Publisher         : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture      : X64
    ResourceId        :
    Version           : 14.0.29231.0
    PackageFullName   : Microsoft.VCLibs.140.00_14.0.29231.0_x64__8wekyb3d8bbwe
    InstallLocation   :
    IsFramework       : True
    PackageFamilyName : Microsoft.VCLibs.140.00_8wekyb3d8bbwe
    PublisherId       : 8wekyb3d8bbwe
    IsResourcePackage : False
    IsBundle          : False
    IsDevelopmentMode : False
    NonRemovable      : False
    IsPartiallyStaged : False
    SignatureKind     : Store
    Status            : Ok
    These are the dirs on my pc :
    Code:
    C:\Program Files\WindowsApps>dir *VCLibs* /p
     Il volume nell'unità C è Windows
     Numero di serie del volume: AEEE-A320
    
     Directory di C:\Program Files\WindowsApps
    
    24/09/2021  20:33    <DIR>          Microsoft.VCLibs.120.00.Universal_12.0.30501.0_x64__8wekyb3d8bbwe
    24/09/2021  20:33    <DIR>          Microsoft.VCLibs.120.00.Universal_12.0.30501.0_x86__8wekyb3d8bbwe
    24/09/2021  20:34    <DIR>          Microsoft.VCLibs.120.00.UWPDesktop_12.0.40653.0_x64__8wekyb3d8bbwe
    24/09/2021  20:34    <DIR>          Microsoft.VCLibs.120.00.UWPDesktop_12.0.40653.0_x86__8wekyb3d8bbwe
    24/09/2021  20:34    <DIR>          Microsoft.VCLibs.120.00_12.0.21005.1_x64__8wekyb3d8bbwe
    24/09/2021  20:34    <DIR>          Microsoft.VCLibs.120.00_12.0.21005.1_x86__8wekyb3d8bbwe
    25/08/2021  05:34    <DIR>          Microsoft.VCLibs.140.00.UWPDesktop_14.0.27629.0_x64__8wekyb3d8bbwe
    24/09/2021  20:36    <DIR>          Microsoft.VCLibs.140.00.UWPDesktop_14.0.30035.0_x64__8wekyb3d8bbwe
    24/09/2021  20:36    <DIR>          Microsoft.VCLibs.140.00.UWPDesktop_14.0.30035.0_x86__8wekyb3d8bbwe
    24/09/2021  20:31    <DIR>          Microsoft.VCLibs.140.00_14.0.27323.0_x64__8wekyb3d8bbwe
    24/09/2021  20:36    <DIR>          Microsoft.VCLibs.140.00_14.0.30035.0_x64__8wekyb3d8bbwe
    24/09/2021  20:36    <DIR>          Microsoft.VCLibs.140.00_14.0.30035.0_x86__8wekyb3d8bbwe
                   0 File              0 byte
                  12 Directory  11.038.420.992 byte disponibili
    there is not version *14.0.29231.0_x64* !

    there are other version of registered VCLibs...

    Code:
    PS C:\WINDOWS\system32> Get-AppxPackage | ? { $_.PackageFamilyName -like '*VCLibs*' }
    
    
    Name              : Microsoft.VCLibs.140.00
    Publisher         : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture      : X64
    ResourceId        :
    Version           : 14.0.29231.0
    PackageFullName   : Microsoft.VCLibs.140.00_14.0.29231.0_x64__8wekyb3d8bbwe
    InstallLocation   :
    IsFramework       : True
    PackageFamilyName : Microsoft.VCLibs.140.00_8wekyb3d8bbwe
    PublisherId       : 8wekyb3d8bbwe
    IsResourcePackage : False
    IsBundle          : False
    IsDevelopmentMode : False
    NonRemovable      : False
    IsPartiallyStaged : False
    SignatureKind     : Store
    Status            : Ok
    
    Name              : Microsoft.VCLibs.140.00
    Publisher         : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture      : X64
    ResourceId        :
    Version           : 14.0.30035.0
    PackageFullName   : Microsoft.VCLibs.140.00_14.0.30035.0_x64__8wekyb3d8bbwe
    InstallLocation   : C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.30035.0_x64__8wekyb3d8bbwe
    IsFramework       : True
    PackageFamilyName : Microsoft.VCLibs.140.00_8wekyb3d8bbwe
    PublisherId       : 8wekyb3d8bbwe
    IsResourcePackage : False
    IsBundle          : False
    IsDevelopmentMode : False
    NonRemovable      : False
    IsPartiallyStaged : False
    SignatureKind     : Store
    Status            : Ok
    
    Name              : Microsoft.VCLibs.140.00
    Publisher         : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture      : X64
    ResourceId        :
    Version           : 14.0.27323.0
    PackageFullName   : Microsoft.VCLibs.140.00_14.0.27323.0_x64__8wekyb3d8bbwe
    InstallLocation   : C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.27323.0_x64__8wekyb3d8bbwe
    IsFramework       : True
    PackageFamilyName : Microsoft.VCLibs.140.00_8wekyb3d8bbwe
    PublisherId       : 8wekyb3d8bbwe
    IsResourcePackage : False
    IsBundle          : False
    IsDevelopmentMode : False
    NonRemovable      : False
    IsPartiallyStaged : False
    SignatureKind     : Store
    Status            : Ok
    
    Name              : Microsoft.VCLibs.120.00.Universal
    Publisher         : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture      : X86
    ResourceId        :
    Version           : 12.0.30501.0
    PackageFullName   : Microsoft.VCLibs.120.00.Universal_12.0.30501.0_x86__8wekyb3d8bbwe
    InstallLocation   : C:\Program Files\WindowsApps\Microsoft.VCLibs.120.00.Universal_12.0.30501.0_x86__8wekyb3d8bbwe
    IsFramework       : True
    PackageFamilyName : Microsoft.VCLibs.120.00.Universal_8wekyb3d8bbwe
    PublisherId       : 8wekyb3d8bbwe
    IsResourcePackage : False
    IsBundle          : False
    IsDevelopmentMode : False
    NonRemovable      : False
    IsPartiallyStaged : False
    SignatureKind     : Store
    Status            : Ok
    
    Name              : Microsoft.VCLibs.120.00.Universal
    Publisher         : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture      : X64
    ResourceId        :
    Version           : 12.0.30501.0
    PackageFullName   : Microsoft.VCLibs.120.00.Universal_12.0.30501.0_x64__8wekyb3d8bbwe
    InstallLocation   : C:\Program Files\WindowsApps\Microsoft.VCLibs.120.00.Universal_12.0.30501.0_x64__8wekyb3d8bbwe
    IsFramework       : True
    PackageFamilyName : Microsoft.VCLibs.120.00.Universal_8wekyb3d8bbwe
    PublisherId       : 8wekyb3d8bbwe
    IsResourcePackage : False
    IsBundle          : False
    IsDevelopmentMode : False
    NonRemovable      : False
    IsPartiallyStaged : False
    SignatureKind     : Store
    Status            : Ok
    
    Name              : Microsoft.VCLibs.120.00
    Publisher         : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture      : X64
    ResourceId        :
    Version           : 12.0.21005.1
    PackageFullName   : Microsoft.VCLibs.120.00_12.0.21005.1_x64__8wekyb3d8bbwe
    InstallLocation   : C:\Program Files\WindowsApps\Microsoft.VCLibs.120.00_12.0.21005.1_x64__8wekyb3d8bbwe
    IsFramework       : True
    PackageFamilyName : Microsoft.VCLibs.120.00_8wekyb3d8bbwe
    PublisherId       : 8wekyb3d8bbwe
    IsResourcePackage : False
    IsBundle          : False
    IsDevelopmentMode : False
    NonRemovable      : False
    IsPartiallyStaged : False
    SignatureKind     : Store
    Status            : Ok
    
    Name              : Microsoft.VCLibs.120.00
    Publisher         : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture      : X86
    ResourceId        :
    Version           : 12.0.21005.1
    PackageFullName   : Microsoft.VCLibs.120.00_12.0.21005.1_x86__8wekyb3d8bbwe
    InstallLocation   : C:\Program Files\WindowsApps\Microsoft.VCLibs.120.00_12.0.21005.1_x86__8wekyb3d8bbwe
    IsFramework       : True
    PackageFamilyName : Microsoft.VCLibs.120.00_8wekyb3d8bbwe
    PublisherId       : 8wekyb3d8bbwe
    IsResourcePackage : False
    IsBundle          : False
    IsDevelopmentMode : False
    NonRemovable      : False
    IsPartiallyStaged : False
    SignatureKind     : Store
    Status            : Ok
    
    Name              : Microsoft.VCLibs.120.00.UWPDesktop
    Publisher         : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture      : X64
    ResourceId        :
    Version           : 12.0.40653.0
    PackageFullName   : Microsoft.VCLibs.120.00.UWPDesktop_12.0.40653.0_x64__8wekyb3d8bbwe
    InstallLocation   : C:\Program Files\WindowsApps\Microsoft.VCLibs.120.00.UWPDesktop_12.0.40653.0_x64__8wekyb3d8bbwe
    IsFramework       : True
    PackageFamilyName : Microsoft.VCLibs.120.00.UWPDesktop_8wekyb3d8bbwe
    PublisherId       : 8wekyb3d8bbwe
    IsResourcePackage : False
    IsBundle          : False
    IsDevelopmentMode : False
    NonRemovable      : False
    IsPartiallyStaged : False
    SignatureKind     : Store
    Status            : Ok
    
    Name              : Microsoft.VCLibs.120.00.UWPDesktop
    Publisher         : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture      : X86
    ResourceId        :
    Version           : 12.0.40653.0
    PackageFullName   : Microsoft.VCLibs.120.00.UWPDesktop_12.0.40653.0_x86__8wekyb3d8bbwe
    InstallLocation   : C:\Program Files\WindowsApps\Microsoft.VCLibs.120.00.UWPDesktop_12.0.40653.0_x86__8wekyb3d8bbwe
    IsFramework       : True
    PackageFamilyName : Microsoft.VCLibs.120.00.UWPDesktop_8wekyb3d8bbwe
    PublisherId       : 8wekyb3d8bbwe
    IsResourcePackage : False
    IsBundle          : False
    IsDevelopmentMode : False
    NonRemovable      : False
    IsPartiallyStaged : False
    SignatureKind     : Store
    Status            : Ok
    
    Name              : Microsoft.VCLibs.140.00
    Publisher         : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture      : X86
    ResourceId        :
    Version           : 14.0.30035.0
    PackageFullName   : Microsoft.VCLibs.140.00_14.0.30035.0_x86__8wekyb3d8bbwe
    InstallLocation   : C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.30035.0_x86__8wekyb3d8bbwe
    IsFramework       : True
    PackageFamilyName : Microsoft.VCLibs.140.00_8wekyb3d8bbwe
    PublisherId       : 8wekyb3d8bbwe
    IsResourcePackage : False
    IsBundle          : False
    IsDevelopmentMode : False
    NonRemovable      : False
    IsPartiallyStaged : False
    SignatureKind     : Store
    Status            : Ok
    
    Name              : Microsoft.VCLibs.140.00.UWPDesktop
    Publisher         : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture      : X64
    ResourceId        :
    Version           : 14.0.30035.0
    PackageFullName   : Microsoft.VCLibs.140.00.UWPDesktop_14.0.30035.0_x64__8wekyb3d8bbwe
    InstallLocation   : C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00.UWPDesktop_14.0.30035.0_x64__8wekyb3d8bbwe
    IsFramework       : True
    PackageFamilyName : Microsoft.VCLibs.140.00.UWPDesktop_8wekyb3d8bbwe
    PublisherId       : 8wekyb3d8bbwe
    IsResourcePackage : False
    IsBundle          : False
    IsDevelopmentMode : False
    NonRemovable      : False
    IsPartiallyStaged : False
    SignatureKind     : Store
    Status            : Ok
    
    Name              : Microsoft.VCLibs.140.00.UWPDesktop
    Publisher         : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture      : X86
    ResourceId        :
    Version           : 14.0.30035.0
    PackageFullName   : Microsoft.VCLibs.140.00.UWPDesktop_14.0.30035.0_x86__8wekyb3d8bbwe
    InstallLocation   : C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00.UWPDesktop_14.0.30035.0_x86__8wekyb3d8bbwe
    IsFramework       : True
    PackageFamilyName : Microsoft.VCLibs.140.00.UWPDesktop_8wekyb3d8bbwe
    PublisherId       : 8wekyb3d8bbwe
    IsResourcePackage : False
    IsBundle          : False
    IsDevelopmentMode : False
    NonRemovable      : False
    IsPartiallyStaged : False
    SignatureKind     : Store
    Status            : Ok
    added info for VCLibs package

    and there aren't dependency

    Code:
    PS C:\WINDOWS\system32> Get-AppxPackage | ? { $_.Dependencies -like '*14.0.29*' }
    PS C:\WINDOWS\system32>
    - - - Updated - - -

    Do you think I have to delete it or re-register it or install it again?
      My Computers


  2. Posts : 7,606
    Windows 10 Home 20H2
       #591

    Do you think I have the ability to answer your question?
      My Computer


  3. Posts : 250
    Windows 10 22H2
       #592

    Matthew Wai said:
    Do you think I have the ability to answer your question?
    I'm sorry it's the translator's fault. I wanted to hear from everyone, not just you. However I tried to reinstall it. I found this c-runtime-packages-desktop-bridge, it looks like the same version.
    Uninstall Apps in Windows 10-immagine.png
    But as soon as I ran it he told me that a newer version was installed.

    - - - Updated - - -

    I tried to re-register it but it gives an error because it doesn't find the "manifest" I think.

    Code:
    Add-AppxPackage : Impossibile trovare il percorso 'C:\AppXManifest.xml' perché non esiste.
    In riga:1 car:68
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\AppXManifest.xml:String) [Add-AppxPackage], Item
       NotFoundException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxP
       ackageCommand

    then i tried to remove it but the PackageUserInformation is changed to "staged"...
    Code:
    PS C:\WINDOWS\system32> Get-AppxPackage -AllUsers | where-object {$_.version -like "*14.0.29231.0*"}
    
    Name                   : Microsoft.VCLibs.140.00
    Publisher              : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture           : X64
    ResourceId             :
    Version                : 14.0.29231.0
    PackageFullName        : Microsoft.VCLibs.140.00_14.0.29231.0_x64__8wekyb3d8bbwe
    InstallLocation        :
    IsFramework            : True
    PublisherId            : 8wekyb3d8bbwe
    PackageUserInformation : {S-1-5-21-14706265-3691349924-598092485-1001 [fposc]: Installed}
    IsResourcePackage      : False
    IsBundle               : False
    IsDevelopmentMode      : False
    NonRemovable           : False
    IsPartiallyStaged      : False
    SignatureKind          : Store
    Status                 : Ok
    
    PS C:\WINDOWS\system32> Get-AppxPackage -AllUsers | where-object {$_.version -like "*14.0.29231.0*"} | Remove-AppxPackage
    PS C:\WINDOWS\system32> Get-AppxPackage -AllUsers | where-object {$_.version -like "*14.0.29231.0*"}
    
    
    Name                   : Microsoft.VCLibs.140.00
    Publisher              : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture           : X64
    ResourceId             : 
    Version                : 14.0.29231.0
    PackageFullName        : Microsoft.VCLibs.140.00_14.0.29231.0_x64__8wekyb3d8bbwe
    InstallLocation        :
    IsFramework            : True
    PackageFamilyName      : Microsoft.VCLibs.140.00_8wekyb3d8bbwe
    PublisherId            : 8wekyb3d8bbwe
    PackageUserInformation : {S-1-5-18 [S-1-5-18]: Staged}
    IsBundle               : False
    IsDevelopmentMode      : False
    NonRemovable           : False
    IsPartiallyStaged      : False
    SignatureKind          : Store
    Status                 : Ok

    than for "AllUsers"
    Code:
    PS C:\WINDOWS\system32> Get-AppxPackage -AllUsers | where-object {$_.version -like "*14.0.29231.0*"} | Remove-AppxPackage -AllUsers
    Remove-AppxPackage : Rimozione non riuscita. Contattare il produttore del software.
    Impossibile eseguire l'operazione di distribuzione Remove con volume di destinazione C: per il pacchetto Microsoft.VCLibs.140.00_14.0.29231.0_x64__8wekyb3d8bbwe da  .
    Errore: 0x80070002. Vedere http://go.microsoft.com/fwlink/?LinkId=235160 per informazioni sulla diagnosi dei problemi di distribuzione delle app.
    In riga:1 car:80
    + ... ct {$_.version -like "*14.0.29231.0*"} | Remove-AppxPackage -AllUsers
    +                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [Remove-AppxPackage], COMException
        + FullyQualifiedErrorId : System.Runtime.InteropServices.COMException,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
      My Computers


  4. Posts : 843
    11 Pro 21H2 (22000.832)
       #593

    @Brink

    Shawn, In Windows 11, I've tried both the Command Prompt and the Power Shell methods to get rid of Get Started, which mysteriously appears only in the Start All Apps list, not on the Apps & Features list. Is there a secret to ending Get Started?

    Tx, Dan
      My Computers


  5. Posts : 250
    Windows 10 22H2
       #594

    I've finished.

    Download version 0.1.3 Beta : CleanWA_0.1.3Beta_.zip

    Uninstall Apps in Windows 10-immagine.png

    Einstein1969
      My Computers


  6. Posts : 7,606
    Windows 10 Home 20H2
       #595

    einstein1969 said:
    Download version 0.1.3 Beta : CleanWA_0.1.3Beta_.zip
    I found the first problem.
    I put it onto my relocated desktop: "D:\Pie & tea\Relocated desktop\CleanWA_0.1.3Beta_.cmd"
    I double-clicked on it. After four seconds, it attempted to run as an administrator but failed.
    I replaced your -verb RunAs line with the following line, and it worked.

    (PowerShell start """%~f0""" -verb RunAs & Exit /B)

    einstein1969 said:
    I'm sorry it's the translator's fault.
    Fire them and hire a better one.
      My Computer


  7. Posts : 250
    Windows 10 22H2
       #596

    thanks Matthew,

    I tried to create a directory like your "pie & tea" and put the line as you did but it doesn't work for me. (neither my code nor yours).

    Can you send me the complete script (which you edited) so I can check it better?

    I have a test.cmd file in "C: \Users\fposc\Desktop\Pie & tea" which looks like this:
    Code:
    @echo off
    
    pause
    
    (PowerShell start """%~f0""" -verb RunAs & Exit /B)
    
    pause
    
    goto :eof
    but it does not work
      My Computers


  8. Posts : 7,606
    Windows 10 Home 20H2
       #597

    @einstein1969, I forgot that a script can never run as an administrator as long as the name of the script or the containing folder contains any of the following three special characters:

    @
    ^
    &
      My Computer


  9. Posts : 250
    Windows 10 22H2
       #598

    Yes it's a bug.

    But I found a workaround.

    Code:
    (Fsutil Dirty Query %SystemDrive%>Nul)||(powershell.exe -c "Start -Verb RunAs cmd /c, ("^""%~f0"^"" -replace '[ &^]', '^$0')" & Exit)
    It does not start directly as administrator, but if you double click after it does it by itself.

    i tried with this folder, with all poisonous characters :
    Code:
    C:\Users\fposc\Desktop\Pie & tea % @ ' $ ^
    and it seems to work.
      My Computers


  10. Posts : 7,606
    Windows 10 Home 20H2
       #599

    einstein1969 said:
    But I found a workaround.
    Your workaround does not work with the file name below:

    (ABC).cmd

    The solution is to add a pair of brackets as below:

    Code:
    (Fsutil Dirty Query %SystemDrive%>Nul)||(PowerShell "SaPs -Verb RunAs CMD /C, ("^""%~f0"^""-replace '[(& ^)]','^$0')"&Exit)
      My Computer


 

Tutorial Categories

Uninstall Apps in Windows 10 Tutorial Index Network & Sharing Instalation and Upgrade Browsers and Email General Tips Gaming Customization Apps and Features Virtualization BSOD System Security User Accounts Hardware and Drivers Updates and Activation Backup and Restore Performance and Maintenance Mixed Reality Phone


  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 20:04.
Find Us




Windows 10 Forums