zoukankan      html  css  js  c++  java
  • How to enable Plain Text Password

    Problem:

    I need to enable plain text password in Windows XP Home to map to Y: drive. How do I do it?

    Solution:

    To enable plain text password in Windows XP Home, do the following:

    Note: Making mistakes in the registry can be detrimental to your computer. Please take extreme caution when going into the registry. ISU is not responsible for any damage to your operating system resulting from the use of these instructions.

    1. Click Start.
    2. Select Run.
    3. Put in regedit in the field.
    4. Click the plus next to HKEY_LOCAL_MACHINE.
    5. Click the plus next to System.
    6. Click the plus next to CurrentControlSet.
    7. Click the plus next to Services.
    8. Click the plus next to LanmanWorkStation.
    9. Click the plus next to parameters.
    10. Right click on an empty space in the right window.
    11. Select New.
    12. Select DWORD Value.
    13. Change the name of the new item called New Value #1.
    14. Call it (exactly as it appears): EnablePlainTextPassword.
    15. Right click on EnablePlainTextPassword.
    16. Select Modify.
    17. Value Data: = 1
    18. Select Hexadecimal.
    19. Click OK.
    20. Select Registry.
    21. Select Exit to close the Registry Editor window.
    22. Restart your computer of the changes to take effect.
  • 相关阅读:
    RabbitMQ之Exchange(五)
    java classpath详解
    RabbitMQ之软件安装(一)
    RabbitMQ之概念介绍(二)
    RabbitMQ实战之Hello World(三)
    logback 控制台 自定义颜色
    hashmap
    linux学习记录 常用指令大全
    72.40个Android面试题(转载)
    break 的一个“高级用法”(转)
  • 原文地址:https://www.cnblogs.com/licheng/p/1252736.html
Copyright © 2011-2022 走看看