{"id":234,"date":"2022-04-25T02:50:56","date_gmt":"2022-04-25T02:50:56","guid":{"rendered":"https:\/\/ecodebook.wordpress.com\/?p=234"},"modified":"2022-04-25T02:50:56","modified_gmt":"2022-04-25T02:50:56","slug":"remove-unwanted-apps-on-windows-10","status":"publish","type":"post","link":"https:\/\/blog.mycarts.shop\/?p=234","title":{"rendered":"Remove unwanted apps on Windows 10"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Remove Cortana app<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>Get-AppxPackage -allusers Microsoft.549981C3F5F10 | Remove-AppxPackage<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Remove People app<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>Get-AppxPackage *Microsoft.People* -AllUsers | Remove-AppxPackage<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Remove maps app<br><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>Get-AppxPackage *Microsoft.map* -AllUsers | Remove-AppxPackage\nOR\nGet-AppxPackage *windowsmaps* | Remove-AppxPackage<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Remove other apps<br><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>Get-AppxPackage *Microsoft.gethelp* -AllUsers | Remove-AppxPackage\nGet-AppxPackage *Microsoft.xbox* -AllUsers | Remove-AppxPackage\nGet-AppxPackage *Microsoft.yourphone* -AllUsers | Remove-AppxPackage\nGet-AppxPackage *CoPilot* -AllUsers | Remove-AppPackage -AllUsers<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Remove Cortana app Remove People app Remove maps app Remove other apps<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[14],"tags":[],"class_list":["post-234","post","type-post","status-publish","format-standard","hentry","category-windows-10"],"_links":{"self":[{"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=\/wp\/v2\/posts\/234","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=234"}],"version-history":[{"count":0,"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=\/wp\/v2\/posts\/234\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=234"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=234"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=234"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}