A PowerShell dashboard that displays a system summary with animated typing and custom fonts, plus built-in tools for specialized system repair and cumulative Windows + application + module updates.
Install-Module DashView -Scope CurrentUserTo update:
Update-Module DashViewTo import manually (if cloned or downloaded):
Import-Module .\DashView\DashView.psd1 -Force- 🎨 Animated Dashboard – Displays live system info with dynamic typing
 - 🔧 Repair Utilities – System and network repair functions for maintenance
 - 📦 Cumulative Updates – One command to update Windows, apps, and PowerShell modules
 - 🖋️ Font Customization – Includes Terminus TTF font for consistent terminal visuals
 - ⚙️ Lightweight & Modular – Built with PowerShell 5.1+ compatibility
 
| Function | Description | 
|---|---|
| Show-DashView | Launches the interactive dashboard UI | 
| Write-DashType | Animates text output with a typing effect | 
| Install-DashFont | Installs and applies the Terminus font | 
| Start-DashRepair | Performs system and network repair routines | 
| Install-DashUpdate | Runs cumulative updates across Windows, applications, and modules | 
Run the dashboard:
Show-DashViewRun a quick repair and update sequence:
Start-DashRepair
Install-DashUpdateInstall the custom font:
Install-DashFont- Windows 10 or later
 - PowerShell 5.1 or PowerShell 7+
 - Administrator privileges for repair/update operations
 
Pull requests are welcome!
If you’d like to contribute new features or fix bugs, please open an issue first to discuss your ideas.
This project is licensed under the MIT License.
© 2025 Ryan Schubert (a-random-fox)