该问题由UAC机制引起,可尝试如下方案:

以管理员身份打开Powershell,运行:

New-ItemProperty -Path "registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" -Name "EnableLinkedConnections" -Value 1 -PropertyType "DWord"

 

相关文章:

  • 2022-12-23
  • 2021-11-27
  • 2021-09-25
  • 2022-01-02
  • 2021-10-10
  • 2021-11-13
  • 2022-01-11
  • 2022-01-01
猜你喜欢
  • 2021-11-03
  • 2021-11-03
  • 2021-11-03
  • 2022-12-23
  • 2021-05-03
  • 2021-11-03
相关资源
相似解决方案