- 热门文章:
- · 解决IP地址冲突的完美方法
- · 免费电影与在线视频大搜捕
- · 跳板的隐藏
- · MITM攻击 In Proxy
- · 邮件地址保护有巧招
- · Linux下管理磁盘存储区从原理到技巧
- · Windows 2000系统下关闭端口的方法与思路
- · WinXP中的空连接
- · BitTorrent(BT)种子制作教程
- · 路由器端QQ封堵方案
- · 软件路由器使用经典十问
- · 监控和保护Linux下进程安全
上一篇:代理中的“中间人”攻击 >>
更改客户端administrator密码的几种方法
一,how to use the cusrmgr.exe tool to change administrator account password on multiple computers
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
to run this .bat file successfully, the user must have administrative privileges on \\pc1, \\pc2, and \\pc3. also, note that you must use a capital p for the -p switch, because a lowercase p sets the account password to a random string.
how to rename the local administrator account and change the password
note: in the following example, the .bat file is named example2.bat.
the following .bat file will rename the local administrator account on \\pc1 to pc1admin and change the password to a random string.
cusrmgr.exe -u administrator -m \\pc1 -r pc1admin -p
to run this .bat file successfully, the user must have administrative privileges on \\pc1. the .bat file will rename the user account, and then change its password.
这个命令不太适合域环境下大批量用户使用,使用这个命令的时候,一定要注意p这个参数大小写的区别
二,组策略中启动脚本
在启动脚本里面可以调用一个bat文件,bat文件内容可以如下:net user administrator test
这个script脚本默认是隐藏起来的,存放在c:\windows\system32\grouppolicy\machine\scripts\startup下(由于条件受限,我都是在自己的机器上测试,同样适用于域环境)
缺点就是用户可以看到这个隐藏的文件,在高安全的环境下可能有点欠缺
三,组策略-管理模板-系统-登陆-“在用户登陆时运行这些程序”
显示-添加命令即可
()
下一篇:解决IP地址冲突的完美方法 >>
相关文章:
- · 深度解析注册表修复不成功的原因
- · F1~F12在Windows系统中的作用
- · Longhorn的优化及注意事项
- · 内网BitComet下载提速方案
- · Q-ZONE技巧大放送
- · Win XP系统中你不可不知的事
- · 为你的右键菜单“瘦身”
- · 利用QQ邮件发网页木马的小技巧
- · 10大国外代理服务器网站
- · 数据库设计经验谈
- · 数秒钟之内破解MySQL的MD5函数
- · Win 2K动态DNS的安全考虑
- · Windows XP六招最新应用技巧
- · FTP基础知识及模式精解
- · 映射网络驱动器的使用
- · 网络传输速度慢的故障解决
- · Linux磁盘存储区管理原理与技巧
- · 浏览缺德网站的后遗症——全方位渗透
- · 常抱怨不能BT下载和下载速度慢的人进来
- · 装机过程中10大常规性错误
- · 使用Windows 2003 终端服务连接到并隐藏控制台会话
- · 隐藏在XP中的28个秘密武器
- · Windows快捷键大全
- · WinRAR九大不传密技
- · 利用ICMP请求报文探测主机操作系统
- · 判断Web数据库方式的一个小经验
- · 在无人参与安装模式下执行干净安装WINXP
- · Linux内核初始化过程简要介绍
- · 妙用Regsvr32命令修复系统故障
- · 再谈Windows NT/2000内部数据结构
- · 全面了解Windows系统鲜为人知的宝藏
- · 有关IPSec的一些基础知识
- · 利用google半秒破500網
- · 俗人俗语谈技术之FTP技术
- · 分布式系统的运营安全
- · Linux 2.2.X进程管理分析及最大进程数限制的突破
- · 网络软件在多操作系统中的共享
- · Windows系统中隐藏驱动器
