{"id":100,"date":"2014-12-05T19:46:42","date_gmt":"2014-12-06T00:46:42","guid":{"rendered":"http:\/\/salzlechner.com\/dev\/?p=100"},"modified":"2016-03-11T07:12:53","modified_gmt":"2016-03-11T12:12:53","slug":"remove-windows-8-store-app-from-device","status":"publish","type":"post","link":"http:\/\/salzlechner.com\/dev\/2014\/12\/05\/remove-windows-8-store-app-from-device\/","title":{"rendered":"Remove Windows 8 store app from device"},"content":{"rendered":"<p>Sometimes it is necessary to manually remove an app using the powershell<\/p>\n<p>here is how to do this<\/p>\n<p>In order to remove an app package you need to have the full package name<\/p>\n<p>you can use the get-appxpackage command to get the full name<\/p>\n<p>for example if your app package has the name MyApp in it enter<\/p>\n<p>get-appxpackage -name *MyApp*<\/p>\n<p>you will get all the information on your app package. look for the line that says: PackageFullName<\/p>\n<p>then enter<\/p>\n<p>remove-appxpackage fullNameOfPackageHere -confirm<\/p>\n","protected":false},"excerpt":{"rendered":"<p>have a windows store app that doesnt seem to want to go away. This shows how to remove it<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","ngg_post_thumbnail":0,"footnotes":""},"categories":[5,4],"tags":[],"class_list":["post-100","post","type-post","status-publish","format-standard","hentry","category-winrt","category-windows"],"_links":{"self":[{"href":"http:\/\/salzlechner.com\/dev\/wp-json\/wp\/v2\/posts\/100","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/salzlechner.com\/dev\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/salzlechner.com\/dev\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/salzlechner.com\/dev\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/salzlechner.com\/dev\/wp-json\/wp\/v2\/comments?post=100"}],"version-history":[{"count":2,"href":"http:\/\/salzlechner.com\/dev\/wp-json\/wp\/v2\/posts\/100\/revisions"}],"predecessor-version":[{"id":285,"href":"http:\/\/salzlechner.com\/dev\/wp-json\/wp\/v2\/posts\/100\/revisions\/285"}],"wp:attachment":[{"href":"http:\/\/salzlechner.com\/dev\/wp-json\/wp\/v2\/media?parent=100"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/salzlechner.com\/dev\/wp-json\/wp\/v2\/categories?post=100"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/salzlechner.com\/dev\/wp-json\/wp\/v2\/tags?post=100"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}