※ 引述《piligo (霹靂狗)》之銘言:: : 請問除了透過底下指令取得資訊外,還有更快的方式嗎?: : systeminfo | findstr /B /C:"作業系統名稱" /C:"作業系統版本": : 因為systeminfo還要等待蒐集資料,不知是否有其他指令可以快速撈出: : 就算採用第三方工具也可以接受: : → danny8376 : 用WMI去撈 09/04 03:47: 感謝提供資訊,快速撈出系統版本 wmic os get caption,csdversion: 但是我想加抬頭: for /f %%a in ('wmic os get caption,csdversion') do echo 系統版本:%%a: 卻出現Invalid GET Expression.: 這要如何解呢: 謝謝 在CMD測了一下 for /f "skip=1 tokens=1-8" %a in ('"wmic os get caption, csdversion"') do echo 系統版本: %a %b %c %d %e %f %g %h 您再排版試試 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 123.193.201.133※ 文章網址: http://www.ptt.cc/bbs/Windows/M.1409825100.A.98A.html
This entry passed through the Full-Text RSS service - if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.
You are receiving this email because you subscribed to this feed at blogtrottr.com.