Britec Tech Support Forum

Full Version: A Really cool script for getting rid of Cortana
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I picked this up off Bleeping Computer forum, another forum I am a part of. Thought ...this may be video worthy!
Command Prompt (as administrator)

Original Post by Jenae (otherwise known as Paul, an original Windows code writer that worked with Bill Gates)--  https://www.bleepingcomputer.com/forums/t/700466/removing-cortana/

reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v AllowCortana /t REG_DWORD /d 0 /f

reg add "HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\Fi​rewallRules" /v "{2765E0F4-2918-4A46-B9C9-43CDD8FCBA2B}" /t REG_SZ /d "BlockCortana|Action=Block|Active=TRUE|Dir=Out|App=C:\windows\systemapps\microsof​t.windows.cortana_cw5n1h2txyewy\searchui.exe|Name=Search and Cortana application|AppPkgId=S-1-15-2-1861897761-1695161497-2927542615-642690995-327840285-2659745135-2630312742|" /f

reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v BingSearchEnabled /t REG_DWORD /d 0 /f
thank you for sharing