Is there a certain way to delete league on a PC? She wants it to be removed but it just won’t budge.
I never had issues deleting a game before, like how I had to delete valorant off my laptop a year ago since it was getting too heavy.
I also tried to delete another app maybe we just have issues with deleting, but it’s not the case the other game just deleted when I tried.
Any advice?
You can try using command prompt. Here’s the steps.
To uninstall an application using the command prompt in Windows, you can use the “wmic” command. Here’s a basic example:
Open Command Prompt with administrative privileges. You can do this by right-clicking the Start button, selecting “Command Prompt (Admin)” or “Windows PowerShell (Admin).”
Use the following command to list all installed programs and find the exact name of the program you want to uninstall:
wmic product get name
Once you’ve identified the program, use the following command to uninstall it:
wmic product where name=“Program Name” uninstall
Replace “Program Name” with the actual name of the program as it appears in the list.
Press Enter and follow any on-screen prompts to complete the uninstallation.
Keep in mind that not all programs can be uninstalled using this method, and some may require specific uninstallation commands or utilities provided by the software itself.
I’ve tried both on cmd and PowerShell, but for some reason league or riot doesn’t show up on the list on both of those. But my mom’s Farmville is on the list. Is there another way?