How to Disable Miracast Using Regedit
This guide provides a straightforward walkthrough on how to disable Miracast wireless projection on a Windows system using the Registry Editor (Regedit). Disabling this feature prevents your computer from functioning as a wireless display receiver, which is useful for enhancing network security, enforcing workplace device policies, or preventing unauthorized screen-casting connections.
Step-by-Step Guide to Disable Miracast
- Open the Registry Editor
- Press
Windows Key + Rto open the Run dialog box. - Type
regeditand press Enter or click OK. - Click Yes if prompted by User Account Control (UAC).
- Press
- Navigate to the Connect Policy Key
In the address bar at the top of the Registry Editor, paste the following path and press Enter:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\ConnectNote: If the
Connectfolder (key) does not exist underWindows, right-click on theWindowskey, select New > Key, and name itConnect.
- Create and Configure the Value
Right-click on the
Connectkey in the left pane (or in any empty space in the right pane).Select New > DWORD (32-bit) Value.
Name the new value:
AllowProjectionToPCDouble-click
AllowProjectionToPC.Set the Value data to
0and make sure the Base is set to Hexadecimal.Click OK.
- Restart Your Computer
- Close the Registry Editor.
- Restart your PC to apply the changes.
How to Re-Enable Miracast
If you need to restore Miracast wireless projection capability in the future:
- Open
regeditand navigate back toHKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Connect. - Double-click
AllowProjectionToPCand change the Value data to1, or right-click theAllowProjectionToPCentry and select Delete. - Restart your computer.