Disable Cortana for All Users Using Regedit
This guide explains how system administrators can permanently disable Cortana across all user accounts on a Windows machine using the Registry Editor (Regedit). By configuring a machine-wide policy under the local machine registry hive, Cortana will be deactivated for every current and future user profile on the system.
Step-by-Step Instructions
1. Open the Registry Editor as Administrator
- Press
Windows Key + Rto open the Run dialog box. - Type
regeditand pressEnter(or click OK). - If prompted by User Account Control (UAC), click Yes to grant administrative privileges.
2. Navigate to the Windows Search Key
In the Registry Editor, use the left-hand navigation pane to browse to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search
Note: If the Windows Search key does not exist under
Windows: 1. Right-click the Windows
folder. 2. Select New > Key. 3.
Name the new key Windows Search and press
Enter.
3. Create the AllowCortana Value
- Right-click the
Windows Searchkey in the left pane (or right-click in an empty space in the right pane). - Select New > DWORD (32-bit) Value.
- Name the new value
AllowCortanaand pressEnter.
4. Set the Value Data
- Double-click the newly created
AllowCortanaDWORD value. - Ensure the Value data is set to
0to disable Cortana. - Keep the base set to Hexadecimal and click OK.
5. Apply the Changes
To apply the policy to all user accounts, restart the system or
restart the Windows Explorer process: 1. Press
Ctrl + Shift + Esc to open Task Manager. 2. Locate
Windows Explorer in the Processes tab. 3. Right-click
it and select Restart.
Re-enabling Cortana
To re-enable Cortana at any point in the future, navigate back to the
same registry path and either change the AllowCortana value
data to 1 or right-click AllowCortana and
select Delete.