@echo off title System-Info OS %date% set temp=%windir%\temp set rp=report.htm wmic os GET /Format:hform:"title=Betribssystem"> %temp%\%rp% wmic Qfe get Description, installedBy /FORMAT:htable:"sortby=Description":"title=Service Packs und Updates......" >>%temp%\%rp% wmic userAccount WHERE LocalAccount=true GET Name, SID/FORMAT:htable:"sortby=name":"title=Locale Benuterkonten........." >> %temp%\%rp% wmic product GET Caption /Format:htable:"sortby=Caption":"title=Installierte Software........." >>%temp%\%rp% %temp%\report.htm