zoukankan      html  css  js  c++  java
  • 网络访问时you might not have permission to use this network resource错误解决方法

    今天公司停电,本想一起去和同事们搓麻消磨一下,不巧的是,他们人手刚好,其实这样也好,我可以一心回家来做点事情,
    家里的两台电脑共享时总是有点问题,现在终于有时间可以来处理一下了。

    现状是:
    两台电脑透过HUB共同连线ADSL上Internet,其中一台是Vista,一台是XP-SP2,当我在Vista上访问XP电脑上共享的资源
    时,总是提示我you might not have permission to use this network resource...在网上搜索了一下之后,按照别人的方案
    试了以下步骤,最终OK。

    1)修改注册表

    1. Click Start, click Run, type regedit in the Open box, and then click OK.
    2. Locate and then double-click the following registry subkey:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
    3. In the right pane, double-click restrictanonymous.
    4. Make sure that the value in the Value data box is set to 0, and then click OK.
    5. Close Registry Editor.
    6. Restart the computer.

    或者
    I located the subkey in Regedit, and I found the value of 'restrictanonymous' was 0, then I modified the value of another subkey im same location named 'limitblankpassworduse' and set it to 1, then I could access to this computer.

    You can try this and have a good luck!

    2)在XP的电脑上增加Vista系统使用的帐号
    3)修改Vista电脑群组。
  • 相关阅读:
    jqGrid详解及高级应用(十四)
    ERP存储过程的调用和树形菜单的加载(四)
    IDisposable接口
    SQL调用系统存储过程整理
    Net作业调度-----Quartz.Net
    C#泛型(二)
    ERP通用存储过程封装(三)
    ERP PowerDesigner工具使用(二)
    ERP简介(一)
    jQuery.TreeView插件实现树状导航(十三)
  • 原文地址:https://www.cnblogs.com/dimg/p/1110069.html
Copyright © 2011-2022 走看看