Forum Discussion
GageWilder
Mar 23, 2026Iron Contributor
How to uninstall software in Windows 10?
I can't find the program I want to uninstall in the Control Panel or in third-party software on Windows 10. This didn't happen on Windows 7. I need a solution.
l33ter
Mar 23, 2026Iron Contributor
Best Way: Install Winget
Once you have installed this 'Windows Package Manager', open a 'Terminal' and type in:
- winget list --> This command lists you EVERY program up which is installed!
Make sure you note down the exact ID of the programme you are looking for.
- winget uninstall --id '7zip.7zip' --> And just like that, the programme's gone!
That's all you need, really. Could you tell us what sort of programme you're working on?