if they doesnt work, you might need to buy minecraft
you can try running as adminstrator or force to reinstall on command prompt
Steps to reinstall
INSTALL WINGET FIRST!!
Run Command Prompt as Adminstrator, if prompted, click yes.
Type: winget --versionwinget --version
What to do in full: If the app isn't available via winget, you can use its original installer file.
Open Command Prompt as an administrator: Type cmd in the search bar, right-click "Command Prompt", and select Run as administrator.
Navigate to the installer's location: Use the cd command to change the directory to where your installer file is saved (e.g., cd C:\Users\<YourName>\Downloads).
Run the installer:
For an .exe file, type the file name and press Enter (e.g., program_name.exe). This usually opens the graphical installation wizard.
For an .msi file, use the command msiexec /i filename.msi.
For a silent installation (if supported), append the /silent or /qn flag (e.g., installer.exe /silent or msiexec /i install.msi /qn).
Stack Overflow +4
Method 3: Reinstall Built-in Windows Apps (PowerShell)
For default Windows apps like Calculator, Mail, or the Microsoft Store itself, you need to use PowerShell, not Command Prompt.
Open PowerShell as an administrator: Type powershell in the search bar, right-click "Windows PowerShell", and select Run as administrator.
Run the reinstall command: To reinstall all built-in apps, copy and paste the following command and press Enter:Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
You can ignore any error messages that may appear during this process.
Restart your computer after the command completes.
or just do this:
click with 3 circles
4.
it will be uninstalled
REMINDER: Double Click Minecraft installer.exe
This file:
Reinstall again,
Does it work or does it still pop up?