Jump to content

WINDOWS 10 BUG!! NEED HELP ASAP!!

need your help asap!!, i already ran powershell script to remove all preinstalled apps but still cant remove this calculator in my start menu it no longer works even if you click it nothing will happen i just want to remove this icon immediately, already deleted some registry keys what else?

calc.jpg

Link to comment
https://linustechtips.com/topic/732511-windows-10-bug-need-help-asap/
Share on other sites

Link to post
Share on other sites

Yeah clearing the cache or restarting Windows should do the trick.

 

If that doesn't fix it then you have a bad install and need to go re-install Windows.

Judge a product on its own merits AND the company that made it.

How to setup MSI Afterburner OSD | How to make your AMD Radeon GPU more efficient with Radeon Chill | (Probably) Why LMG Merch shipping to the EU is expensive

Oneplus 6 (Early 2023 to present) | HP Envy 15" x360 R7 5700U (Mid 2021 to present) | Steam Deck (Late 2022 to present)

 

Mid 2023 AlTech Desktop Refresh - AMD R7 5800X (Mid 2023), XFX Radeon RX 6700XT MBA (Mid 2021), MSI X370 Gaming Pro Carbon (Early 2018), 32GB DDR4-3200 (16GB x2) (Mid 2022

Noctua NH-D15 (Early 2021), Corsair MP510 1.92TB NVMe SSD (Mid 2020), beQuiet Pure Wings 2 140mm x2 & 120mm x1 (Mid 2023),

Link to post
Share on other sites

9 minutes ago, Jan Lao said:

still no luck :( of all the preinstalled apps calculator is the only one with this kind of BUG

Hmm intersting. Can you create a new account, and see if the problem is there as well?

 

[update]

Oh! forgot to mention, to uninstall Calculator, open PowerShell as true Admin, and type and execute:

Get-AppxPackage *windowscalculator* | Remove-AppxPackage

Get-AppxPackage *windowscalculator* | Remove-AppxPackage

Restart your system, now to install it back, fire up the Windows Store app, and search for Windows Calculator and install it

Link to post
Share on other sites

i copied the folders package from another windows 10 machine to this PC then i ran this script in powershell "Get-AppxPackage -allusers *windowscalculator* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}" after that it rename it self to Calculator with the blank icon but still it is not working after clicking it.

Link to post
Share on other sites

36 minutes ago, Jan Lao said:

i copied the folders package from another windows 10 machine to this PC then i ran this script in powershell "Get-AppxPackage -allusers *windowscalculator* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}" after that it rename it self to Calculator with the blank icon but still it is not working after clicking it.

Oh dear... you applied it to all account. Well I don't know how to fix this mess up. Sorry :/

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×