
CODE: [Copy to clipboard]wmic computersystem where "name='%computername%'" call rename "hhasee"
CODE: [Copy to clipboard]@echo off
set /p new=请输入新的名字:
wmic computersystem where "name='%computername%'" call rename "%new%"


| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |