sequencerr / bulk-uninstall-msi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bulk MSI Uninstaller

Uninstall multiple corrupted programs with the script.

Small modification of MicrosoftProgram Install and Uninstall

Install

  1. git clone https://github.com/sequencerr/bulk-uninstall-msi.git In your desired directory
  2. cd bulk-uninstall-msi

Usage

  1. Open terminal with administrator privileges, run "PowerShell" shell (Use Win+S and search for it).
  2. Firstly run .\list.ps1 (add argument -a for unfiltered list)
  3. JSON File .\msiprogs.json will be created.
  4. Modify it and leave only programs you wish to remove(!)
  5. Then run cat -Raw .\msiprogs.json | .\remove.ps1
  6. Wait...

About


Languages

Language:PowerShell 100.0%