#Can’t Uninstall
116 messages · Page 1 of 1 (latest)
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
@dusk storm first of all, why do you even wanna remove it?
@untold onyx @arctic fox It’s not that particular app that I wanted to delete
I’m just using it as an example
then what is that app?
There’s other ones which I don’t have the option to (which I don’t need) but they won’t delete
show us
no, its not recommended to delete this app. Tell another
What do u even do with it
you store contacts list
Also a system app.. Though it should've been removed in many different updates 🤔
What about the maps app
its for location
You should be able to remove that..
and tracking
It’s useless but I can’t remove it
nah they do that with some component deeply hidden 
/j
Weird...
Are you a user with Administrative permissions? Or just a normal user?
Admin permission yeah ofc
@dusk storm any other app than Maps or People?
Very weird...
Are you logged on to any organisation account? (e.g. school / work?)
You could use ThisIsWin11
Just delete that specific app
Don't mess with anything else
And yes it works with 10
@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
Even though it explicitly says not to use it on 10 
Hm alright
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
delete all the files from
- temp
- prefetch
- %temp%
people should've been removed by now, and maps can be deleted, normally
really, it can be removed 100%
Revo Uninstaller?
btw its been only 2 months since i installed new windows
What?
ehm...
Just don't accidentally nuke the taskbar
@dusk storm deleting bloatwares via third party apps is supported but not recommended, you might run into a problem which could result into "Windows Reinstallation" recommendation
3rd party app moment
What’s a good 3rd party app?
I really didn't use anything 3rd party, ever, to remove software from my device.
then why cant i and ghadeer remove maps
anyway
Is Microsoft update health tools good
@dusk storm tell me a list of all these apps. I will tell you if they can be deleted
ok now I'm a bit confused...
For what intent exactly?
you sus
yes, it helps Windows Updates run faster than an NVMe M.69 SSD with 69 TB RAM
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
That’s good
its also in my laptop
Alr then that solved my thing
@untold onyx
good 1st party app: powershell
or just the uninstaller of whatever software it is
3rd party apps are not good if they edit Microsoft apps
there are no 3rd party app which are considered good
@arctic fox i recommend you to check if you have the folder called "System32"🤣
Holy this folder is huge
Wth is inside it
there are system apps inside it
windows
I do have that yeah
if you delete any one of the file inside C:/Windows folder, your windows will become problematic
Compared to phones (where facebook can be locked from being uninstall for exampel), no non-critical software cant be uninstalled on windows 10/11
Is deleting file explorer problematic?
@arctic fox when was the last time you reinstalled windows?
You can’t even delete that I’m pretty sure
you sure about that?
False. You can delete files in c:\Windows, as there is many that aren't critical, just essential
on this machine or generally?
but i dont want him to delete files inside that folder. I did not say critical, problematic can also mean some features disabled
the machine where you cant find Gaming Services, Maps and other windows bloatwares
just don't mess with any files that aren't yours
best way to not frick up
pff
long time ago
is it longer than an year?
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
I don't use the apps so I don't miss em :P
oh also, gamebar is gone too lol
because its illegal
how?
breaks Microsoft's Windows EULA
Broken, breaks the UELA, hence illegal.
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
btw, how is atlas illegal? EULA must be 83 pages long i cant read all
can you tell me if you dont mind?
Stripping Windows 8/10/11 of system applications is considered modding the Windows system
so modding is illegal?
korbo?
@runic wedge
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"}
Modding it for your own use is fine.
Modding it and distributing it with the modifications is a no no
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