Skip to content

qaistem1/GetComputerInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Retrieve Windows PC Information

C# program for getting information about your Windows PC using WMI/netstat/registry, running this program will retireve the following information and write them to a file:

-Windows Version and Release

-Host Name

-MAC Address

-CPU Architecture

-User Accounts Names (using WMI)

-PC Specs (using WMI)

-Resources Usage (using WMI)

-Running Services and Open Ports (using netstat) - from this with some modifications (https://gist.github.com/cheynewallace/5971686)

The file that has the results will be created in "bin/Debug/Results/"

NOTE: Tested on Windows 10

About

C# program for getting information about your Windows PC

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages