Skip to content

This Python script lists and uninstalls classic Windows programs and Windows Store (UWP) apps from your system.

Notifications You must be signed in to change notification settings

ronknight/uninstall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This Python script lists and uninstalls classic Windows programs and Windows Store (UWP) apps from your system.

RequirementsUsageScriptDisclaimerDiagrams


Diagrams

flowchart TD
    A[Start] --> B[Run uninstall.py]
    B --> C[List all classic and UWP apps]
    C --> D[User selects app/program]
    D --> E{Classic or UWP?}
    E -- Classic --> F[Find uninstall string in registry]
    F --> G[Run uninstall command]
    E -- UWP --> H[Remove-AppxPackage]
    G --> I[Done]
    H --> I[Done]
Loading

About

This Python script lists and uninstalls classic Windows programs and Windows Store (UWP) apps from your system.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages