为什么Windows 11上没有剪贴板用户服务?

为什么Windows 11上没有剪贴板用户服务?

在 Windows 10 中,有一个名为“剪贴板用户服务”的服务,用于cbdhsvc管理剪贴板。在 Windows 11 中,此服务不再存在

PS> Get-Service -DisplayName 'clip*'

PS>

和注册表项dll似乎仍然存在,但为什么服务不再存在?

PS> Test-Path $env:SystemRoot\System32\cbdhsvc.dll
True

PS> Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Services\cbdhsvc


DelayedAutoStart   : 1
Description        : @%SystemRoot%\system32\cbdhsvc.dll,-101
DisplayName        : @%SystemRoot%\system32\cbdhsvc.dll,-100
ErrorControl       : 1
FailureActions     : {128, 81, 1, 0...}
ImagePath          : C:\WINDOWS\system32\svchost.exe -k ClipboardSvcGroup -p
ObjectName         : LocalSystem
RequiredPrivileges : {SeImpersonatePrivilege}
ServiceSidType     : 1
Start              : 2
Type               : 96
UserServiceFlags   : 2
PSPath             : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\cbdhsvc
PSParentPath       : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
PSChildName        : cbdhsvc
PSDrive            : HKLM
PSProvider         : Microsoft.PowerShell.Core\Registry

答案1

在我的 Windows 11 机器上,完整服务中:

cbdhsvc_56f4c 此用户服务用于剪贴板场景

在不同机器上,它可能以几种不同的方式出现。这是我的台式 Windows 11 机器

剪贴板服务

相关内容