Uninstall Cortana Windows 10

18,093

Before you begin it should be noted that this breaks search function with regular search bar, BUT if you use a Start Replacement like I do, Star10, You will still have a working search function.

Via WinAero(Detailed guide, not Direct DL Link) Just download the Zip (Uninstall_Cortana_[winaero.com]_1802.zip) and Run the CMD (Uninstall Cortana.cmd) as Admin.

The zip contains 2 files:

install_wim_tweak.exe
Uninstall Cortana.cmd

It is free, install_wim_tweak.exe can also be gotten from Legolash2o's page linked below and you could create your own CMD if you are leary of running downloaded CMD's as Admin.............

Read Article, apparently it is hard to reinstall!

"Behind this trick is an application called WIMTweak which manages Windows Packages and allows you to hide/unhide them from the Windows image (WIM) file. It works on offline images as well as online. WIMTweak was created by MSFN user Legolash2o, so credits for this awesome tool go to him." --WinAero

Legolash2o's page @ MSFN with more details on WIMTweak

The Contents of the CMD are: (But most of the Magic happens with WIMTweak)

@echo off
cd /d "%~dp0"
echo Uninstalling Cortana...
CLS
install_wim_tweak.exe /o /l
install_wim_tweak.exe /o /c Microsoft-Windows-Cortana /r
install_wim_tweak.exe /h /o /l
echo Cortana should be uninstalled. Please reboot Windows 10.
pause

The source code for install_wim_tweak.exe has been posted on GitHub by another user @ https://github.com/shiitake/win6x_registry_tweak

Share:
18,093

Related videos on Youtube

FreeSoftwareServers
Author by

FreeSoftwareServers

Check out FreeSoftwareServers.com for more information

Updated on September 18, 2022

Comments

  • FreeSoftwareServers
    FreeSoftwareServers almost 2 years

    How do I UNINSTALL Cortana, not "disable" it.

    Disabling Cortana and Uninstalling Cortana are very different things...

    My main concern is Windows magically "re-enabling" Cortana if I disable her vs if she is removed it may be harder/less likely for Windows to re-enable/start Cortana.

    See -->

    Disable Windows program without uninstalling

    Are disabling and uninstalling software "XY" the same question aka duplicate?

    How to Disable Cortana has many answers in the marked duplicate, but I would love to see this thread re-opened as a separate thread for people whom want to completely delete/uninstall/remove etc Cortana from their Windows System.

  • Thalys
    Thalys almost 9 years
    Should the link go down, we'll never ever know what "the Zip" was.
  • Thalys
    Thalys almost 9 years
    You could at least say what the zip is called, and what it does etc. Right now, quite literally there's no clue to what is behind the link
  • Don Simon
    Don Simon almost 9 years
    You ask and answer your own question, with a mystery zip file?
  • Thalys
    Thalys almost 9 years
    Heh. I'm not quite sure what to do with this. I suppose its a viable solution if you know what install_wim_tweak is and you trust it and you don't accidentally it if was legitimate. However this sort of thing is how you sometimes break a system completely. I'd rather leave the comments in place and let folk decide whether they want to do it. It isn't spam, its just a potentially bad idea that may or may not break a system. YMMV, caveat emptor and do at your own risk.
  • shiitake
    shiitake over 6 years
    This isn't my code but I've added the install_win_tweak source to github for future reference: github.com/shiitake/win6x_registry_tweak