


Stop or allow this PC to access your mobile device on Windows 11
Microsoft changed the name of Phone Link to Mobile Device in the latest Windows 11 version. This change allows users to control computer access to mobile devices through prompts. This article explains how to manage settings on your computer that allow or deny access from mobile devices.
This function allows you to configure your mobile device and connect it to your computer to send and receive text messages, control mobile applications, view contacts, make phone calls, view the gallery, etc.
Is it a good idea to connect your phone to your PC?
Connecting your phone to your Windows PC is a convenient option to transfer features and media with ease. This is useful for those who need to use their computer when their mobile device is unavailable. It can be connected to mobile devices such as Android smartphones, iPhones and tablets. While this is safe, if anyone else is using the same computer, make sure to disconnect to protect privacy.
How to stop or allow this PC to access your mobile device on Windows 11
To stop or allow this PC to access your mobile device on Windows 11, we recommend the following method:
Let’s look at these methods one by one.
1]Using the Settings app
The Windows 11 Settings app has options to stop or allow your PC to access your mobile device when the option is displayed.
To achieve this step, press the Windows i key combination to open the Settings app, and then select Bluetooth & other devices. On the right, locate and click Mobile devices to expand more options.
To enable the "Allow this computer to access your mobile devices" option, find the corresponding button in the side panel and open it. If this is your first time using this feature, you will be prompted to install Cross Device Experience Host. Please click Install and check the installation progress.
If you want to prevent your computer from accessing your mobile device, follow the steps above and turn off the button next to Allow this computer to access your mobile device.
After stopping or allowing the feature, you can now close the Settings app.
Fix: Phone Link to Android or iPhone stuck
2]Use Registry Editor
You can also make some adjustments to the registry keys to stop or allow this computer to access your mobile devices, such as Android or iPhone.
NOTE: Please make sure you have created a system restore point before continuing. If you make the wrong changes in the editor, your PC may malfunction, and we cannot guarantee that you will resolve such issues. If you know what you are doing, continue with this step.
After that, open the Registry Editor on your PC. You can do this by pressing the Windows button R , then typing regdit and then pressing the Enter key on your keyboard.
In the editor, browse to the following path:
ComputerHKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionMobility
Look for the CrossDeviceEnabled(REG_DWORD) option on the right and double-click it to open it. If you can't find it, you can right-click a space, select DWORD (32-bit) Value, and then name the option CrossDeviceEnabled.
Now, to allow your PC to access your mobile device, double-click on the CrossDeviceEnabled(REG_DWORD) option and change the value data to 1.
If you want to stop the feature, change the value data to 0.
You need to restart your computer for the changes you have made to take effect.
The above is the detailed content of Stop or allow this PC to access your mobile device on Windows 11. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











In Laravel development, dealing with complex model relationships has always been a challenge, especially when it comes to multi-level BelongsToThrough relationships. Recently, I encountered this problem in a project dealing with a multi-level model relationship, where traditional HasManyThrough relationships fail to meet the needs, resulting in data queries becoming complex and inefficient. After some exploration, I found the library staudenmeir/belongs-to-through, which easily installed and solved my troubles through Composer.

Detailed explanation of the design of SKU and SPU tables on e-commerce platforms This article will discuss the database design issues of SKU and SPU in e-commerce platforms, especially how to deal with user-defined sales...

To install Laravel, follow these steps in sequence: Install Composer (for macOS/Linux and Windows) Install Laravel Installer Create a new project Start Service Access Application (URL: http://127.0.0.1:8000) Set up the database connection (if required)

Installing Git software includes the following steps: Download the installation package and run the installation package to verify the installation configuration Git installation Git Bash (Windows only)

Git is a distributed version control system designed to track code changes and allow collaborative development. It enables developers to document project evolution, manage code merges, and maintain project history in an efficient and secure way. Through Git's distributed architecture, each developer has a complete copy of the project and performs common version control operations without communicating with a central server.

Cryptocurrency market turmoil has intensified, and Cardano (ADA) has fallen below key support levels, raising concerns among investors. This article will analyze the recent performance of ADA and compare the strong growth momentum of another cryptocurrency, Coldware (COLD). ADA prices have continued to decline in the past five months, falling below the $0.61 support level on April 7, 2025, triggering volatility in the overall cryptocurrency market. At the same time, Coldware (COLD)'s pre-sale performed well, with financing of US$2.4 million in the second phase. So, what are the advantages of Coldware compared to Cardano? Coldware rises against the trend. In the same market environment where ADA prices fall, Coldware(C

Git Software Installation Guide: Visit the official Git website to download the installer for Windows, MacOS, or Linux. Run the installer and follow the prompts. Configure Git: Set username, email, and select a text editor. For Windows users, configure the Git Bash environment.

Discussion on the reasons why JavaScript cannot obtain user computer hardware information In daily programming, many developers will be curious about why JavaScript cannot be directly obtained...
