解决Win8下使用net use命令磁盘映射无效的问题

时间:2014-05-26 23:14:45   收藏:0   阅读:825

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

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

bubuko.com,布布扣
New-ItemProperty -Path "registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" -Name "EnableLinkedConnections" -Value 1 -PropertyType "DWord"
bubuko.com,布布扣

 

解决Win8下使用net use命令磁盘映射无效的问题,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!