{"id":71,"date":"2017-02-20T15:04:04","date_gmt":"2017-02-20T15:04:04","guid":{"rendered":"https:\/\/d1m0.com\/?p=71"},"modified":"2018-03-09T16:08:37","modified_gmt":"2018-03-09T16:08:37","slug":"windows-10-shits-removal","status":"publish","type":"post","link":"https:\/\/d1m0.com\/?p=71","title":{"rendered":"Windows 10 shits removal"},"content":{"rendered":"<p>Remove built-in shit apps<\/p>\n<p><strong>Get-AppxPackage \u2013AllUsers | Select Name, PackageFullName<\/strong><\/p>\n<blockquote><p>Get-AppxPackage \u2013AllUsers *3dbuilder* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *windowsalarms* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *windowscalculator* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *windowscommunicationsapps* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *windowscamera* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *officehub* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *skypeapp* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *getstarted* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *zunemusic* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *windowsmaps* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *solitairecollection* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *bingfinance* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *zunevideo* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *bingnews* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *onenote* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *people* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *windowsphone* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *windowsstore* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *bingsports* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *soundrecorder* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *bingweather* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *xboxapp* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *king.com.CandyCrushSodaSaga* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *9E2F88E3.Twitter* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *Microsoft.Office.Sway* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *Microsoft.Messaging* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *Microsoft.Advertising.Xaml* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *Microsoft.Appconnector* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *Microsoft.MiracastView* | Remove-AppxPackage<\/p>\n<p>Get-AppxPackage \u2013AllUsers *Microsoft.CommsPhone* | Remove-AppxPackage<\/p><\/blockquote>\n<p>\/\/ Remove Cortana Completely \/\/<\/p>\n<blockquote><p>regedit -&gt; HKEY_LOCAL_MACHINE\\SOFTWARE\\Policies\\Microsoft\\Windows\\Windows Search.<\/p><\/blockquote>\n<p>If you don\u2019t see a \u201cWindows Search\u201d key (folder) below the Windows folder, right-click the Windows folder and select New &gt; Key. Name it \u201cWindows Search\u201d.Right-click the \u201cWindows Search\u201d key (folder) in the left pane and select New &gt; DWORD (32-bit) Value.Name the value \u201cAllowCortana\u201d. Double-click it and set the value to \u201c0\u201d.<\/p>\n<p>\/\/ Remove Cortana Completly (Pro &amp; Enterprise) \/\/<\/p>\n<p>gpedit.msc<\/p>\n<blockquote><p>Computer Configuration &gt; Administrative Templates &gt; Windows Components &gt; Search.<\/p><\/blockquote>\n<p>Search for &#8220;Allow Cortana&#8221; and set it to disabled.<\/p>\n<p>\/\/ Remove OneDrive \/\/<\/p>\n<p>Open cmd as Administrator -&gt;<br \/>\ntaskkill \/f \/im OneDrive.exe<br \/>\nfor 32-bit systems -&gt; %SystemRoot%\\System32\\OneDriveSetup.exe \/uninstall<br \/>\nfor 64-bit systems -&gt; %SystemRoot%\\SysWOW64\\OneDriveSetup.exe \/uninstall<\/p>\n<blockquote><p>regedit -&gt; HKEY_CLASSES_ROOT\\Wow6432Node\\CLSID\\{018D5C66-4533-4307-9B53-224DE2ED1FE6}<\/p><\/blockquote>\n<p>Double-click the\u00a0System.IsPinnedToNameSpaceTree option in the right pane. Set it to 0 and\u00a0click \u201cOK\u201d.<\/p>\n<p>\/\/ RESTART AFTER ALL \/\/<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Remove built-in shit apps Get-AppxPackage \u2013AllUsers | Select Name, PackageFullName Get-AppxPackage \u2013AllUsers *3dbuilder* | Remove-AppxPackage Get-AppxPackage \u2013AllUsers *windowsalarms* | Remove-AppxPackage Get-AppxPackage \u2013AllUsers *windowscalculator* | Remove-AppxPackage Get-AppxPackage \u2013AllUsers *windowscommunicationsapps* | Remove-AppxPackage Get-AppxPackage \u2013AllUsers *windowscamera* | Remove-AppxPackage Get-AppxPackage \u2013AllUsers *officehub* | Remove-AppxPackage Get-AppxPackage \u2013AllUsers *skypeapp* | Remove-AppxPackage Get-AppxPackage \u2013AllUsers *getstarted* | Remove-AppxPackage Get-AppxPackage \u2013AllUsers *zunemusic* | Remove-AppxPackage &#8230;<\/p>\n<p><a href=\"https:\/\/d1m0.com\/?p=71\" class=\"more-link\">Continue reading &lsquo;Windows 10 shits removal&rsquo; &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"aside","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-71","post","type-post","status-publish","format-aside","hentry","category-windows","post_format-post-format-aside"],"_links":{"self":[{"href":"https:\/\/d1m0.com\/index.php?rest_route=\/wp\/v2\/posts\/71","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/d1m0.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/d1m0.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/d1m0.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/d1m0.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=71"}],"version-history":[{"count":13,"href":"https:\/\/d1m0.com\/index.php?rest_route=\/wp\/v2\/posts\/71\/revisions"}],"predecessor-version":[{"id":404,"href":"https:\/\/d1m0.com\/index.php?rest_route=\/wp\/v2\/posts\/71\/revisions\/404"}],"wp:attachment":[{"href":"https:\/\/d1m0.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=71"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/d1m0.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=71"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/d1m0.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=71"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}