http://lsslab.blogspot.com/2009/04/windows-windows-xp.html
-------------------------------------------------------------------------
wmic.exe ComputerSystem Where Name="%ComputerName%" Rename Name="NewComputerName"
wmic.exe 是 wmi 的命令列版本,用起來應該是沒有後遺症的。為了節省打字的時間,我把他改寫成批次檔 s.bat 放在 c:\:
wmic.exe ComputerSystem Where Name="%ComputerName%" Rename Name="stu-%1"
於是,整個步驟化簡成:
Win+R > \s 01
01 是電腦編號, s 01 就把電腦重新命名為 stu-01 了。
沒有留言:
張貼留言