Win10 Application Delete With Cmd


  1. Posts : 15
    windows
       #1

    Win10 Application Delete With Cmd


    Hi everyone

    Installed on Win10 candy crush application, which cmd command can I delete?

    wmic
    product get name
    where name="candy crush" call uninstall


    not working, this only delete in add/remove programs.

    i want to delete the application with cmd.

    thank you
      My Computer


  2. Posts : 15
    windows
    Thread Starter
       #2

    open powershell

    If you want to get a list of all the apps of all the users, then use the below command.

    Get-AppxPackage -AllUsers | ft Name, PackageFullName -AutoSize


    Now, find the app you want to uninstall from the displayed list and jot down the name of the app from “PackageFullName.”
    In my case, I want to uninstall the Xbox app, so the name of the app would be “Xboxapp.” Since we can use wildcards (*) before and after the app name in the Powershell, you don’t need the full package name as long as part of the app name is correct.

    Get-AppxPackage *xboxapp*| Remove-AppxPackage

    that's all :)

    fyi
      My Computer


 

  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 10:04.
Find Us




Windows 10 Forums