Skip to content

A PowerShell dashboard that displays a system summary with animated typing and font customization, plus tools for a specialized system+network repair and a cumulative Windows+application+module update.

License

Notifications You must be signed in to change notification settings

a-random-fox/DashView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡ DashView

PowerShell Gallery Downloads License GitHub Repo

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.


🚀 Installation

Install-Module DashView -Scope CurrentUser

To update:

Update-Module DashView

To import manually (if cloned or downloaded):

Import-Module .\DashView\DashView.psd1 -Force

💡 Features

  • 🎨 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

🧩 Commands Overview

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

🧠 Usage Examples

Run the dashboard:

Show-DashView

Run a quick repair and update sequence:

Start-DashRepair
Install-DashUpdate

Install the custom font:

Install-DashFont

🧰 Requirements

  • Windows 10 or later
  • PowerShell 5.1 or PowerShell 7+
  • Administrator privileges for repair/update operations

🧑‍💻 Contributing

Pull requests are welcome!
If you’d like to contribute new features or fix bugs, please open an issue first to discuss your ideas.


🪪 License

This project is licensed under the MIT License.
© 2025 Ryan Schubert (a-random-fox)


🔗 Links

Project Page ·
PowerShell Gallery ·
Report Issues

About

A PowerShell dashboard that displays a system summary with animated typing and font customization, plus tools for a specialized system+network repair and a cumulative Windows+application+module update.

Resources

License

Stars

Watchers

Forks

Packages

No packages published