解决Win8下使用net use命令磁盘映射无效的问题
2020-12-13 01:37
阅读:296
标签:style c class blog code java 该问题由UAC机制引起,可尝试如下方案: 以管理员身份打开Powershell,运行: 解决Win8下使用net use命令磁盘映射无效的问题,搜素材,soscw.com 解决Win8下使用net use命令磁盘映射无效的问题 标签:style c class blog code java 原文地址:http://www.cnblogs.com/-U2-/p/3745050.html
New-ItemProperty -Path "registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" -Name "EnableLinkedConnections" -Value 1 -PropertyType "DWord"
评论
亲,登录后才可以留言!