Current location - Recipe Complete Network - Take-out food franchise - Which pre-installed applications can be uninstalled in the official version of Win11?
Which pre-installed applications can be uninstalled in the official version of Win11?

Click the right mouse button on the magnet in the start menu, and you can uninstall the items with uninstall options, such as finance, sports, food, etc. There are also weather, contacts, mailboxes, etc. that cannot be uninstalled. You can use the following command to forcibly block (block, not uninstall)

Enter the following command to block the corresponding Windows11 pre-installed application:

① Weather:

Get-appx package * Bingweather * | Remove-appx package

② Bring your own video and music player:

Get-AppxPackage *Zune* | remove-appxpackage

③ Xbox:

get-appxpackage * Xbox * | remove-appxpackage

④ Map:

get-appxpackage * Windows Maps * | Remove-appx package

⑤ onenote:

get-appx package * onenote * | remove-appx package

⑤ contacts:

Get-AppxPackage *People* | Remove-AppxPackage

⑦ mobile assistant:

get-appx package * commphone * | remove-appx package

⑧ Skype:

get-appx package * Skype app * | remove-appx package

⑨ one drive:

get-