Windows Usage Summary

Feb 12, 2025


Windows Usage Summary

1. Uninstall program via cmd

1) run cmd
2) run wmic from cmd
3) get all installed product list
   > product get name
4) uninstall program using below command
   > product where name="program name" call uninstall