Skip to main content

systeminfo command

More
20 years 4 months ago #2153 by Neon
systeminfo command was created by Neon
I'm bored so I'll just say that if your bored as well... open command prompt (I use Windows XP, I don't know what other versions it will work in, I should work with 2k but don’t know about 9x versions) then type systeminfo

You will get a list of some basic info ie

Host Name
OS Name
OS Version
...
...
Processors
BIOS Version
Windows Directory
System Directory
Boot Device
...
...
Hotfixes Installed
NetWork Cards


So if you want a list of info your windows system can give you without crashing use systeminfo...

Also if it doesn’t work for you (and you are using Windows XP) it relies on a certain service to run.. From memory I think it is the 'Event Log' service


Well that relieved my boredom for 5 minutes :D
More
20 years 4 months ago #2154 by sahirh
Replied by sahirh on topic Re: systeminfo command
Just when I thought I knew everything.....

Sahir Hidayatullah.
Firewall.cx Staff - Associate Editor & Security Advisor
tftfotw.blogspot.com
More
20 years 4 months ago #2155 by jackeen
Replied by jackeen on topic Re: systeminfo command
nice one neon,

its all about the little things :D
More
20 years 4 months ago #2156 by sahirh
Replied by sahirh on topic Re: systeminfo command
The nicest part is that you can log the output to a text file :
c:\> systeminfo >> test.txt

Since it shows hotfixes applied etc, it would make a nice addition to a script that tells you which machines need updating.. just get it to send the textfile to a network share and give it a specific name, and you've got a little inventory of your hardware !

Sahir Hidayatullah.
Firewall.cx Staff - Associate Editor & Security Advisor
tftfotw.blogspot.com
More
20 years 4 months ago #2160 by Neon
Replied by Neon on topic Re: systeminfo command
Yeah I use that command for keeping track of 30 computers actually. It's got nice basic info, the IP address of the machine and most importantly the hotfixes install which of course is what I use :)


I put this info in a startup script, all the computers have a mapped drive to the server, and each time they boot up a batch does exactly what you said:

[code:1]M:>systeminfo >> %computername%.txt[/code:1]

Stores latest info of a computer in the shared directory: Easy as pie :)

But yeah it would me much easier if there was a script that goes through it automatically and notifies me which computer has hotfixes missing :)
More
20 years 4 months ago #2170 by Chris
Replied by Chris on topic Re: systeminfo command
Well what do you know.... Don't you just love it when someone passes an awesome tip like Neon's ?

Good one Neon, I never knew there was such a command available !!!

God knows how much more of these little nifty commands are waiting in the \windows directory !!!

Chris Partsenidis.
Founder & Editor-in-Chief
www.Firewall.cx
Time to create page: 0.150 seconds