{"id":333,"date":"2016-06-20T18:11:32","date_gmt":"2016-06-20T17:11:32","guid":{"rendered":"http:\/\/simkin.org\/wordpress\/?p=325"},"modified":"2016-06-20T18:11:32","modified_gmt":"2016-06-20T17:11:32","slug":"win10fix","status":"publish","type":"post","link":"http:\/\/simkin.org\/wordpress\/?p=333","title":{"rendered":"Windows 10 Common fixes"},"content":{"rendered":"<p>I have had a handful of issues with Windows 10 but still like it. Here are some issues and fixes I found work for me:<\/p>\n<p>  <!--more-->  <\/p>\n<h2><strong>Generic Fixes<\/strong><\/h2>\n<ol>\n<li><span style=\"font-size: 12.16px;\">Start a Command Window (CMD) by right-clicking c:\\windows\\system32\\cmd.exe and choosing &#8220;Run as Administrator&#8221;<\/span><\/li>\n<li> sfc \/scannow<\/li>\n<\/ol>\n<div><\/div>\n<h2><strong>Restore Registry Permissions (The Microsoft Way)<\/strong><\/h2>\n<ol>\n<li>Download SubinACL from here:\u00a0http:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=23510<\/li>\n<li>cd &#8220;c:\\Program Files\\Windows Resource Kits\\Tools&#8221;<\/li>\n<li><span style=\"font-size: 12.16px;\">subinacl \/subkeyreg HKEY_CURRENT_USER \/grant=administrators=f \/grant=system=f \/grant=restricted=r \/grant=users=f \/setowner=administrators<\/span><\/li>\n<li><span style=\"font-size: 12.16px;\">subinacl \/keyreg HKEY_CURRENT_USER \/grant=administrators=f \/grant=system=f \/grant=restricted=r \/grant=users=f \/setowner=administrators<\/span><\/li>\n<li><span style=\"font-size: 12.16px;\">subinacl \/subkeyreg HKEY_LOCAL_MACHINE \/grant=administrators=f \/grant=system=f \/grant=users=r \/grant=everyone=r \/grant=restricted=r<\/span><\/li>\n<li><span style=\"font-size: 12.16px;\">subinacl \/keyreg HKEY_LOCAL_MACHINE \/grant=administrators=f \/grant=system=f \/grant=users=r \/grant=everyone=r \/grant=restricted=r<\/span><\/li>\n<li><span style=\"font-size: 12.16px;\">subinacl \/subkeyreg HKEY_CLASSES_ROOT \/grant=administrators=f \/grant=system=f \/grant=users=r \/setowner=administrators<\/span><\/li>\n<li><span style=\"font-size: 12.16px;\">subinacl \/keyreg HKEY_CLASSES_ROOT \/grant=administrators=f \/grant=system=f \/grant=users=r \/setowner=administrators<\/span><\/li>\n<\/ol>\n<h2><strong>Restore Registry Permissions (The Freeware Way)<\/strong><\/h2>\n<ol>\n<li><span style=\"font-size: 12.16px;\">Download SetACL from\u00a0https:\/\/helgeklein.com\/download\/<\/span><\/li>\n<li><span style=\"font-size: 12.16px;\">&#8220;SetACL.exe&#8221; -on &#8220;HKLM\\SYSTEM\\CurrentControlSet\\Services&#8221; -ot &#8220;reg&#8221; -ownr &#8220;n:%UserName%&#8221; \u00a0 \u00a0 \u00a0 \u00a0-rec &#8220;Yes&#8221; -actn &#8220;setowner&#8221; -silent<\/span><\/li>\n<li><span style=\"font-size: 12.16px;\">&#8220;SetACL.exe&#8221; -on &#8220;HKLM\\SYSTEM\\CurrentControlSet\\Services&#8221; -ot &#8220;reg&#8221; -ace \u00a0&#8220;n:%UserName%;p:full&#8221; -rec &#8220;Yes&#8221; -actn &#8220;ace&#8221; \u00a0 \u00a0 \u00a0-silent<\/span><\/li>\n<li><span style=\"font-size: 12.16px;\">&#8220;SetACL.exe&#8221; -on &#8220;HKLM\\SYSTEM\\ControlSet001\\Services&#8221; -ot &#8220;reg&#8221; -ownr &#8220;n:%UserName%&#8221; \u00a0 \u00a0 \u00a0 \u00a0-rec &#8220;Yes&#8221; -actn &#8220;setowner&#8221; -silent<\/span><\/li>\n<li><span style=\"font-size: 12.16px;\">&#8220;SetACL.exe&#8221; -on &#8220;HKLM\\SYSTEM\\ControlSet001\\Services&#8221; -ot &#8220;reg&#8221; -ace \u00a0&#8220;n:%UserName%;p:full&#8221; -rec &#8220;Yes&#8221; -actn &#8220;ace&#8221; \u00a0 \u00a0 \u00a0-silent<\/span><\/li>\n<\/ol>\n<h2><strong>Store stops working (or apps downloaded from the store)<\/strong><\/h2>\n<ol>\n<li><span class=\"caption\">Start a Command Window (CMD) by right-clicking c:\\windows\\system32\\cmd.exe and choosing &#8220;Run as Administrator&#8221;<\/span><\/li>\n<li><span class=\"caption\"> Powershell<\/span><\/li>\n<li class=\"caption\"> $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + &#8216;\\AppxManifest.xml&#8217; ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest <\/li>\n<\/ol>\n<h2><strong>Windows Start Button stops working<\/strong><\/h2>\n<div>\n<ol>\n<li><span style=\"font-size: 12.16px;\">Start a Command Window (CMD) by right-clicking c:\\windows\\system32\\cmd.exe and choosing &#8220;Run as Administrator&#8221;<\/span><\/li>\n<li><span style=\"font-size: 12.16px;\"> Powershell<\/span><\/li>\n<li><span style=\"font-size: 12.16px;\"> Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register \u201c$($_.InstallLocation)\\AppXManifest.xml\u201d}<\/span><\/li>\n<li><span style=\"font-size: 12.16px;\"> <\/span><span style=\"font-size: 12.16px;\">DISM \/Online \/Cleanup-Image \/RestoreHealth<\/span><\/li>\n<li> Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register &#8220;$($_.InstallLocation)\\AppXManifest.xml&#8221;}<\/li>\n<\/ol>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>I have had a handful of issues with Windows 10 but still like it. Here are some issues and fixes &hellip; <a class=\"more-link\" href=\"http:\/\/simkin.org\/wordpress\/?p=333\">More<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"spay_email":""},"categories":[3,287],"tags":[],"jetpack_featured_media_url":"","_links":{"self":[{"href":"http:\/\/simkin.org\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/333"}],"collection":[{"href":"http:\/\/simkin.org\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/simkin.org\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/simkin.org\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/simkin.org\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=333"}],"version-history":[{"count":0,"href":"http:\/\/simkin.org\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/333\/revisions"}],"wp:attachment":[{"href":"http:\/\/simkin.org\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=333"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/simkin.org\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=333"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/simkin.org\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=333"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}