DOS环境巧妙破除WindowsXP登陆密码

用DOS启动,在命令行里把system32\config的SAM换一个就可以了,输入:
del c:\windows\system32\config\sam xu249208605 51cto技术博客
copy c:\windwos\repair\sam (有个空格)c:\windows\system32\config xu249208605 51cto技术博客
  然后重启进入Windows,有个提示不要管他,点击确定,这样就能进入系统了。 xu249208605 51cto技术博客
  如果是Windows2000就用: xu249208605 51cto技术博客
del c:\windows\system32\config\sam xu249208605 51cto技术博客
  就可以了。如果是用Administrator用户这样就可以了,但要是用其他用户就要启动时按住“F8”选“带命令行安全模式”,然后用这个: xu249208605 51cto技术博客
net user 你以前创的用户名 新密码 xu249208605 51cto技术博客
  例如:用户名是hades,我想把密码改成123456,那么就是: xu249208605 51cto技术博客
net uset hades 123456 xu249208605 51cto技术博客
  如果不清楚有哪些用户名可以用“net user”来查看。 xu249208605 51cto技术博客
出自 51CTO.COM博客

你可能感兴趣的:(windows,职场,dos,XP,休闲)