{"id":1565,"date":"2017-05-03T13:57:15","date_gmt":"2017-05-03T17:57:15","guid":{"rendered":"http:\/\/codinggorilla.domemtech.com\/?p=1565"},"modified":"2017-05-03T13:57:15","modified_gmt":"2017-05-03T17:57:15","slug":"windows-recover-tools-for-an-idiot","status":"publish","type":"post","link":"http:\/\/165.227.223.229\/index.php\/2017\/05\/03\/windows-recover-tools-for-an-idiot\/","title":{"rendered":"Windows recover tools for an idiot"},"content":{"rendered":"<p>I&#8217;m going to tell a story that probably many of you can relate to.<\/p>\n<p>Last week, I experienced a slow motion catastrophic failure in Windows. It surprise me because ever since Windows 7, I&#8217;ve had pretty good luck in rolling forward with the updates and upgrades of the OS. But, that changed when I moved to the Windows 10 Creator Update.<\/p>\n<p>As Microsoft posted in its website, &#8220;Why wait? Download Creator&#8217;s Update now.&#8221; So I did.<\/p>\n<p>Unfortunately, it started with problems with an old NVIDIA Ti 470 graphics card. More importantly, I couldn&#8217;t run a Samsung Android virtual machine with VirtualBox due to a problem in a VirtualBox network adapter driver.<\/p>\n<p>I tried the usual: reinstalling VBox, some registry edits of some VBox settings, and sanity checks on the OS and disk drives. But, no matter what I tried, I couldn&#8217;t get VBox working.<\/p>\n<p>Biting the bullet, I decided on increasingly drastic measures: a roll back to a previous restore point; a Windows 10 Reset (keeping user files). While the VBox problem was fixed, Windows broke in the process: I couldn&#8217;t use Windows 10 Start and type in &#8220;cmd&#8221; to run a shell.<\/p>\n<p><img loading=\"lazy\" class=\"aligncenter size-large wp-image-1570\" src=\"http:\/\/codinggorilla.domemtech.com\/wordpress\/wp-content\/uploads\/2017\/05\/2017-04-25-11.png\" alt=\"\" width=\"392\" height=\"640\" \/><\/p>\n<p>In desperation, I decided to try\u00c2\u00a0a full Windows 10 Reset (removing all user files), but stopped\u00c2\u00a0immediately when Windows prompted whether I wanted to delete all data from all drivers in\u00c2\u00a0the machine! Really?? Being old school, I decided just to do a format\/install fresh copy of the OS instead. I know, so &#8220;old school&#8221;.<\/p>\n<p>In the end, I was able to get the PC back up and restore my files. But, I learned a few things\u00c2\u00a0about the tools MS offers to fix a Windows.<\/p>\n<h3><\/h3>\n<h2>System File Integrity<\/h2>\n<h3>SFC &#8212; System File Checker<\/h3>\n<p>Verifies the validity of Windows system files.<\/p>\n\n<pre><\/pre>\n<h2>Basic File System Integrity<\/h2>\n<h3>Chkdsk &#8212; Checks a disk and displays a status report<\/h3>\n<p>This tool checks the validity of a file system. It used to check for bad sectors in a drive, but that is no longer performed by the tool.<\/p>\n\n<h2>Bad Disk Drive Checks<\/h2>\n<p>There are a number of <a href=\"https:\/\/www.geckoandfly.com\/21498\/check-repair-hard-disk-bad-sector\/\" target=\"_blank\" rel=\"noopener noreferrer\">free tools<\/a> which check for bad sectors on a hard disk drive (HDD). You should not use these tools on solid state drives (SSD) as these checks shorten the life of the SSD.<\/p>\n<p>Many of the tools are manufacturer-specific programs. For example, <a href=\"http:\/\/www.seagate.com\/support\/downloads\/seatools\/\" target=\"_blank\" rel=\"noopener noreferrer\">Seatools<\/a> is specific for Seagate drives.\u00c2\u00a0<a href=\"https:\/\/kb.sandisk.com\/app\/answers\/detail\/a_id\/15108\" target=\"_blank\" rel=\"noopener noreferrer\">Sandisk SSD Dashboard<\/a> is specific for Sandisk.\u00c2\u00a0<a href=\"http:\/\/macrorit.com\/disk-surface-test\/disk-surface-test.html\" target=\"_blank\" rel=\"noopener noreferrer\">Macrorit Disk Scanner<\/a> seems pretty good tool with a colorful GUI to boot, and is not manufacturer specific.<\/p>\n<h2>Windows trouble shooter<\/h2>\n<p>Windows provides some trouble shooting programs to help detect and fix problems. You can operate them from the GUI, or the command line.<\/p>\n\n<p>&nbsp;<\/p>\n<h3>DISM\u00c2\u00a0&#8211;\u00c2\u00a0Deployment Image Servicing and Management tool<\/h3>\n<p>DISM enumerates, installs, uninstalls, configures, and updates features<br \/>\n and packages in Windows images.<\/p>\n\n<h4>Additional\u00c2\u00a0examples:<\/h4>\n<pre>dism \/online \/cleanup-image \/checkhealth\r\ndism \/online \/cleanup-image \/scanhealth\r\n\r\n<\/pre>\n<h2>Windows Driver Verifier<\/h2>\n<p>Verifier.exe is a tool to check drivers installed on your system. It is a Desktop GUI application. Be very careful with this program: you can easily trash your system using the tool&#8211;from the voice of experience! Make sure to create a backup before proceeding. A good intro is <a href=\"https:\/\/www.tenforums.com\/tutorials\/5470-enable-disable-driver-verifier-windows-10-a.html\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a>.<\/p>\n<h2>Recreate a Profile<\/h2>\n<p>Sometimes recreating a profile may solve your problems. See <a href=\"https:\/\/community.spiceworks.com\/how_to\/121165-re-create-user-profile-windows\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/community.spiceworks.com\/how_to\/121165-re-create-user-profile-windows<\/a><\/p>\n<h2>How to Start Windows in Safe Mode with Command Prompt<\/h2>\n<p>Once in a while, you may need to go into &#8220;Safe Mode&#8221; when booting Windows. If the PC can boot, try this at the login screen: hold down the <em>Shift <\/em>key and\u00c2\u00a0click on the power button and then click on <em>Restart<\/em>. If the PC cannot boot, you must boot from a recovery disk. Make sure you do that before trouble hits!\u00c2\u00a0Plug in a flash drive, open Control Panel\u00e2\u20ac\u2122s Recovery tool, then click <em>Create a recovery drive<\/em>.<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;m going to tell a story that probably many of you can relate to. Last week, I experienced a slow motion catastrophic failure in Windows. It surprise me because ever since Windows 7, I&#8217;ve had pretty good luck in rolling forward with the updates and upgrades of the OS. But, that changed when I moved &hellip; <\/p>\n<p class=\"link-more\"><a href=\"http:\/\/165.227.223.229\/index.php\/2017\/05\/03\/windows-recover-tools-for-an-idiot\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Windows recover tools for an idiot&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[],"tags":[],"_links":{"self":[{"href":"http:\/\/165.227.223.229\/index.php\/wp-json\/wp\/v2\/posts\/1565"}],"collection":[{"href":"http:\/\/165.227.223.229\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/165.227.223.229\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/165.227.223.229\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/165.227.223.229\/index.php\/wp-json\/wp\/v2\/comments?post=1565"}],"version-history":[{"count":0,"href":"http:\/\/165.227.223.229\/index.php\/wp-json\/wp\/v2\/posts\/1565\/revisions"}],"wp:attachment":[{"href":"http:\/\/165.227.223.229\/index.php\/wp-json\/wp\/v2\/media?parent=1565"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/165.227.223.229\/index.php\/wp-json\/wp\/v2\/categories?post=1565"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/165.227.223.229\/index.php\/wp-json\/wp\/v2\/tags?post=1565"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}