摘要:
利用BAT脚本加入域和退出域 Web技术之家_www.waweb.cn加入域的脚本: @echo off netdom join %computername% /domain:test.com /UserD:user /PasswordD:pass /REBoot:5 退出域的脚本: @echo off netdom remove %computername% /domain:test.com... 阅读全文
posted @ 2009-11-05 11:21
笨笨笨笨
阅读(336)
评论(0)
推荐(0)
浙公网安备 33010602011771号