: 請問除了透過底下指令取得資訊外,還有更快的方式嗎?: 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. 這要如何解呢 謝謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 211.74.246.181※ 文章網址: http://www.ptt.cc/bbs/Windows/M.1409790929.A.046.html※ 編輯: piligo (211.74.246.181), 09/04/2014 08:44:14
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.