[Tweaks] Cross Device Resume (#3480)

This commit is contained in:
CodingWonders
2025-08-01 17:56:22 +02:00
committed by GitHub
parent fdee2ea898
commit 91ab12dd7f

View File

@ -3981,5 +3981,23 @@
Write-Host Please sign out and back in, or restart your computer to apply the changes!
"
]
},
"WPFTweaksDisableCrossDeviceResume": {
"Content": "Cross-Device Resume",
"Description": "This tweak controls the Resume function in Windows 11 24H2 and later, which allows you to resume an activity from a mobile device and vice-versa.",
"category": "Customize Preferences",
"panel": "2",
"Order": "a207_",
"Type": "Toggle",
"registry": [
{
"Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\CrossDeviceResume\\Configuration",
"Name": "IsResumeAllowed",
"Value": "1",
"OriginalValue": "0",
"DefaultState": "true",
"Type": "DWord"
}
]
}
}