Unsolved
1 Rookie
•
1 Message
0
83
March 26th, 2026 03:22
I want to completely uninstall a program on windows 11 for Inspiron laptop
Opera browser and ADrive. These two apps were uninstalled on my Windows 11 laptop from control panel. I don't know why they still exist after reboot. When booting into the desktop, these two apps are still showing in taskbar.
I went to the initial install folder and there are nowhere. How can I completely uninstall stubborn programs on Windows 11?


anne_droid
6 Professor
•
1.4K Posts
0
March 26th, 2026 08:38
Hi
Try.....
Use Safe Mode for Locked Programs
Boot into Safe Mode to prevent interference from the program. Hold Shift while clicking Restart from login screen, then Troubleshoot > Advanced options > Startup Settings > Restart > Press 4 or F4. Attempt standard uninstall in Safe Mode, then restart normally.
PowerShell for Microsoft Store or System Apps
For UWP apps, open PowerShell as admin (right-click Start > Terminal (Admin)). List apps with
Get-AppxPackage | Select Name, PackageFullName, then remove withGet-AppxPackage *AppName* | Remove-AppxPackage. Use*PartialName*for partial matches; caution with system apps to avoid instability.Third-Party Uninstaller Tools
Tools like Revo Uninstaller Free scan and delete leftovers effectively on Windows 11. Download from official site (revouninstaller.com), select the program, choose Moderate or Advanced scan, and force uninstall if needed. IObit Uninstaller offers similar features but some users question its safety due to past issues—prefer Revo for reliability. Ccleaner is one I like.
Manual Cleanup of Leftovers
After uninstall, check and delete folders in C:\Program Files, Program Files (x86), ProgramData, and %AppData% or %LocalAppData%. Run Disk Cleanup for Temp files, disable startup entries in Task Manager, and avoid manual registry edits unless expert—risks system errors. Reboot and verify removal with a search for the program name.
naomoat
1 Rookie
•
5 Posts
0
March 26th, 2026 12:47
Autoruns is a Microsoft Sysinternals utility that shows all applications, services, and tasks that launch automatically with Windows. It can disable hidden startup components that may interfere when you try to uninstall a program on windows 11.
How to uninstall a program on windows 11
Cons
LunterBlaze
1 Rookie
•
1 Message
0
March 26th, 2026 13:15
shell:startup, and press Enter, then delete all shortcuts related to Opera or ADrive. Next, press the Win + R keys again, typeshell:common startup, and press Enter, then delete all relevant shortcuts found. When the standard uninstallation process is blocked, this method can help you quickly and safely uninstall a program on windows 11, effectively resolving issues caused by stubborn startup items.Reitdba
1 Rookie
•
3 Posts
0
March 30th, 2026 07:00
For uninstalling stubborn apps that hard to delete from Windows 11, you can follow the best reply from this post:
https://techcommunity.microsoft.com/discussions/windows11/how-do-i-completely-uninstall-an-app-on-windows-11-that-hard-to-delete/4505092
Huambro
1 Rookie
•
8 Posts
0
March 31st, 2026 06:28
To completely uninstall a program on Windows 11 for your Inspiron laptop using a completely free method, follow these steps:
1. Open Settings: Click on the Start menu and select the gear icon to open Settings. Alternatively, press Windows + I on your keyboard.
2. Navigate to Apps: In the Settings window, click on Apps from the sidebar.
3. Find the Program: Under the "Apps & features" section, scroll through the list or use the search bar to find the program you want to uninstall.
4. Uninstall the Program: Click on the program's name, then click the Uninstall button. Confirm any prompts to proceed.
5. Follow the Uninstallation Wizard: Some programs may have their own uninstaller. Follow the on-screen instructions to remove the program completely.
6. Remove Residual Files (Optional): To completely uninstall a program on Windows 11, you can delete leftover files and folders:
%AppData% (navigate to C:\Users\[Your Username]\AppData\Roaming)
%LocalAppData% (navigate to C:\Users\[Your Username]\AppData\Local)
BrantleySage
1 Rookie
•
4 Posts
0
April 7th, 2026 10:54
Maxd1
2 Intern
•
101 Posts
0
April 13th, 2026 15:14
With any method always a good idea to set a restore point (that works).