:: Startup & software wmic startup list brief wmic product get name,version
:: Remote query wmic /node:"PC01" /user:"Admin" /password:"pass" os get caption wmic windows xp
wmic [command] [get|set|call] [parameters] Once inside the wmic:root\cli> prompt: :: Startup & software wmic startup list brief
wmic /namespace:\\root\default path softwarelicensingproduct get name (Limited on XP – better to check registry manually) You can query another Windows XP machine on the same network (requires admin credentials and firewall exceptions): wmic windows xp