AndyMHancock
Member
- Local time
- 3:15 PM
- Posts
- 3
- OS
- Windows 11
I get a banner to the right of the Start Menu inviting me to "Access your mobile device here", with the options "Android" and iPhone

I have Microsoft Windows 11 Pro. I tried the following to remove it, to no avail. What is can I do?
Uninstalled Phone Link app
From elevated PowerShell:
Get-AppxPackage -AllUsers Microsoft.YourPhone | Remove-AppxPackage
Note: Phone Link has never showed up under Installed Apps or from a Start Menu search, so it may not have been installed to begin with.
Registry suppression (HKCU)
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v Start_AccountNotifications /t REG_DWORD /d 0 /f
Group Policy / Registry (Cloud Content)
* Turns off Microsoft consumer experiences
From elevated CMD shell, enter the following and reboot:
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\CloudContent" /v DisableConsumerFeatures /t REG_DWORD /d 1 /f
Key Findings
* The banner is not tied to the Phone Link app’s presence.
* My Windows build seems to treat the mobile sidebar as a core Start Menu feature.

I have Microsoft Windows 11 Pro. I tried the following to remove it, to no avail. What is can I do?
Uninstalled Phone Link app
From elevated PowerShell:
Get-AppxPackage -AllUsers Microsoft.YourPhone | Remove-AppxPackage
Note: Phone Link has never showed up under Installed Apps or from a Start Menu search, so it may not have been installed to begin with.
Registry suppression (HKCU)
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v Start_AccountNotifications /t REG_DWORD /d 0 /f
Group Policy / Registry (Cloud Content)
* Turns off Microsoft consumer experiences
From elevated CMD shell, enter the following and reboot:
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\CloudContent" /v DisableConsumerFeatures /t REG_DWORD /d 1 /f
Key Findings
* The banner is not tied to the Phone Link app’s presence.
* My Windows build seems to treat the mobile sidebar as a core Start Menu feature.
My Computer
System One
-
- OS
- Windows 11
- Computer type
- Laptop









