Utility

How to Uninstall and Reinstall Cortana in Windows 10 

Cmd of Current user:

Get-AppxPackage *Microsoft.549981C3F5F10* | Remove-AppxPackage


Cmd of All users:

Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -name "*Microsoft.549981C3F5F10*" | Remove-AppxPackage -AllUsers 

-----------------------------------------------------------------------------------------------------------------------------

How to Uninstall Built in Apps from Windows 10 


Uninstall These Built in Apps using Powershell Cmd:


đŸ‘‰Uninstall 3D Builder:

Get-AppxPackage *3dbuilder* | Remove-AppxPackage


đŸ‘‰Uninstall Alarms and Clock:

Get-AppxPackage *windowsalarms* | Remove-AppxPackage


đŸ‘‰Uninstall Calculator:

Get-AppxPackage *windowscalculator* | Remove-AppxPackage


đŸ‘‰Uninstall Calendar and Mail:

Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage


đŸ‘‰Uninstall Camera:

Get-AppxPackage *windowscamera* | Remove-AppxPackage


đŸ‘‰Uninstall Contact Support:

This app can't be removed.


đŸ‘‰Uninstall Cortana:

This app can't be removed.


đŸ‘‰Uninstall Get Office:

Get-AppxPackage *officehub* | Remove-AppxPackage


đŸ‘‰Uninstall Get Skype:

Get-AppxPackage *skypeapp* | Remove-AppxPackage


đŸ‘‰Uninstall Get Started:

Get-AppxPackage *getstarted* | Remove-AppxPackage


đŸ‘‰Uninstall Groove Music:

Get-AppxPackage *zunemusic* | Remove-AppxPackage


đŸ‘‰Uninstall Maps:

Get-AppxPackage *windowsmaps* | Remove-AppxPackage


đŸ‘‰Uninstall Microsoft Edge:

This app can't be removed.


đŸ‘‰Uninstall Microsoft Solitaire Collection:

Get-AppxPackage *solitairecollection* | Remove-AppxPackage


đŸ‘‰Uninstall Money:

Get-AppxPackage *bingfinance* | Remove-AppxPackage


đŸ‘‰Uninstall Movies & TV:

Get-AppxPackage *zunevideo* | Remove-AppxPackage


đŸ‘‰Uninstall News:

Get-AppxPackage *bingnews* | Remove-AppxPackage


đŸ‘‰Uninstall OneNote:

Get-AppxPackage *onenote* | Remove-AppxPackage


đŸ‘‰Uninstall People:

Get-AppxPackage *people* | Remove-AppxPackage


đŸ‘‰Uninstall Phone Companion:

Get-AppxPackage *windowsphone* | Remove-AppxPackage


đŸ‘‰Uninstall Photos:

Get-AppxPackage *photos* | Remove-AppxPackage


đŸ‘‰Uninstall Store:

Get-AppxPackage *windowsstore* | Remove-AppxPackage


đŸ‘‰Uninstall Sports:

Get-AppxPackage *bingsports* | Remove-AppxPackage


đŸ‘‰Uninstall Voice Recorder:

Get-AppxPackage *soundrecorder* | Remove-AppxPackage


đŸ‘‰Uninstall Weather:

Get-AppxPackage *bingweather* | Remove-AppxPackage


đŸ‘‰Uninstall Windows Feedback:

This app can't be removed.


đŸ‘‰Uninstall Xbox:

Get-AppxPackage *xboxapp* | Remove-AppxPackage

----------------------------------------------------------------------------------------------------------------------------

How to Add, Delete, Enable, or Disable Startup Items in Windows 10

Description
This utility displays the list of all applications that are loaded automatically when Windows starts up. For each application, the following information is displayed: Startup Type (Registry/Startup Folder), Command-Line String, Product Name, File Version, Company Name, Location in the Registry or file system, and more.
It allows you to easily disable or delete unwanted programs that run in your Windows startup. You can use it on your currently running instance of Windows, as well as you can use it on external instance of Windows in another drive.
WhatInStartup also supports a special "Permanent Disabling" feature - If a program that you previously disabled added itself again to the startup list of Windows, WhatInStartup will automatically detect the change and disable it again.



No comments:

Post a Comment