问题: 小米盒子,iPhone (OS 10.2) 无法访问 Win 1o共享 解决方案: 原文链接 http://www.dedoimedo.com/computers/windows-10-network-share-access.html 原文: ----- Updated: February 18, 2015 Your problem might be as follows. You have recently upgraded your Windows 10 Preview to…
非常懂如何修改权限的可以尝试,否则老老实实地重新注册的系统的.dll文件 重新注册方法如下: WIN+R下输入命令: cmd /c for %i in (%windir%\system32\*.dll) do regsvr32.exe /s %i cmd /c for %i in (%windir%\system32\*.ocx) do regsvr32.exe /s %i 此操作(主要是第一行命令)需要一些时间,耐心等待就行.…