Windows 10: Uninstall Apps in Windows 10

Discus and support Uninstall Apps in Windows 10 in Windows 10 Tutorials to solve the problem; How to: Uninstall Apps in Windows 10 How to Uninstall Desktop Apps and Windows Apps in Windows 10 If you no longer want or use an app, then you... Discussion in 'Windows 10 Tutorials' started by Edwin, Jul 19, 2015.

  1. Edwin New Member

    Uninstall Apps in Windows 10


    How to: Uninstall Apps in Windows 10

    How to Uninstall Desktop Apps and Windows Apps in Windows 10


    If you no longer want or use an app, then you could uninstall the app to remove it and free up space on the drive.

    When you uninstall a desktop app (program), it will uninstall it for all users on the PC.

    When you uninstall a Windows app (ex: from Store), it will uninstall it for only your user account since each Microsoft account owns their own modern apps like a smart phone. There are options in the tutorial to uninstall Windows apps for all users and new users.

    See also: Understand the different apps included in Windows 10

    This tutorial will show you different ways on how to uninstall Windows apps and desktop apps in Windows 10.

    You do not want to uninstall the Microsoft Store app. Doing so will prevent you from being able to reinstall apps from the Store.


    How to keep apps removed from Windows 10 from returning during an update | Microsoft Docs



    Contents
    • Option One: To Uninstall Desktop Apps and Windows Apps in Start Menu
    • Option Two: To Uninstall Desktop Apps and Windows Apps in Settings
    • Option Three: To Remove Specific Windows Apps from Current Account in PowerShell
    • Option Four: To Remove Specific Listed Windows Apps from Current Account in PowerShell
    • Option Five: To Remove Specific Listed Windows Apps from Current Account in Command Prompt
    • Option Six: To Remove Specific Listed Windows Apps from All Accounts or New Accounts in PowerShell
    • Option Seven: To Remove Specific Listed Windows Apps from All Accounts or New Accounts in Command Prompt
    • Option Eight: To Remove All Windows Apps Except Store from Specific or All Users in PowerShell
    • Option Nine: To Uninstall Desktop Apps in Programs and Features
    • Option Ten: To Uninstall Desktop Apps in Program Files folder
    • Option Eleven: To Uninstall Desktop Apps in Command Prompt





    OPTION ONE [/i] To Uninstall Desktop Apps and Windows Apps in Start Menu
    1 Open your Start menu (Windows key), and do step 2 or step 3 below for what you would like to do.


    2. To Uninstall App in All Apps on Start Menu
    A) On the left side of the Start menu in the list of installed apps, right click or press and hold on the desktop app or Windows app (ex: Facebook) that you want to uninstall, click/tap on Uninstall, and go to step 4 or step 5 below. (see screenshot below)


    Uninstall Apps in Windows 10 [​IMG]

    3. To Uninstall App on Start in Start Menu
    A) On the right side of the Start menu, right click or press and hold on the step 4 or step 5 below. (see screenshot below)


    Uninstall Apps in Windows 10 [​IMG]

    4 If this is a desktop app, then go to step 2 in Option Nine.

    5 If this is a Windows app, then click/tap on Uninstall to confirm. (see screenshot below)

    Uninstall Apps in Windows 10 [​IMG]






    OPTION TWO [/i] To Uninstall Desktop Apps and Windows Apps in Settings
    1 Open Settings, and click/tap on the Apps icon.

    2 Click/tap on App & features on the left side, click/tap on a Windows app or desktop app on the right side you want to uninstall, and click/tap on the Uninstall button. (see screenshot below)

    Uninstall Apps in Windows 10 [​IMG]

    3 Click/tap on Uninstall to confirm. (see screenshot below)

    Uninstall Apps in Windows 10 [​IMG]

    4 If this is a desktop app, then follow the rest of the onscreen instructions for that program's uninstaller. This will vary per program.





    OPTION THREE [/i] To Remove Specific Windows Apps from Current Account in PowerShell
    1 Open Windows PowerShell.

    2 Use either command below for what you want in PowerShell, and press Enter to see a list of all installed Windows apps for the current user account. (see screenshot below)
    (outputs to text file on your desktop)
    Get-AppxPackage | Select Name, PackageFullName >"$env:userprofile\Desktop\Apps_List.txt"


    (outputs inside PowerShell)
    Get-AppxPackage | Select Name, PackageFullName


    Uninstall Apps in Windows 10 [​IMG]

    3 Scroll through the list of installed apps, and look for the PackageFullName of the app (ex: Facebook) you want to uninstall. (see screenshot below)
    For example: Facebook.Facebook_1.4.0.9_x64__8xx8rvfyw5nnt
    4 Type the command below in PowerShell, and press Enter. (see screenshot below)
    remove-appxpackage PackageFullName

    Substitute PackageFullName in the commands above with the app's actual PackageFullName like below from step b above.

    For example: remove-appxpackage Facebook.Facebook_1.4.0.9_x64__8xx8rvfyw5nnt



    Uninstall Apps in Windows 10 [​IMG]

    5 Repeat step 3 above if you wanted to remove another app.

    6 When finished, you can close PowerShell if you like.





    OPTION FOUR [/i] To Remove Specific Listed Windows Apps from Current Account in PowerShell
    1 Open Windows PowerShell.

    2 Copy and paste the command below for the app you want to uninstall into PowerShell, and press Enter. (see screenshot below)
    (To remove 3D Builder app from current account only)
    Get-AppxPackage *Microsoft.3dbuilder* | Remove-AppxPackage


    (To remove 3D Viewer app from current account only)
    Get-AppxPackage *Microsoft3DViewer* | Remove-AppxPackage


    (To remove Adobe Photoshop Express app from current account only)
    Get-AppxPackage *AdobeSystemsIncorporated.AdobePhotoshopExpress* | Remove-AppxPackage


    (To remove Alarms & Clock app from current account only)
    Get-AppxPackage *Microsoft.WindowsAlarms* | Remove-AppxPackage


    (To remove App Connector app from current account only)
    Get-AppxPackage *Microsoft.Appconnector* | Remove-AppxPackage


    (To remove Asphalt 8:Airborne app from current account only)
    Get-AppxPackage *Microsoft.Asphalt8Airborne* | Remove-AppxPackage


    (To remove Calculator app from current account only)
    Get-AppxPackage *Microsoft.WindowsCalculator* | Remove-AppxPackage


    (To remove Calendar and Mail app from current account only)
    Get-AppxPackage *microsoft.windowscommunicationsapps* | Remove-AppxPackage


    (To remove Camera app from current account only)
    Get-AppxPackage *Microsoft.WindowsCamera* | Remove-AppxPackage


    (To remove Candy Crush Soda Saga app from current account only)
    Get-AppxPackage *king.com.CandyCrushSodaSaga* | Remove-AppxPackage


    (To remove Drawboard PDF app from current account only)
    Get-AppxPackage *Microsoft.DrawboardPDF* | Remove-AppxPackage


    (To remove Facebook app from current account only)
    Get-AppxPackage *Facebook* | Remove-AppxPackage


    (To remove Feedback Hub app from current account only)
    Get-AppxPackage *Microsoft.WindowsFeedbackHub* | Remove-AppxPackage


    (To remove Game bar app from current account only)
    Get-AppxPackage *Microsoft.XboxGameOverlay* | Remove-AppxPackage


    (To remove Get Help app from current account only)
    Get-AppxPackage *Microsoft.GetHelp* | Remove-AppxPackage


    (To remove Get Started or Tips (build 1703) app from current account only)
    Get-AppxPackage *Microsoft.Getstarted* | Remove-AppxPackage


    (To remove Groove Music app from current account only)
    Get-AppxPackage *Microsoft.ZuneMusic* | Remove-AppxPackage


    (To remove Mail and Calendar app from current account only)
    Get-AppxPackage *microsoft.windowscommunicationsapps* | Remove-AppxPackage


    (To remove Maps app from current account only)
    Get-AppxPackage *Microsoft.WindowsMaps* | Remove-AppxPackage


    (To remove Messaging app from current account only)
    Get-AppxPackage *Microsoft.Messaging* | Remove-AppxPackage


    (To remove Microsoft News app from current account only)
    Get-AppxPackage *Microsoft.BingNews* | Remove-AppxPackage


    (To remove Microsoft Solitaire Collection app from current account only)
    Get-AppxPackage *Microsoft.MicrosoftSolitaireCollection* | Remove-AppxPackage


    (To remove Microsoft Store app from current account only - NOT RECOMMENDED)
    Get-AppxPackage *Microsoft.WindowsStore* | Remove-AppxPackage


    (To remove Microsoft To-Do app from current account only)
    Get-AppxPackage *Todos* | Remove-AppxPackage


    (To remove Microsoft Whiteboard app from current account only)
    Get-AppxPackage *Microsoft.Whiteboard* | Remove-AppxPackage


    (To remove Microsoft Wi-Fi app from current account only)
    Get-AppxPackage *ConnectivityStore* | Remove-AppxPackage


    (To remove MinecraftUWP app from current account only)
    Get-AppxPackage *MinecraftUWP* | Remove-AppxPackage


    (To remove Mixed Reality Portal app from current account only)
    Get-AppxPackage *Microsoft.MixedReality.Portal* | Remove-AppxPackage


    (To remove Mobile Plans app from current account only)
    Get-AppxPackage *Microsoft.OneConnect* | Remove-AppxPackage


    (To remove Movies & TV app from current account only)
    Get-AppxPackage *Microsoft.ZuneVideo* | Remove-AppxPackage


    (To remove Netflix app from current account only)
    Get-AppxPackage *Netflix* | Remove-AppxPackage


    (To remove Notepad app from current account only)
    Get-AppxPackage *Microsoft.WindowsNotepad* | Remove-AppxPackage


    (To remove Office app from current account only)
    Get-AppxPackage *Microsoft.MicrosoftOfficeHub* | Remove-AppxPackage


    (To remove OneNote app from current account only)
    Get-AppxPackage *OneNote* | Remove-AppxPackage


    (To remove Paint 3D app from current account only)
    Get-AppxPackage *Microsoft.MSPaint* | Remove-AppxPackage


    (To remove Pandora app from current account only)
    Get-AppxPackage *PandoraMediaInc* | Remove-AppxPackage


    (To remove People app from current account only)
    Get-AppxPackage *Microsoft.People* | Remove-AppxPackage


    (To remove Phone app from current account only)
    Get-AppxPackage *CommsPhone* | Remove-AppxPackage


    (To remove Phone Companion app from current account only)
    Get-AppxPackage *windowsphone* | Remove-AppxPackage


    (To remove Photos app from current account only)
    Get-AppxPackage *Microsoft.Windows.Photos* | Remove-AppxPackage


    (To remove Print 3D app from current account only)
    Get-AppxPackage *Microsoft.Print3D* | Remove-AppxPackage


    (To remove Remote Desktop app from current account only)
    Get-AppxPackage *Microsoft.RemoteDesktop* | Remove-AppxPackage


    (To remove Scan app from current account only)
    Get-AppxPackage *WindowsScan* | Remove-AppxPackage


    (To remove Sketch Book app from current account only)
    Get-AppxPackage *AutodeskSketchBook* | Remove-AppxPackage


    (To remove Skype app from current account only)
    Get-AppxPackage *Microsoft.SkypeApp* | Remove-AppxPackage


    (To remove Snip & Sketch app from current account only)
    Get-AppxPackage *Microsoft.ScreenSketch* | Remove-AppxPackage


    (To remove Sports app from current account only)
    Get-AppxPackage *bingsports* | Remove-AppxPackage


    (To remove Sticky Notes app from current account only)
    Get-AppxPackage *Microsoft.MicrosoftStickyNotes* | Remove-AppxPackage


    (To remove Sway app from current account only)
    Get-AppxPackage *Office.Sway* | Remove-AppxPackage


    (To remove Tips app from current account only)
    Get-AppxPackage *Microsoft.Getstarted* | Remove-AppxPackage


    (To remove Twitter app from current account only)
    Get-AppxPackage *Twitter* | Remove-AppxPackage


    (To remove View 3D Preview app from current account only)
    Get-AppxPackage *Microsoft3DViewer* | Remove-AppxPackage


    (To remove Voice Recorder app from current account only)
    Get-AppxPackage *Microsoft.WindowsSoundRecorder* | Remove-AppxPackage


    (To remove Weather app from current account only)
    Get-AppxPackage *Microsoft.BingWeather* | Remove-AppxPackage


    (To remove Xbox app from current account only)
    Get-AppxPackage *Microsoft.XboxApp* | Remove-AppxPackage


    (To remove Xbox One SmartGlass app from current account only)
    Get-AppxPackage *XboxOneSmartGlass* | Remove-AppxPackage


    (To remove Xbox Game Speech Window app from current account only)
    Get-AppxPackage *Microsoft.XboxSpeechToTextOverlay* | Remove-AppxPackage


    (To remove Your Phone app from current account only)
    Get-AppxPackage *Microsoft.YourPhone* | Remove-AppxPackage[/B]
    3 When finished, you can close PowerShell if you like.[/B]





    OPTION FIVE [/i] To Remove Specific Listed Windows Apps from Current Account in Command Prompt
    1 Open a command prompt.

    2 Copy and paste the command below for the app you want to uninstall into the command prompt, and press Enter. (see screenshot below)
    (To remove 3D Builder app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.3dbuilder* | Remove-AppxPackage"


    (To remove 3D Viewer app from current account only)
    powershell -command "Get-AppxPackage *Microsoft3DViewer* | Remove-AppxPackage"


    (To remove Adobe Photoshop Express app from current account only)
    powershell -command "Get-AppxPackage *AdobeSystemsIncorporated.AdobePhotoshopExpress* | Remove-AppxPackage"


    (To remove Alarms & Clock app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.WindowsAlarms* | Remove-AppxPackage"


    (To remove App Connector app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.Appconnector* | Remove-AppxPackage"


    (To remove Asphalt 8:Airborne app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.Asphalt8Airborne* | Remove-AppxPackage"


    (To remove Calculator app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.WindowsCalculator* | Remove-AppxPackage"


    (To remove Calendar and Mail app from current account only)
    powershell -command "Get-AppxPackage *microsoft.windowscommunicationsapps* | Remove-AppxPackage"


    (To remove Camera app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.WindowsCamera* | Remove-AppxPackage"


    (To remove Candy Crush Soda Saga app from current account only)
    powershell -command "Get-AppxPackage *king.com.CandyCrushSodaSaga* | Remove-AppxPackage"


    (To remove Drawboard PDF app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.DrawboardPDF* | Remove-AppxPackage"


    (To remove Facebook app from current account only)
    powershell -command "Get-AppxPackage *Facebook* | Remove-AppxPackage"


    (To remove Feedback Hub app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.WindowsFeedbackHub* | Remove-AppxPackage"


    (To remove Game bar app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.XboxGameOverlay* | Remove-AppxPackage"


    (To remove Get Help app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.GetHelp* | Remove-AppxPackage"


    (To remove Get Started or Tips (build 1703) app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.Getstarted* | Remove-AppxPackage"


    (To remove Groove Music app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.ZuneMusic* | Remove-AppxPackage"


    (To remove Mail and Calendar app from current account only)
    powershell -command "Get-AppxPackage *microsoft.windowscommunicationsapps* | Remove-AppxPackage"


    (To remove Maps app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.WindowsMaps* | Remove-AppxPackage"


    (To remove Messaging app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.Messaging* | Remove-AppxPackage"


    (To remove Microsoft News app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.BingNews* | Remove-AppxPackage"


    (To remove Microsoft Solitaire Collection app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.MicrosoftSolitaireCollection* | Remove-AppxPackage"


    (To remove Microsoft Store app from current account only - NOT RECOMMENDED)
    powershell -command "Get-AppxPackage *Microsoft.WindowsStore* | Remove-AppxPackage"


    (To remove Microsoft To-Do app from current account only)
    powershell -command "Get-AppxPackage *Todos* | Remove-AppxPackage"


    (To remove Microsoft Whiteboard app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.Whiteboard* | Remove-AppxPackage"


    (To remove Microsoft Wi-Fi app from current account only)
    powershell -command "Get-AppxPackage *ConnectivityStore* | Remove-AppxPackage"


    (To remove MinecraftUWP app from current account only)
    powershell -command "Get-AppxPackage *MinecraftUWP* | Remove-AppxPackage"


    (To remove Mixed Reality Portal app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.MixedReality.Portal* | Remove-AppxPackage"


    (To remove Mobile Plans app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.OneConnect* | Remove-AppxPackage"


    (To remove Movies & TV app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.ZuneVideo* | Remove-AppxPackage"


    (To remove Netflix app from current account only)
    powershell -command "Get-AppxPackage *Netflix* | Remove-AppxPackage"


    (To remove Notepad app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.WindowsNotepad* | Remove-AppxPackage"


    (To remove Office app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.MicrosoftOfficeHub* | Remove-AppxPackage"


    (To remove OneNote app from current account only)
    powershell -command "Get-AppxPackage *OneNote* | Remove-AppxPackage"


    (To remove Paint 3D app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.MSPaint* | Remove-AppxPackage"


    (To remove Pandora app from current account only)
    powershell -command "Get-AppxPackage *PandoraMediaInc* | Remove-AppxPackage"


    (To remove People app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.People* | Remove-AppxPackage"


    (To remove Phone app from current account only)
    powershell -command "Get-AppxPackage *CommsPhone* | Remove-AppxPackage"


    (To remove Phone Companion app from current account only)
    powershell -command "Get-AppxPackage *windowsphone* | Remove-AppxPackage"


    (To remove Photos app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.Windows.Photos* | Remove-AppxPackage"


    (To remove Print 3D app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.Print3D* | Remove-AppxPackage"


    (To remove Remote Desktop app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.RemoteDesktop* | Remove-AppxPackage"


    (To remove Scan app from current account only)
    powershell -command "Get-AppxPackage *WindowsScan* | Remove-AppxPackage"


    (To remove Sketch Book app from current account only)
    powershell -command "Get-AppxPackage *AutodeskSketchBook* | Remove-AppxPackage"


    (To remove Skype app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.SkypeApp* | Remove-AppxPackage"


    (To remove Snip & Sketch app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.ScreenSketch* | Remove-AppxPackage"


    (To remove Sports app from current account only)
    powershell -command "Get-AppxPackage *bingsports* | Remove-AppxPackage"


    (To remove Sticky Notes app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.MicrosoftStickyNotes* | Remove-AppxPackage"


    (To remove Sway app from current account only)
    powershell -command "Get-AppxPackage *Office.Sway* | Remove-AppxPackage"


    (To remove Tips app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.Getstarted* | Remove-AppxPackage"


    (To remove Twitter app from current account only)
    powershell -command "Get-AppxPackage *Twitter* | Remove-AppxPackage"


    (To remove View 3D Preview app from current account only)
    powershell -command "Get-AppxPackage *Microsoft3DViewer* | Remove-AppxPackage"


    (To remove Voice Recorder app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.WindowsSoundRecorder* | Remove-AppxPackage"


    (To remove Weather app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.BingWeather* | Remove-AppxPackage"


    (To remove Xbox app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.XboxApp* | Remove-AppxPackage"


    (To remove Xbox One SmartGlass app from current account only)
    powershell -command "Get-AppxPackage *XboxOneSmartGlass* | Remove-AppxPackage"


    (To remove Xbox Game Speech Window app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.XboxSpeechToTextOverlay* | Remove-AppxPackage"


    (To remove Your Phone app from current account only)
    powershell -command "Get-AppxPackage *Microsoft.YourPhone* | Remove-AppxPackage"
    3 When finished, you can close the command prompt if you like.





    OPTION SIX [/i] To Remove Specific Listed Windows Apps from All Accounts or New Accounts in PowerShell
    You must be signed in to Windows as an administrator to do this option.


    1 Open an elevated Windows PowerShell.

    2 Copy and paste the command below for the app you want to uninstall into PowerShell, and press Enter.
    (To remove 3D Builder app from all current accounts on PC)
    Code:
    (To only remove 3D Builder app from new accounts created afterwards)
    Code:
    (To remove 3D Viewer app from all current accounts on PC)
    Code:
    (To only remove 3D Viewer app from new accounts created afterwards)
    Code:
    (To remove Adobe Photoshop Express app from all current accounts on PC)
    Code:
    (To only remove Adobe Photoshop Express app from new accounts created afterwards)
    Code:
    (To remove Alarms & Clock app from all current accounts on PC)
    Code:
    (To only remove Alarms & Clock app from new accounts created afterwards)
    Code:
    (To remove App Connector app from all current accounts on PC)
    Code:
    (To only remove App Connector app from new accounts created afterwards)
    Code:
    (To remove Asphalt 8:Airborne app from all current accounts on PC)
    Code:
    (To only remove Asphalt 8:Airborne app from new accounts created afterwards)
    Code:
    (To remove Calculator app from all current accounts on PC)
    Code:
    (To only remove Calculator app from new accounts created afterwards)
    Code:
    (To remove Calendar and Mail app from all current accounts on PC)
    Code:
    (To only remove Calendar and Mail app from new accounts created afterwards)
    Code:
    (To remove Camera app from all current accounts on PC)
    Code:
    (To only remove Camera app from new accounts created afterwards)
    Code:
    (To remove Candy Crush Soda Saga app from all current accounts on PC)
    Code:
    (To only remove Candy Crush Soda Saga app from new accounts created afterwards)
    Code:
    (To remove Drawboard PDF app from all current accounts on PC)
    Code:
    (To only remove Drawboard PDF app from new accounts created afterwards)
    Code:
    (To remove Facebook app from all current accounts on PC)
    Code:
    (To only remove Facebook app from new accounts created afterwards)
    Code:
    (To remove Feedback Hub app from all current accounts on PC)
    Code:
    (To only remove Feedback Hub app from new accounts created afterwards)
    Code:
    (To remove Game bar app from all current accounts on PC)
    Code:
    (To only remove Game bar app from new accounts created afterwards)
    Code:
    (To remove Get Help app from all current accounts on PC)
    Code:
    (To only remove Get Help app from new accounts created afterwards)
    Code:
    (To remove Get Started or Tips (build 1703) app from all current accounts on PC)
    Code:
    (To only remove Get Started or Tips (build 1703) app from new accounts created afterwards)
    Code:
    (To remove Groove Music app from all current accounts on PC)
    Code:
    (To only remove Groove Music app from new accounts created afterwards)
    Code:
    (To remove Mail and Calendar app from all current accounts on PC)
    Code:
    (To only remove Mail and Calendar app from new accounts created afterwards)
    Code:
    (To remove Maps app from all current accounts on PC)
    Code:
    (To only remove Maps app from new accounts created afterwards)
    Code:
    (To remove Messaging app from all current accounts on PC)
    Code:
    (To only remove Messaging app from new accounts created afterwards)
    Code:
    (To remove Microsoft News app from all current accounts on PC)
    Code:
    (To only remove Microsoft News app from new accounts created afterwards)
    Code:
    (To remove Microsoft Solitaire Collection app from all current accounts on PC)
    Code:
    (To only remove Microsoft Solitaire Collection app from new accounts created afterwards)
    Code:
    (To remove Microsoft Store app from all current accounts on PC - NOT RECOMMENDED)
    Code:
    (To only remove Microsoft Store app from new accounts created afterwards - NOT RECOMMENDED)
    Code:
    (To remove Microsoft To-Do app from all current accounts on PC)
    Code:
    (To only remove Microsoft To-Do app from new accounts created afterwards)
    Code:
    (To remove Microsoft Whiteboard app from all current accounts on PC)
    Code:
    (To only remove Microsoft Whiteboard app from new accounts created afterwards)
    Code:
    (To remove Microsoft Wi-Fi app from all current accounts on PC)
    Code:
    (To only remove Microsoft Wi-Fi app from new accounts created afterwards)
    Code:
    (To remove MinecraftUWP app from all current accounts on PC)
    Code:
    (To only remove MinecraftUWP app from new accounts created afterwards)
    Code:
    (To remove Mixed Reality Portal app from all current accounts on PC)
    Code:
    (To only remove Mixed Reality Portal app from new accounts created afterwards)
    Code:
    (To remove Mobile Plans app from all current accounts on PC)
    Code:
    (To only remove Mobile Plans app from new accounts created afterwards)
    Code:
    (To remove Movies & TV app from all current accounts on PC)
    Code:
    (To only remove Movies & TV app from new accounts created afterwards)
    Code:
    (To remove Netflix app from all current accounts on PC)
    Code:
    (To only remove Netflix app from new accounts created afterwards)
    Code:
    (To remove Notepad app from all current accounts on PC)
    Code:
    (To only remove Notepad app from new accounts created afterwards)
    Code:
    (To remove Office app from all current accounts on PC)
    Code:
    (To only remove Office app from new accounts created afterwards)
    Code:
    (To remove OneNote app from all current accounts on PC)
    Code:
    (To only remove OneNote app from new accounts created afterwards)
    Code:
    (To remove Paint 3D app from all current accounts on PC)
    Code:
    (To only remove Paint 3D app from new accounts created afterwards)
    Code:
    (To remove Pandora app from all current accounts on PC)
    Code:
    (To only remove Pandora app from new accounts created afterwards)
    Code:
    (To remove People app from all current accounts on PC)
    Code:
    (To only remove People app from new accounts created afterwards)
    Code:
    (To remove Phone app from all current accounts on PC)
    Code:
    (To only remove Phone app from new accounts created afterwards)
    Code:
    (To remove Phone Companion app from all current accounts on PC)
    Code:
    (To only remove Phone Companion app from new accounts created afterwards)
    Code:
    (To remove Photos app from all current accounts on PC)
    Code:
    (To only remove Photos app from new accounts created afterwards)
    Code:
    (To remove Print 3D app from all current accounts on PC)
    Code:
    (To only remove Print 3D app from new accounts created afterwards)
    Code:
    (To remove Remote Desktop app from all current accounts on PC)
    Code:
    (To only remove Remote Desktop app from new accounts created afterwards)
    Code:
    (To remove Scan app from all current accounts on PC)
    Code:
    (To only remove Scan app from new accounts created afterwards)
    Code:
    (To remove Sketch Book app from all current accounts on PC)
    Code:
    (To only remove Sketch Book app from new accounts created afterwards)
    Code:
    (To remove Skype app from all current accounts on PC)
    Code:
    (To only remove Skype app from new accounts created afterwards)
    Code:
    (To remove Snip & Sketch app from all current accounts on PC)
    Code:
    (To only remove Snip & Sketch app from new accounts created afterwards)
    Code:
    (To remove Sports app from all current accounts on PC)
    Code:
    (To only remove Sports app from new accounts created afterwards)
    Code:
    (To remove Sticky Notes app from all current accounts on PC)
    Code:
    (To only remove Sticky Notes app from new accounts created afterwards)
    Code:
    (To remove Sway app from all current accounts on PC)
    Code:
    (To only remove Sway app from new accounts created afterwards)
    Code:
    (To remove Tips app from all current accounts on PC)
    Code:
    (To only remove Tips app from new accounts created afterwards)
    Code:
    (To remove Twitter app from all current accounts on PC)
    Code:
    (To only remove Twitter app from new accounts created afterwards)
    Code:
    (To remove View 3D Preview app from all current accounts on PC)
    Code:
    (To only remove View 3D Preview app from new accounts created afterwards)
    Code:
    (To remove Voice Recorder app from all current accounts on PC)
    Code:
    (To only remove Voice Recorder app from new accounts created afterwards)
    Code:
    (To remove Weather app from all current accounts on PC)
    Code:
    (To only remove Weather app from new accounts created afterwards)
    Code:
    (To remove Xbox app from all current accounts on PC)
    Code:
    (To only remove Xbox app from new accounts created afterwards)
    Code:
    (To remove Xbox Game Bar app from all current accounts on PC)
    Code:
    (To only remove Xbox Game Bar app from new accounts created afterwards)
    Code:
    (To remove Xbox Identity Provider app from all current accounts on PC)
    Code:
    (To only remove Xbox Identity Provider app from new accounts created afterwards)
    Code:
    (To remove Xbox One SmartGlass app from all current accounts on PC)
    Code:
    (To only remove Xbox One SmartGlass app from new accounts created afterwards)
    Code:
    (To remove Xbox Game Speech Window app from all current accounts on PC)
    Code:
    (To only remove Xbox Game Speech Window app from new accounts created afterwards)
    Code:
    (To remove Your Phone app from all current accounts on PC)
    Code:
    (To only remove Your Phone app from new accounts created afterwards)
    Code:
    3 When finished, you can close the elevated PowerShell if you like.





    OPTION SEVEN [/i] To Remove Specific Listed Windows Apps from All Accounts or New Accounts in Command Prompt
    1 Open an elevated command prompt.

    2 Copy and paste the command below for the app you want to uninstall into the elevated command prompt, and press Enter.
    (To remove 3D Builder app from all current accounts on PC)
    Code:
    (To only remove 3D Builder app from new accounts created afterwards)
    Code:
    (To remove 3D Viewer app from all current accounts on PC)
    Code:
    (To only remove 3D Viewer app from new accounts created afterwards)
    Code:
    (To remove Adobe Photoshop Express app from all current accounts on PC)
    Code:
    (To only remove Adobe Photoshop Express app from new accounts created afterwards)
    Code:
    (To remove Alarms & Clock app from all current accounts on PC)
    Code:
    (To only remove Alarms & Clock app from new accounts created afterwards)
    Code:
    (To remove App Connector app from all current accounts on PC)
    Code:
    (To only remove App Connector app from new accounts created afterwards)
    Code:
    (To remove Asphalt 8:Airborne app from all current accounts on PC)
    Code:
    (To only remove Asphalt 8:Airborne app from new accounts created afterwards)
    Code:
    (To remove Calculator app from all current accounts on PC)
    Code:
    (To only remove Calculator app from new accounts created afterwards)
    Code:
    (To remove Calendar and Mail app from all current accounts on PC)
    Code:
    (To only remove Calendar and Mail app from new accounts created afterwards)
    Code:
    (To remove Camera app from all current accounts on PC)
    Code:
    (To only remove Camera app from new accounts created afterwards)
    Code:
    (To remove Candy Crush Soda Saga app from all current accounts on PC)
    Code:
    (To only remove Candy Crush Soda Saga app from new accounts created afterwards)
    Code:
    (To remove Drawboard PDF app from all current accounts on PC)
    Code:
    (To only remove Drawboard PDF app from new accounts created afterwards)
    Code:
    (To remove Facebook app from all current accounts on PC)
    Code:
    (To only remove Facebook app from new accounts created afterwards)
    Code:
    (To remove Feedback Hub app from all current accounts on PC)
    Code:
    (To only remove Feedback Hub app from new accounts created afterwards)
    Code:
    (To remove Game bar app from all current accounts on PC)
    Code:
    (To only remove Game bar app from new accounts created afterwards)
    Code:
    (To remove Get Help app from all current accounts on PC)
    Code:
    (To only remove Get Help app from new accounts created afterwards)
    Code:
    (To remove Get Started or Tips (build 1703) app from all current accounts on PC)
    Code:
    (To only remove Get Started or Tips (build 1703) app from new accounts created afterwards)
    Code:
    (To remove Groove Music app from all current accounts on PC)
    Code:
    (To only remove Groove Music app from new accounts created afterwards)
    Code:
    (To remove Mail and Calendar app from all current accounts on PC)
    Code:
    (To only remove Mail and Calendar app from new accounts created afterwards)
    Code:
    (To remove Maps app from all current accounts on PC)
    Code:
    (To only remove Maps app from new accounts created afterwards)
    Code:
    (To remove Messaging app from all current accounts on PC)
    Code:
    (To only remove Messaging app from new accounts created afterwards)
    Code:
    (To remove Microsoft News app from all current accounts on PC)
    Code:
    (To only remove Microsoft News app from new accounts created afterwards)
    Code:
    (To remove Microsoft Solitaire Collection app from all current accounts on PC)
    Code:
    (To only remove Microsoft Solitaire Collection app from new accounts created afterwards)
    Code:
    (To remove Microsoft Store app from all current accounts on PC - NOT RECOMMENDED)
    Code:
    (To only remove Microsoft Store app from new accounts created afterwards - NOT RECOMMENDED)
    Code:
    (To remove Microsoft To-Do app from all current accounts on PC)
    Code:
    (To only remove Microsoft To-Do app from new accounts created afterwards)
    Code:
    (To remove Microsoft Whiteboard app from all current accounts on PC)
    Code:
    (To only remove Microsoft Whiteboard app from new accounts created afterwards)
    Code:
    (To remove Microsoft Wi-Fi app from all current accounts on PC)
    Code:
    (To only remove Microsoft Wi-Fi app from new accounts created afterwards)
    Code:
    (To remove MinecraftUWP app from all current accounts on PC)
    Code:
    (To only remove MinecraftUWP app from new accounts created afterwards)
    Code:
    (To remove Mixed Reality Portal app from all current accounts on PC)
    Code:
    (To only remove Mixed Reality Portal app from new accounts created afterwards)
    Code:
    (To remove Mobile Plans app from all current accounts on PC)
    Code:
    (To only remove Mobile Plans app from new accounts created afterwards)
    Code:
    (To remove Movies & TV app from all current accounts on PC)
    Code:
    (To only remove Movies & TV app from new accounts created afterwards)
    Code:
    (To remove Netflix app from all current accounts on PC)
    Code:
    (To only remove Netflix app from new accounts created afterwards)
    Code:
    (To remove Notepad app from all current accounts on PC)
    Code:
    (To only remove Notepad app from new accounts created afterwards)
    Code:
    (To remove Office app from all current accounts on PC)
    Code:
    (To only remove Office app from new accounts created afterwards)
    Code:
    (To remove OneNote app from all current accounts on PC)
    Code:
    (To only remove OneNote app from new accounts created afterwards)
    Code:
    (To remove Paint 3D app from all current accounts on PC)
    Code:
    (To only remove Paint 3D app from new accounts created afterwards)
    Code:
    (To remove Pandora app from all current accounts on PC)
    Code:
    (To only remove Pandora app from new accounts created afterwards)
    Code:
    (To remove People app from all current accounts on PC)
    Code:
    (To only remove People app from new accounts created afterwards)
    Code:
    (To remove Phone app from all current accounts on PC)
    Code:
    (To only remove Phone app from new accounts created afterwards)
    Code:
    (To remove Phone Companion app from all current accounts on PC)
    Code:
    (To only remove Phone Companion app from new accounts created afterwards)
    Code:
    (To remove Photos app from all current accounts on PC)
    Code:
    (To only remove Photos app from new accounts created afterwards)
    Code:
    (To remove Print 3D app from all current accounts on PC)
    Code:
    (To only remove Print 3D app from new accounts created afterwards)
    Code:
    (To remove Remote Desktop app from all current accounts on PC)
    Code:
    (To only remove Remote Desktop app from new accounts created afterwards)
    Code:
    (To remove Scan app from all current accounts on PC)
    Code:
    (To only remove Scan app from new accounts created afterwards)
    Code:
    (To remove Sketch Book app from all current accounts on PC)
    Code:
    (To only remove Sketch Book app from new accounts created afterwards)
    Code:
    (To remove Skype app from all current accounts on PC)
    Code:
    (To only remove Skype app from new accounts created afterwards)
    Code:
    (To remove Snip & Sketch app from all current accounts on PC)
    Code:
    (To only remove Snip & Sketch app from new accounts created afterwards)
    Code:
    (To remove Sports app from all current accounts on PC)
    Code:
    (To only remove Sports app from new accounts created afterwards)
    Code:
    (To remove Sticky Notes app from all current accounts on PC)
    Code:
    (To only remove Sticky Notes app from new accounts created afterwards)
    Code:
    (To remove Sway app from all current accounts on PC)
    Code:
    (To only remove Sway app from new accounts created afterwards)
    Code:
    (To remove Tips app from all current accounts on PC)
    Code:
    (To only remove Tips app from new accounts created afterwards)
    Code:
    (To remove Twitter app from all current accounts on PC)
    Code:
    (To only remove Twitter app from new accounts created afterwards)
    Code:
    (To remove View 3D Preview app from all current accounts on PC)
    Code:
    (To only remove View 3D Preview app from new accounts created afterwards)
    Code:
    (To remove Voice Recorder app from all current accounts on PC)
    Code:
    (To only remove Voice Recorder app from new accounts created afterwards)
    Code:
    (To remove Weather app from all current accounts on PC)
    Code:
    (To only remove Weather app from new accounts created afterwards)
    Code:
    (To remove Xbox app from all current accounts on PC)
    Code:
    (To only remove Xbox app from new accounts created afterwards)
    Code:
    (To remove Xbox Game Bar app from all current accounts on PC)
    Code:
    (To only remove Xbox Game Bar app from new accounts created afterwards)
    Code:
    (To remove Xbox Identity Provider app from all current accounts on PC)
    Code:
    (To only remove Xbox Identity Provider app from new accounts created afterwards)
    Code:
    (To remove Xbox One SmartGlass app from all current accounts on PC)
    Code:
    (To only remove Xbox One SmartGlass app from new accounts created afterwards)
    Code:
    (To remove Xbox Game Speech Window app from all current accounts on PC)
    Code:
    (To only remove Xbox Game Speech Window app from new accounts created afterwards)
    Code:
    (To remove Your Phone app from all current accounts on PC)
    Code:
    (To only remove Your Phone app from new accounts created afterwards)
    Code:
    3 When finished, you can close the elevated command prompt if you like.





    OPTION EIGHT [/i] To Remove All Windows Apps Except Store from Specific or All Users in PowerShell
    1 Do step 2 (all apps your account), step 3 (all apps specific account), step 4 (all apps new accounts), or step 5 (all apps all accounts) below for what you would like to do.


    2. To Remove All Apps except Store from Your (current) Account
    A) Press the Win + R keys to open the Run dialog, type powershell.exe, and click/tap on OK.

    B) Copy and paste the command below into PowerShell, press Enter, and go to step 6 below. (see screenshot below)

    Get-AppXPackage | where-object {$_.name –notlike '*store*'} | Remove-AppxPackage

    3. To Remove All Apps except Store from Specific User Account
    You must be signed in to Windows as an administrator to do this option.


    A) Open an elevated Windows PowerShell.

    B) Type the command below into PowerShell, press Enter, and go to step 6 below. (see screenshot below)

    Get-AppXPackage -User UserName | where-object {$_.name –notlike '*store*'} | Remove-AppxPackage

    Substitute UserName with the actual user name of the account you want to uninstall all apps from.



    4. To Remove All Apps except Store from New Accounts Created Afterwards
    You must be signed in to Windows as an administrator to do this option.


    A) Open an elevated Windows PowerShell.

    B) Copy and paste the command below into PowerShell, press Enter, and go to step 6 below. (see screenshot below)

    Code:
    5. To Remove All Apps except Store from All Current Accounts on PC
    You must be signed in to Windows as an administrator to do this option.


    A) Open an elevated Windows PowerShell.

    B) Copy and paste the command below into PowerShell, press Enter, and go to step 6 below. (see screenshot below)

    Get-AppxPackage -AllUsers | where-object {$_.name –notlike '*store*'} | Remove-AppxPackage

    6 When finished, you can close PowerShell if you like.





    OPTION NINE [/i] To Uninstall Desktop Apps in Programs and Features
    You must be signed in to Windows as an administrator to do this option.


    1 Open the Control Panel (icons view), and click/tap on the Programs and Features icon.

    2 Do step 3, step 4, or step 5 below for how you would like to uninstall a program.

    3 Click/tap on a program (ex: 7-Zip) that you want to uninstall, and go to step 6 below. (see screenshot below step 5)

    4 Right click or press and hold on a program (ex: 7-Zip) that you want to uninstall, click/tap on Uninstall, and go to step 6 below. (see screenshot below step 5)

    5 Select (highlight) a program (ex: 7-Zip) that you want to uninstall, click/tap on Uninstall in the toolbar, and go to step 6 below. (see screenshot below)

    Uninstall Apps in Windows 10 [​IMG]

    6 If prompted by UAC, click/tap on Yes.

    7 In the program's uninstaller, select to uninstall it, and follow the rest of the onscreen instructions for that program. This will vary per program. (see screenshot below)

    Uninstall Apps in Windows 10 [​IMG]






    OPTION TEN [/i] To Uninstall Desktop Apps in Program Files folder
    1 Open File Explorer, and open the Program Files (x86) or Program Files folder that the program (ex: 7-Zip) you want to uninstall was installed to.

    If you have a 32-bit Windows 10, then you will only have the Program Files folder available.

    If you have a 64-bit Windows 10, then you will have the Program Files (x86) (32-bit programs) and Program Files (64-bit programs) folder available.


    2 Open the folder (ex: 7-Zip) for the program (ex: 7-Zip) that you want to uninstall. (see screenshot below)

    Uninstall Apps in Windows 10 [​IMG]

    3 Click/tap on the uninstall.exe file for the program. The name of this file will vary per program. (see screenshot below)

    Uninstall Apps in Windows 10 [​IMG]

    4 If prompted by UAC, click/tap on Yes.

    5 In the program's uninstaller, select to uninstall it, and follow the rest of the onscreen instructions for that program. This will vary per program. (see screenshot below)

    Uninstall Apps in Windows 10 [​IMG]






    OPTION ELEVEN [/i] To Uninstall Desktop Apps in Command Prompt
    You must be signed in to Windows as an administrator to do this option.

    This will only work for programs that use Option Seven instead to uninstall in Programs and Features to have a full list of installed program.


    1 Open an elevated command prompt.

    2 In the elevated command prompt, copy and paste the command below, and press Enter to see a list of all programs installed by Windows Installer.
    wmic product get name


    Uninstall Apps in Windows 10 [​IMG]

    3 Scroll through the list of installed desktop apps, and look for the app (ex: Google Update Helper) that you want to uninstall. (see screenshot above)

    4 In the elevated command prompt, type either command below for what you want, and press Enter. (see screenshot below)
    (To be prompted Y/N to approve. Recommended)
    wmic product where name=”name of program” call uninstall


    (To NOT be prompted Y/N to approve.)
    wmic product where name=”name of program” call uninstall /nointeractive

    Substitute name of program in the command above with the actual name of the program from step 3 above.

    For example:

    wmic product where name=”7-Zip 15.00 (x64 edition)” call uninstall

    OR

    wmic product where name=”7-Zip 15.00 (x64 edition)” call uninstall /nointeractive



    Uninstall Apps in Windows 10 [​IMG]

    5 When finished, you can close the elevated command prompt if you like.

    That's it,
    Shawn


    Related Tutorials

    :)
     
    Edwin, Jul 19, 2015
    #1
  2. Tariq.Sh. Win User

    uninstall apps in windows 10 gives error 0x80073cf6

    The new update solved my issue and uninstall easy like any author App's.
     
    Tariq.Sh., Jul 19, 2015
    #2
  3. uninstall apps in windows 10 gives error 0x80073cf6

    Hello Tariq,

    Thank you for getting back to us with your response and we apologize for delay in responding.

    To isolate the issue as to why you are unable to uninstall apps and also receive the error, we need to perform the troubleshooting steps so that we can rectify the issue. So kindly request you to perform the steps given in the previous post and reply
    us back with the results, so that we can guide you on the right way and resolve this issue as soon as possible.

    Thank you.
     
    Sangeeta Sarkar, Jul 19, 2015
    #3
  4. f14tomcat Win User

    Uninstall Apps in Windows 10

    @Brink , Shawn... just a little trick to make finding the app and doing copy/paste work a bit easier.... in this section of your tut:


    Uninstall Apps in Windows 10 [​IMG]
    OPTION TWO
    Uninstall Apps in Windows 10 [​IMG]


    To Uninstall Windows Apps in PowerShell


    1. Press the Windows + R keys to open the Run dialog, type powershell.exe, and click/tap on OK.

    2. In PowerShell, copy and paste the command below, and press Enter to see a list of all installed Windows apps for your user account. (see screenshot below)
    *Arrow Get-AppxPackage


    If you include a re-direct of the output to a text file, it makes scrolling thru/searching and copy/paste easier.

    Example: Get-appxpackage > C:\users\{user name}\desktop\apps_list.txt
    Insert actual user name for {user name}.

    Now you have a regular text file on the desktop to view and work with. Also gives a nice picture of all the app data.

    Dick...
     
    f14tomcat, Jul 19, 2015
    #4
  5. Brink
    Brink New Member
    Good idea Dick. Added to tutorial. *Smile
     
    Brink, Jul 19, 2015
    #5
  6. To uninstall an app, the cmdlet is Remove-AppxProvisionedPackage
    Removes an app package (.appx) from a Windows image.

    Syntax: Windows PowerShell
    Code: Parameter Set: Offline Remove-AppxProvisionedPackage -PackageName <String> -Path <String> [-LogLevel <LogLevel> {Errors | Warnings | WarningsInfo} ] [-LogPath <String> ] [-ScratchDirectory <String> ] [-SystemDrive <String> ] [-WindowsDirectory <String> ] [ <CommonParameters>] Parameter Set: Online Remove-AppxProvisionedPackage -Online -PackageName <String> [-LogLevel <LogLevel> {Errors | Warnings | WarningsInfo} ] [-LogPath <String> ] [-ScratchDirectory <String> ] [-SystemDrive <String> ] [-WindowsDirectory <String> ] [ <CommonParameters>][/quote] Detailed Description
    The Remove-AppxProvisionedPackage cmdlet removes app packages (.appx) from a Windows image. App packages will not be installed when new user accounts are created. Packages will not be removed from existing user accounts. To remove app packages (.appx) that are not provisioned or to remove a package for a particular user only, use Remove-AppxPackage instead.
    I tend to remove it just for the user, then if things work well, I'll remove the provisioning package.

    I use the same technique Dick (f14tomcat) suggested, except, I sort the file - that way all of the fullpackaname are in one area of the file. There are a few (communications=mail/calendar) that don't have exact matching names, but after a while you know which package is for which app ... there are still a few I don't have a clue about though.
     
    Slartybart, Jul 19, 2015
    #6
  7. Brink
    Brink New Member
    Hey Bill,

    Yeah, I like using remove-appxpackage PackageFullName instead as well so it's only uninstalled for the user and not for all users.

    I'll add what you posted as another option a bit later though. Thank you. *Smile
     
    Brink, Jul 19, 2015
    #7
  8. Uninstall Apps in Windows 10

    You're always welcome Shawn - thank you for maintaining the tutorials.

    I guess I should test the few I wrote (no ...not that one *Wink ) and see if they still apply to Win10, then move them here.
     
    Slartybart, Jul 19, 2015
    #8
  9. Brink
    Brink New Member
    Ok. Updated to add to step 4 in Option Two. *Smile
     
    Brink, Jul 19, 2015
    #9
  10. Joanne Win User
    Thank you for this very useful tutorial!

    By following it I have managed to uninstall a few windows apps (eg. Zune music + video) from my Windows 10 Home, 64 bit installation, but I cannot uninstall a few others. Here is one example, an app called "Parental Control" :


    Uninstall Apps in Windows 10 [​IMG]



    Uninstall Apps in Windows 10 [​IMG]


    There are also a couple of XBOX apps that I cannot uninstall, even though I've managed to uninstall another XBOX app.

    Is there anything I can do?

    Thank you.
     
    Joanne, Jul 30, 2015
    #10
  11. Brink
    Brink New Member
    Hey Joanne,

    Parental Control would be for Family Safety. I'm not sure that can be uninstalled.
     
    Brink, Jul 30, 2015
    #11
  12. Joanne Win User
    Okay, Brink, never mind that *Smile

    There are a few XBOX apps that appear on the list (in a .txt file) that I have created, and I am having the same difficulty in uninstalling them. I do not own or use an XBOX so I'd like to remove them. Here are their names, as given in that list:

    - Microsoft.XboxGameCallableUI
    - Microsoft.XboxIdentityProvider

    The above appear as "apps" in the .txt file. Are these Apps? Can I uninstall them?

    Thank you. *Smile


    Uninstall Apps in Windows 10 [​IMG]



    EDIT:
    Hmm... I've Googled the names of a couple of other Apps that appear on my list. Windows.MiracastView to project to a screen wireless-ly, and Microsoft.BioEnrollment which is for "Windows Hello". I do not need neither of these so I've tried to remove them. It is not possible *Sad


    ?
     
    Joanne, Jul 30, 2015
    #12
  13. Brink
    Brink New Member

    Uninstall Apps in Windows 10

    You don't want to uninstall apps used by the system. Usually, it won't let you since they are in use.

    Basically, if you can't uninstall an app using the normal method in the UI, then it won't uninstall in PowerShell either. *Sad
     
    Brink, Jul 30, 2015
    #13
  14. Joanne Win User
    Okay, I don't mind, thank you *Smile
     
    Joanne, Jul 30, 2015
    #14
  15. DavidY Win User
    Hey Shawn

    If I use Option 5, it doesn't seem to work out quite the same way as it does in your screenshot.

    If I type "wmic product get name" in step 2, then I end up back at the command prompt. See my screeenshot.

    Uninstall Apps in Windows 10 [​IMG]


    But in your screenshot you seem to end up at "wmic:root\cli>".

    This means that if I type "product where name=”name of program” call uninstall" as step 4, I just get an error saying 'Product' is not recognised as a command, I guess because I'm back at a command prompt and not within wmic?

    I suspect that typing "wmic" on its own before step 4 would make it work out?

    Or maybe this command would work directly from a command prompt? (I've not tried this yet.)

    "wmic product where name=”name of program” call uninstall"
     
    DavidY, Aug 3, 2015
    #15
Thema:

Uninstall Apps in Windows 10

Loading...
  1. Uninstall Apps in Windows 10 - Similar Threads - Uninstall Apps

  2. How to block and uninstall Chrome Apps?

    in Windows 10 Gaming
    How to block and uninstall Chrome Apps?: Hi,Just need your help please.We have a few users who has downloaded the Youtube App from Chrome. It can be downloaded by going to Youtube.com using chrome and clicking on this icon located on the top right corner.It can be installed without admin permissions and we want to...
  3. How to block and uninstall Chrome Apps?

    in Windows 10 Software and Apps
    How to block and uninstall Chrome Apps?: Hi,Just need your help please.We have a few users who has downloaded the Youtube App from Chrome. It can be downloaded by going to Youtube.com using chrome and clicking on this icon located on the top right corner.It can be installed without admin permissions and we want to...
  4. Updated my laptop and it somehow uninstalled all my system apps or something

    in Windows 10 Gaming
    Updated my laptop and it somehow uninstalled all my system apps or something: I have a 80070003 error code but it’s effecting how my laptop totally operates. It won’t let me open my photos app, it won’t allow me to print things because it says it doesn’t have the app associated and when it starts up it says I need to download .NET Desktop Runtime...
  5. Updated my laptop and it somehow uninstalled all my system apps or something

    in Windows 10 Software and Apps
    Updated my laptop and it somehow uninstalled all my system apps or something: I have a 80070003 error code but it’s effecting how my laptop totally operates. It won’t let me open my photos app, it won’t allow me to print things because it says it doesn’t have the app associated and when it starts up it says I need to download .NET Desktop Runtime...
  6. Windows 11 apps not launching and can't access safe mode to uninstall/reinstall video...

    in Windows 10 Gaming
    Windows 11 apps not launching and can't access safe mode to uninstall/reinstall video...: Recently windows 11 has been rebooting with a DWM failure message.I uninstalled the old AMD Ryzen video driver rebooted and then installed the latest ATI minimal driver from their website.The computer reboots "fine" now but nothing will run. I can't get into the control panel...
  7. Windows 11 apps not launching and can't access safe mode to uninstall/reinstall video...

    in Windows 10 Software and Apps
    Windows 11 apps not launching and can't access safe mode to uninstall/reinstall video...: Recently windows 11 has been rebooting with a DWM failure message.I uninstalled the old AMD Ryzen video driver rebooted and then installed the latest ATI minimal driver from their website.The computer reboots "fine" now but nothing will run. I can't get into the control panel...
  8. How to uninstall Windows Backup App in Windows 11

    in Windows 10 News
    How to uninstall Windows Backup App in Windows 11: [ATTACH]If you want to uninstall the Windows Backup app in Windows 11, you can use Windows PowerShell or Terminal to delete it. Here is the command and everything you need to know about the advantages and disadvantages of removing the Windows Backup app. How to uninstall...
  9. Uninstall AnyDesk App

    in Windows 10 Customization
    Uninstall AnyDesk App: Although I am careful when online, I was victim of a very sophisticated SCAM involving my sign-in on a financial website. An Alert popped up on the financial website claiming my account may have been compromised, and directing me to call the company on an 855 area code #....
  10. yesterday my xbox app on pc wasn't working so i tried to uninstall it and reinstall it, but...

    in Windows 10 Gaming
    yesterday my xbox app on pc wasn't working so i tried to uninstall it and reinstall it, but...: everything is stuck on pending https://answers.microsoft.com/en-us/windows/forum/all/yesterday-my-xbox-app-on-pc-wasnt-working-so-i/4fa790cc-3195-44eb-9536-9f31bddc21ac