#Can’t Uninstall

116 messages · Page 1 of 1 (latest)

dusk storm
#

<@&787033266225938472>

arctic fox
#

Due to it being a system app.
I can't remove it either..

There is a way, but it also removes the Xbox app, Xbox game bar and causes trouble if you want to log in to any game on the Microsoft Store

untold onyx
#

@dusk storm first of all, why do you even wanna remove it?

dusk storm
#

@untold onyx @arctic fox It’s not that particular app that I wanted to delete

#

I’m just using it as an example

untold onyx
dusk storm
#

There’s other ones which I don’t have the option to (which I don’t need) but they won’t delete

dusk storm
untold onyx
dusk storm
untold onyx
arctic fox
#

Also a system app.. Though it should've been removed in many different updates 🤔

dusk storm
#

What about the maps app

untold onyx
arctic fox
#

You should be able to remove that..

untold onyx
#

and tracking

dusk storm
#

It’s useless but I can’t remove it

arctic fox
arctic fox
untold onyx
#

@dusk storm any other app than Maps or People?

arctic fox
#

Very weird...
Are you logged on to any organisation account? (e.g. school / work?)

surreal jay
#

You could use ThisIsWin11

#

Just delete that specific app

#

Don't mess with anything else

#

And yes it works with 10

untold onyx
#

@dusk storm Maps, and People arent apps, they are bloatwares and they are installed in windows as a bloatware for a reason. You cannot remove any of these 2 apps.

#

instead, make use of it

arctic fox
dusk storm
#

It’s just my laptop isn’t really good and I’m trying to preserve space

#

So I’m deleting stuff which I don’t think I need

untold onyx
arctic fox
untold onyx
untold onyx
arctic fox
surreal jay
#

I don't know maybe revo Uninstaller

#

Try that

arctic fox
surreal jay
#

Just don't accidentally nuke the taskbarAllGood

untold onyx
untold onyx
dusk storm
arctic fox
untold onyx
#

anyway

dusk storm
#

Is Microsoft update health tools good

untold onyx
#

@dusk storm tell me a list of all these apps. I will tell you if they can be deleted

arctic fox
arctic fox
untold onyx
untold onyx
#

if its installed automatically and you didnt install it, that means Windows 10 installed it itself because your pc might be not that fast as it should be for windows updates

dusk storm
#

That’s good

untold onyx
dusk storm
#

Alr then that solved my thing

dusk storm
arctic fox
#

good 1st party app: powershell
or just the uninstaller of whatever software it is

untold onyx
#

there are no 3rd party app which are considered good

untold onyx
dusk storm
#

Wth is inside it

untold onyx
arctic fox
#

windows

untold onyx
#

if you delete any one of the file inside C:/Windows folder, your windows will become problematic

runic wedge
#

Compared to phones (where facebook can be locked from being uninstall for exampel), no non-critical software cant be uninstalled on windows 10/11

dusk storm
#

Is deleting file explorer problematic?

untold onyx
#

@arctic fox when was the last time you reinstalled windows?

untold onyx
#

no, if you are a linux user

dusk storm
untold onyx
runic wedge
arctic fox
untold onyx
untold onyx
arctic fox
untold onyx
arctic fox
#

probably

untold onyx
# arctic fox probably

then i think you should erase everything and install windows fresh, incase you face any problem

#

but if you have wifi which is faster than 40 mbps, and no work on your pc, then you should install it right now

#

anyway i guess thats a problem "Solved ✅" right? @dusk storm

arctic fox
runic wedge
#

because its illegal

untold onyx
runic wedge
#

breaks Microsoft's Windows EULA

arctic fox
#

Broken, breaks the UELA, hence illegal.

untold onyx
#

ok fine

#

@dusk storm if you dont want any bloatwares, then use Windows 7. And download BitDefender for avoiding sus things getting into your computer

runic wedge
#

you cant legally use windows 7 either 😆

#

unless you dont have a windows 7 dvd disc

untold onyx
#

can you tell me if you dont mind?

runic wedge
#

Stripping Windows 8/10/11 of system applications is considered modding the Windows system

untold onyx
#

korbo?

untold onyx
devout bolt
#

no it's fine

#

I can tell you how to do it

#

but bear in mind it's quite a destructive thing to do, lots of stuff will stop working

#

it's reversible tho if you change your mind later

#

just write this in admin powershell:

Get-AppxPackage | Remove-AppxPackage
#

it will remove ALL the UWP apps, including the entire windows store

#

you might lose saved data from any apps that you actually use

#

and I should reiterate that I do NOT recommend you do this at all

#

but it's not really harmful advice, maybe temporarily but there is another command to undo it

#

the command for undoing it is as follows:

Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
arctic fox
devout bolt
#

this would barely even classify as modding, it could maybe be classified as harmful advice, but since it is reversible and only breaks the frontend of the security app it's hard to argue that it's actually harmful