Windows News and info 15th Anniversary 2009-2024

Windows 11 | Windows 10 News on these iconic operating systems. => Windows 10 Help | How To & Fixes | Tips & Tricks => Topic started by: javajolt on May 30, 2021, 09:45:26 PM

Title: How to Uninstall and Reinstall Cortana on Windows 10
Post by: javajolt on May 30, 2021, 09:45:26 PM
(http://i.postimg.cc/6QncBPWM/How-to-Uninstall-Reinstall-Cortana-on-Windows-10-lede.png)
Microsoft’s Windows 10 virtual assistant, Cortana, isn’t for everybody. The feature is easy to disable but tricky to delete. Here’s how to remove Cortana completely from your Windows 10 PC.

Requirements

Removing Cortana from your computer isn’t as straightforward as using the Settings app. On earlier versions of Windows 10, if you deleted Cortana, you’d also end up removing Windows Search and breaking the Windows Start menu.

Luckily, Microsoft made it possible to properly delete Cortana from Windows with the Windows 10 May 2020 Update (version 2004). So, before getting started, make sure that you’re running Windows 10 version 2004 or higher.

You can see your current Windows version by opening Settings and navigating to System > About, and then scrolling down and reading the “Version” of Windows that you’re running. If the number is “2004” or higher, you’re good to go. Otherwise, don’t attempt to remove Cortana without updating first.

How to Uninstall Cortana in Windows 10

Since you can’t uninstall Cortana like another app, you’ll need to open Windows PowerShell and run a special command to do it. You can remove Cortana just for yourself or for every account on your computer.

To launch PowerShell, open the Start menu and type “PowerShell.” When the PowerShell icon appears, click “Run as administrator” in the right panel to run it with administrative privileges.

(http://i.postimg.cc/QMw9CNtD/Type-Power-Shell-in-Windows-Search-to-Open-it.png)

When the PowerShell window opens, type the following command in the window (or copy and paste it there) and press Enter to remove Cortana only for the current user:

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

(http://i.postimg.cc/qRcJrp6j/Type-in-Cortana-Deleting-Command-in-Power-Shell-for-current-user.png)

After running the command, you’ll see an empty command prompt on the next line. If you don’t see any error messages, then the process has worked.

If you want to remove Cortana for all users, type (or paste) this command and press Enter:

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

(http://i.postimg.cc/0jrBffvD/Type-the-command-to-delete-cortana-for-all-users-in-Power-Shell.png)

After that, close PowerShell. If you open the Start menu and use Windows Search to look for Cortana, then it won’t appear as a System app in the search results.

How to Reinstall Cortana in Windows 10

If you change your mind later, you might want to reinstall Cortana on your computer. Luckily, reinstalling Cortana is a much more user-friendly process that involves the Microsoft Store.

To get started, click Start, type “Microsoft Store,” and press Enter.

(http://i.postimg.cc/9QPJyS9s/Search-for-Microsoft-Store-in-Windows-Search.png)

When Microsoft Store opens, click the “Search” button on the upper-right corner of the window and type “Cortana,” and then select “Cortana” from the search results.

(http://i.postimg.cc/QxGz5cP9/Click-Search-Button-to-Search-for-Cortana-in-Microsoft-Store.png)

On the Cortana app page, click the “Get” button.

(http://i.postimg.cc/ncG3DgBg/Click-the-Get-button-to-add-Cortana-app-to-your-library.png)

After that, click “Install,” and the Microsoft Store will install Cortana on your computer.

(http://i.postimg.cc/zGPSwrBt/Click-Install-button-to-install-Cortana-app-on-your-computer.png)

After a moment, the “Install” button will change into a “Launch” button when Cortana has been installed completely. When you see that, you’re free to close the Microsoft Store.

To launch Cortana, click Start, type “Cortana” in the Windows Search, and press Enter.

(http://i.postimg.cc/T3hn349r/Type-Cortana-in-the-Windows-Search-and-Press-Enter.png)

If necessary, sign in to Cortana using your Microsoft account, and you’re ready to go!

Quote
Tip: If you can’t sign in, switch to a local user account and restart your computer. Once you’ve signed in, switch back to your Microsoft Account to sign in to Windows. This trick should let you log in to Cortana with your Microsoft Account.

That’s it. Using the methods described above, you can get rid of Cortana and bring it back whenever you want.

source (http://www.howtogeek.com/728558/how-to-uninstall-and-reinstall-cortana-on-windows-10/)