Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CherryPill/system_info
Hardware information tool for Windows
https://github.com/CherryPill/system_info
cpp smbios speccy windows windowsapi wmi x64
Last synced: 2 months ago
JSON representation
Hardware information tool for Windows
- Host: GitHub
- URL: https://github.com/CherryPill/system_info
- Owner: CherryPill
- Created: 2017-05-10T20:55:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-07T11:09:38.000Z (about 3 years ago)
- Last Synced: 2024-08-03T22:18:20.004Z (5 months ago)
- Topics: cpp, smbios, speccy, windows, windowsapi, wmi, x64
- Language: C++
- Homepage:
- Size: 156 MB
- Stars: 173
- Watchers: 14
- Forks: 43
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - CherryPill/system_info - Hardware information tool for Windows (C++)
README
# SystemInfo - a hardware information tool for Windows
SystemInfo enables you to view information about the hardware components of your computer.
The program allows you to take screenshots of the client area and export hardware information in the following formats:
- HTML (with CSS)
- XML
- Simple textSupports the following operating systems:
- Windows Vista (x86/x64)
- Windows 7 (x86/x64)
- Windows 8/8.1 (x86/x64)
- Windows 10 (x86/x64)Might also work on modern Windows Server systems, but I didn't test it.
The program is written in C/C++ and uses barebones WindowsAPI for its GUI.
This program is free software.
***
DISCLAIMER: THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.