accessible-sensor-readout

(★ 30)

Accessibility-first Windows hardware information, sensor readout, device inventory, diagnostics, reports, and fan control for screen-reader users.

File Explorer

  • .gitattributes
  • .gitignore
  • Build.ps1
  • Install-Prerequisites.cmd
  • Install-Prerequisites.ps1
  • LICENSE.txt
  • README.md
  • SOURCE-MAP.md
  • Update-Data.ps1

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

nvidia-smi

View Details ▼

Aid the management and monitoring of NVIDIA GPU devices.

nvidia-smi

Display information on all available GPUs and processes using them:

nvidia-smi {{[-q|--query]}}

Display more detailed GPU information:

nvidia-smi dmon

Monitor overall GPU usage with 1-second update interval:

🔍

winget

View Details ▼

Windows Package Manager.

winget {{[add|install]}} {{package}}

Install a package (use `--source` when package is available from multiple sources):

winget {{[rm|uninstall]}} {{package}}

Remove a package (Note: `remove` can also be used instead of `uninstall`):

winget show {{package}}

Display information about a package:

// repository documentation