wordpress   发布时间:2022-04-02  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了windows-server-2003 – 远程重置本地管理员密码大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

概述

回到 Windows 2000,我记得能够使用 MS KB 272530中的以下命令重置和更改远程工作站上的本地管理员密码: The following .bat file will change the local administrator password to newpass on the \\pc1, \\pc2, and \\pc3 computers: cusrmgr.exe
回到 Windows 2000,我记得能够使用 @L_944_1@中的以下命令重置和更改远程工作站上的本地管理员密码:
The following .bat file will change the local administrator password to newpass 
on the \\pc1,\\pc2,and \\pc3 computers: 

cusrmgr.exe -u Administrator -m \\pc1 -P newpass
cusrmgr.exe -u Administrator -m \\pc2 -P newpass
cusrmgr.exe -u Administrator -m \\pc3 -P newpass

但是,此命令似乎在Windows 2003或2008中不起作用.

是否有一种新方法可以让我更改远程工作站上的本地管理员密码,类似于cusrmgr命令?

找到答案:

PsTools下载PsPasswrd.exe.

效果很好:-)

http://technet.microsoft.com/en-us/sysinternals/bb897543.aspx

大佬总结

以上是大佬教程为你收集整理的windows-server-2003 – 远程重置本地管理员密码全部内容,希望文章能够帮你解决windows-server-2003 – 远程重置本地管理员密码所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。