当前位置: 首页 > 图文教程 > 操作系统 > Windows > DOS环境下破除WindowsXP登陆密码

Windows
Windows Server 2008下高效域管理体验
Windows Server 2008 core管理与配置
Windows PowerShell不一样的系统管理体验
活动目录迁移需要的步骤
给Windows Server 2008设一个简单密码
部署NAP For DHCP 限制非法客户端
Windows Remote Shell(WinRM)使用介绍
微软新品Windows Server 2008 Foundation详情
Windows Server Core 网络的基本配置
Windows Server core的便捷操作和远程管理
Vista和Server08 SP2 RTM-Escrow发放给测试者
slmgr.vbs介绍与VA2.0部署
通过Windows Server终端服务实现远程管理
深入Windows Server 2008的自我监控
群集共享卷文件(CSV)四种模式的区别
Windows Server 2008 R2热添加删除虚拟存诸
部署基于Windows 2008防火墙策略提升域安全
调整服务 解决Windows Server 2008疑难病症
Windows Server 2008 R2的八大优势
Windows Server 2008禁止模块安装提升网络性能

DOS环境下破除WindowsXP登陆密码


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2010-01-16   浏览: 49 ::
收藏到网摘: n/a

用DOS启动,在命令行里把system32\config的SAM换一个就可以了,输入:

del c:\windows\system32\config\sam

copy c:\windwos\repair\sam (有个空格)c:\windows\system32\config

  然后重启进入Windows,有个提示不要管他,点击确定,这样就能进入系统了。

  如果是Windows2000就用:

del c:\windows\system32\config\sam

  就可以了。如果是用Administrator用户这样就可以了,但要是用其他用户就要启动时按住“F8”选“带命令行安全模式”,然后用这个:

net user 你以前创的用户名 新密码

  例如:用户名是hades,我想把密码改成123456,那么就是:

net uset hades 123456

  如果不清楚有哪些用户名可以用“net user”来查看。