A PowerShell dashboard that enhances terminal appearance, automates system repair, and manages font customization — built for Windows PowerShell 5.1+.
Installation
Install-Module DashView -Scope CurrentUser
To update:
Update-Module DashView
Manual import:
Import-Module .\DashView\DashView.psd1 -Force
Features
- Animated Dashboard – Displays live system info with dynamic typing
- Repair Utilities – Complete system & network repair routines
- Cumulative Updates – Updates Windows, applications, and PowerShell modules
- Font Customization – Includes Terminus TTF font for unified terminal look
- Modular & Lightweight – Built for PowerShell 5.1+ compatibility
Commands Overview
| Function | Description |
|---|---|
| Show-DashView | Launches the interactive dashboard UI |
| Write-DashType | Animates text output with typing effect |
| Install-DashFont | Installs and applies the Terminus font |
| Start-DashRepair | Performs system & network repair routines |
| Install-DashUpdate | Runs cumulative updates across Windows, apps, and modules |
Usage Examples
Show-DashView
Start-DashRepair
Install-DashUpdate
Install-DashFont
Requirements
- Windows 10 or later
- PowerShell 5.1 or PowerShell 7+
- Administrator privileges for repair/update operations
Contributing
Pull requests are welcome! Please open an issue first to discuss proposed features or fixes.
License
Licensed under the MIT License — © 2025 Ryan Schubert (a-random-fox)