A lightweight, standalone PowerShell script that audits your Windows system for installed software. It bypasses the "noise" of system drivers and SDKs, providing a clean, categorized list of your actual applications and games.
AppScout features a dynamic theming engine. Switch between Dark Mode (default) and Light Mode instantly using the custom-drawn icon in the bottom-left corner.
- Smart Categorization: Automatically groups items into
STEAM GAMES,DEV TOOLS,DRIVERS, andAPPLICATIONS. - Built-in Editor: A GUI window allows you to live-edit the list before saving or copying.
- Advanced Tools:
Ctrl + Fto Find.Ctrl + Hto Find and Replace.Copy Allto clipboard functionality.
- Dual-Architecture Scanning: Scans both 64-bit and 32-bit registry hives (
HKLMandHKCU). - Clean Output: Automatically excludes Windows updates, redistributables, and development "packs."
- Download the
AppScout.ps1file. - Right-click the file and select Run with PowerShell.
- (Optional) If you get an execution policy error, run this command in PowerShell first:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

