This tutorial will show you how to enable or disable cross device Resume (aka: Hand Off) apps for your account or all users in Windows 11.
Resume (aka: Hand Off) allows you to start something in an app on one device (ex: Android phone) and continue on your PC.
Starting with Windows 11 build 26100.4202 (24H2), you can now seamlessly resume working on OneDrive files from your phone (iOS and Android) on your Windows 11 PC with a single click. With this feature, you will get a notification asking you if you want to pick up where you left off editing a OneDrive file like a Word doc that you last viewed or edited on your phone within a 5-minute time window preceding unlocking your PC.
Here are some important details about how this feature works:
- This feature works only when signing into OneDrive with a Microsoft account. Work and school accounts are not supported. And you need to be using the same Microsoft account signing into OneDrive on your phone and signing into your Windows 11 PC.
- This feature supports Word docs, Excel spreadsheets, PowerPoint presentations, OneNote notebooks/pages, and PDFs.
- The OneDrive file must be opened on your phone when your PC is locked. If you then unlock your PC within 5 minutes of accessing the file on your phone, you will receive the resume notification as noted above.
- For the best experience using this feature, you should be logged into OneDrive in your default browser on your PC.
Starting with Windows 11 build 26200.5761 (Dev 25H2), build 26120.5761 (Beta 24H2), and build 28020.1619 (Canary 26H1), Microsoft is beginning to gradually roll out the ability to seamlessly resume using your favorite apps from your Android phone on your Windows 11 PC to Windows Insiders in the Dev and Beta Channels. To start with, you will be able to resume or continue listening to your favorite Spotify tracks and episodes right from where you left off on the Spotify app on your Android phone.
Starting with Windows 11 build 26220.7271 (Dev and Beta 25H2), Microsoft is excited to share that:
- vivo Android phone users can also now continue your browsing activity from vivo Browser on your phone, onto your default browser on your PC.
- Honor, Huawei, Oppo, Samsung and vivo Android phone users can also now continue online files opened on M365 Copilot app from your phone onto your PC. Word, Excel, and PowerPoint files will open in the respective app on your PC if you have it installed, or if you don’t they’ll open in the default browser on your PC. Note – offline files (stored locally on the phone) are not currently supported.
Contents
- Option One: Turn On or Off Cross Device Resume for All Apps for Current User in Settings
- Option Two: Turn On or Off Cross Device Resume for All Apps for Current User using REG file
- Option Three: Turn On or Off Cross Device Resume for Specific Apps for Current User in Settings
- Option Four: Turn On or Off Cross Device Resume for Specific Apps for Current User in Registry Editor
- Option Five: Enable or Disable Cross Device Resume for All Apps for All Users using REG file
EXAMPLE: A cross-device resume notification indicating that you can continue working across devices seamlessly
Upon clicking on this notification, the same file that you were viewing or editing previously on your phone will open in your default browser on your PC.
1 Open Settings (Win+I).
2 Click/tap on Apps on the left side, and click/tap on Resume on the right side. (see screenshot below)
3 Turn On (default) or Off Resume for what you want. (see screenshot below)
4 You can now close Settings if you like.
1 Do step 2 (on) or step 3 (off) below for what you would like to do.
2 Turn On Cross Device Resume
This is the default setting.
A) Click/tap on the Download button below to download the file below, and go to step 4 below.
Turn_ON_Resume.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CrossDeviceResume\Configuration]
"IsResumeAllowed"=dword:00000001
3 Turn Off Cross Device Resume
A) Click/tap on the Download button below to download the file below, and go to step 4 below.
Turn_OFF_Resume.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CrossDeviceResume\Configuration]
"IsResumeAllowed"=dword:00000000
4 Save the .reg file to your desktop.
5 If you have Smart App Control turned on, you will need to unblock the downloaded REG file.
6 Double click/tap on the downloaded .reg file to merge it.
7 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.
8 You can now delete the downloaded .reg file if you like.
This option requires Resume to be turned on in Option One or Option Two
1 Open Settings (Win+I).
2 Click/tap on Apps on the left side, and click/tap on Resume on the right side. (see screenshot below)
3 Under Control which apps can use Resume, turn On (default) or Off the listed apps (ex: OneDrive or Spotify) you want. (see screenshot below)
4 You can now close Settings if you like.
Turn On or Off Cross Device Resume for Specific Apps for Current User in Registry Editor
This option requires Resume to be turned on in Option One or Option Two
1 Open Registry Editor (regedit.exe).
2 Navigate to the key below in the left pane of Registry Editor. (see screenshot below)
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CrossDeviceResume\Configuration
3 In the right pane of the Configuration key, double click/tap on an app's DWORD value you want to modify it. (see screenshot above)
An app's DWORD value will be listed as: Is<app name>ResumeAllowed.
An example for OneDrive: IsOneDriveResumeAllowed
An example for Spotify: IsSpotifyResumeAllowed
4 Type 1 (on - default) or 0 (off) for what you want in the "Value data" box, and click/tap on OK. (see screenshot below)
5 Repeat steps 3 and 4 for any other app(s) you want to turn on or off allow to use Resume.
6 When finished, you can close Registry Editor if you like.
You must me signed in as an administrator to use this option.
1 Do step 2 (on) or step 3 (off) below for what you would like to do.
2. Enable Cross Device Resume
This is the default setting to allow using Option One, Option Two, Option Three, and Option Four.
A) Click/tap on the Download button below to download the file below, and go to step 4 below.
Default_user-choice_cross_device_resume.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Connectivity\DisableCrossDeviceResume]
"value"=dword:00000000
3. Disable Cross Device Resume for All Users
This will prevent using Option One, Option Two, Option Three, and Option Four.
A) Click/tap on the Download button below to download the file below, and go to step 4 below.
Disable_cross_device_resume_for_all_users.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Connectivity\DisableCrossDeviceResume]
"value"=dword:00000001
4 Save the .reg file to your desktop.
5 If you have Smart App Control turned on, you will need to unblock the downloaded REG file.
6 Double click/tap on the downloaded .reg file to merge it.
7 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.
8 You can now delete the downloaded .reg file if you like.
That's it,
Shawn Brink
Attachments
Last edited:











