Skip to content

Commit

Permalink
pdf pages
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ive committed Dec 4, 2024
1 parent 58c94a3 commit 3b30efd
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
images_dir: assets/images
image_import: ./assets/images
build_html: false
table_of_contents: true
table_of_contents: false

- name: Upload PDF
uses: actions/upload-artifact@v4
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,23 @@

NWinfo is a Win32 program that allows you to obtain system and hardware information.

<div style="page-break-after: always;"></div>

## Features
* Obtain detailed information about SMBIOS, CPUID, S.M.A.R.T., PCI, EDID, and more.
* Support exporting in JSON, YAML, and LUA table formats.
* Compatible with Windows XP.

<div style="page-break-after: always;"></div>

## GUI Preview

<div align="center">
<img src="./assets/images/demo.png">
</div>

<div style="page-break-after: always;"></div>

## CLI Usage
```txt
.\nwinfo.exe OPTIONS
Expand Down Expand Up @@ -97,6 +103,8 @@ OPTIONS:
--font Print installed fonts.
```

<div style="page-break-after: always;"></div>

## Note
For Win11, if the driver cannot be loaded properly, please modify the following registry keys.
```
Expand All @@ -115,6 +123,8 @@ Windows Registry Editor Version 5.00
"VulnerableDriverBlocklistEnable"=dword:00000000
```

<div style="page-break-after: always;"></div>

## Credits

* [libcpuid](https://libcpuid.sourceforge.net)
Expand Down
1 change: 1 addition & 0 deletions nwinfo.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<ResourceCompile Include="Resource.rc" />
</ItemGroup>
<ItemGroup>
<None Include=".github\dependabot.yml" />
<None Include=".github\workflows\msbuild.yml" />
<None Include="copy_res.ps1" />
<None Include="hw_report.ps1" />
Expand Down
22 changes: 18 additions & 4 deletions nwinfo.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
</Filter>
<Filter Include="GitHub">
<UniqueIdentifier>{820480c6-ae1f-49c5-b5c5-709b22fe5d7a}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="nwinfo.c">
Expand All @@ -31,12 +34,23 @@
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="README.md" />
<None Include=".github\workflows\msbuild.yml" />
<None Include="_config.yml" />
<None Include="_layouts\default.html" />
<None Include="copy_res.ps1" />
<None Include="hw_report.ps1" />
<None Include="_layouts\default.html">
<Filter>GitHub</Filter>
</None>
<None Include="README.md">
<Filter>GitHub</Filter>
</None>
<None Include="_config.yml">
<Filter>GitHub</Filter>
</None>
<None Include=".github\workflows\msbuild.yml">
<Filter>GitHub</Filter>
</None>
<None Include=".github\dependabot.yml">
<Filter>GitHub</Filter>
</None>
</ItemGroup>
<ItemGroup>
<Image Include="assets\images\icon.ico">
Expand Down

0 comments on commit 3b30efd

Please sign in to comment.