Disable Phone Link integration in the start menu

Start Menu & SearchMinimum Windows Build: 22621Revertible

This will remove the Phone Link integration in the start menu when you have a mobile device linked to your PC.

Code to Apply

Disable Phone Link integration in the start menuRegistry
Windows Registry Editor Version 5.00


; Disable Show mobile device in Start

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Start\Companions\Microsoft.YourPhone_8wekyb3d8bbwe]

"IsEnabled"=dword:00000000

Code to Revert

Enable Phone Link integration in the start menuRegistry
Windows Registry Editor Version 5.00


; Enable Show mobile device in Start

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Start\Companions\Microsoft.YourPhone_8wekyb3d8bbwe]

"IsEnabled"=dword:00000001

Want to combine this with other tweaks?

Open Configurator