此脚本加域后会自动重启电脑,经本人测试可以正常使用。复制下面代码到文本中,填写自己的域名 账号 密码 将txt改成bat 以管理员身份运行 一定要以管理员身份运行 否则报错
@echo off
rem 设置要加入的域信息
set domain= // 域名
set username= //账号
set password= //密码
rem 加入域
echo 正在加入域 %domain%...
powershell.exe -Command "$password = ConvertTo-SecureString '%password%' -AsPlainText -Force; $credential = New-Object System.Management.Automation.PSCredential('%username%', $password); Add-Computer -DomainName '%domain%' -Credential $credential -Restart"
rem 检查加域结果
if %errorlevel% equ 0 (
echo 加入域成功!
) else (
echo 加入域失败。请检查域名。
)
pause
推荐本站淘宝优惠价购买喜欢的宝贝:
本文链接:https://hqyman.cn/post/4361.html 非本站原创文章欢迎转载,原创文章需保留本站地址!
休息一下~~