2022年自动加域脚本改计算机名加域加用户到本地管理员组文件 .pdf
《2022年自动加域脚本改计算机名加域加用户到本地管理员组文件 .pdf》由会员分享,可在线阅读,更多相关《2022年自动加域脚本改计算机名加域加用户到本地管理员组文件 .pdf(6页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、一共有三个脚本。第一个是改计算机名然后重启。第二个是加域和加用户账号到本地管理员组。第三个是删除痕迹和重启这里计算机名的命名方法是:cis+domainaccount+00(site 简写+用户账号+用户第几台计算机,可以根据需要调整计算机名你只需要运行第一个脚本changename.vbs 然后会弹出一个窗口叫你输入计算机名。余下的就有脚本帮你完成了。changename.vbs*Description:Change computer name reboot the system and auto login system with administrator author:Btime :0
2、8/30/2010 *Option Explicit On Error Resume Next Const HKEY_LOCAL_MACHINE=&H80000002 Dim strComputer Dim newComputerName Dim strKeyPath Dim strKeyPathTCPIP Dim objReg Dim objSysInfo Dim computerPath Dim arrDirectoryLocation()Dim i Dim strLocation Dim ouPath strComputer=.strKeyPath=SYSTEMCurrentContro
3、lSetControlComputerName strKeyPathTCPIP=SYSTEMCurrentControlSetServicesTcpipParameters Set objReg=GetObject(WinMgmts:impersonationLevel=Impersonate!&_ strComputer&rootdefault:StdRegProv)Set ShellObj=WScript.CreateObject(WScript.Shell)名师资料总结-精品资料欢迎下载-名师精心整理-第 1 页,共 6 页 -*make the script run one when
4、system start ShellObj.RegWrite HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRunOnceaddtodomain,c:windowsaddtodomain.vbs Set FSO=WScript.CreateObject(Scripting.FilesystemObject)*copy files to local FSO.CopyFile addtodomain.vbs,c:windowsaddtodomain.vbs Set NetObj =WScript.CreateObject(WScri
5、pt.Network)WinDir=FSO.GetSpecialFolder(0)SysDir =FSO.GetSpecialFolder(1)On Error Resume Next WinPass=HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon Call changeRegInfo(newComputerName)Call AutoLogon Call shutdown*FUNCTIONS*Function changeRegInfo(newComputerName)newComputerName=In
6、putBox(inpute your computer name)objReg.DeleteValue HKEY_LOCAL_MACHINE,strKeyPathTCP,Hostname objReg.DeleteValue HKEY_LOCAL_MACHINE,strKeyPathTCP,NV Hostname objReg.SetStringValue HKEY_LOCAL_MACHINE,strKeyPath&ComputerName,_ ComputerName,UCase(newComputerName)objReg.SetStringValue HKEY_LOCAL_MACHINE
7、,strKeyPath&ActiveComputerName,_ ComputerName,UCase(newComputerName)objReg.SetStringValue HKEY_LOCAL_MACHINE,strKeyPathTCPIP,Hostname,LCase(newComputerName)objReg.SetStringValue HKEY_LOCAL_MACHINE,strKeyPathTCPIP,NV Hostname,LCase(newComputerName)End Function*Dim objFso Set objFso=WScript.CreateObje
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 2022年自动加域脚本改计算机名加域加用户到本地管理员组文件 2022 自动 脚本 计算机 名加域加 用户 本地 管理员 文件
限制150内