Britec Tech Support Forum
A Really cool script for getting rid of Cortana - Printable Version

+- Britec Tech Support Forum (https://briteccomputers.co.uk/forum)
+-- Forum: Members Area (https://briteccomputers.co.uk/forum/forumdisplay.php?fid=53)
+--- Forum: Youtube Video Request for Britec (https://briteccomputers.co.uk/forum/forumdisplay.php?fid=43)
+--- Thread: A Really cool script for getting rid of Cortana (/showthread.php?tid=5020)



A Really cool script for getting rid of Cortana - PaulIIII - 07-06-2019

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


RE: A Really cool script for getting rid of Cortana - WinXPto10 - 07-08-2019

thank you for sharing