virge Posted August 12, 2017 Share Posted August 12, 2017 Windows XP, 7,8 and 10 boot crash issue - "autochk program not found, skipping autocheck" . Windows does this autocheck routine upon bootup to check for a dirty bit, ff it finds it, Windows will not load and you will get the message of "autochk program not found, skipping autocheck". Once this happens, there is no way that I know of to fix it. Running the usual 'bootrec /fixmbr' or 'bootrec /fixboot' won't do anything as the issue has nothing to do with the master boot record, partition table or your hard drive in general. The only resolve is to reinstall the operating system, even safe mode won't help here. This issue hit two of my friend's pc's yesterday and it's no fun having to reinstall from scratch, especially when most people never back up. The problem is a routine registry check for what Microsoft calls a dirty bit, flag > yes then Windows will not boot, flag < no, Windows is allowed to boot. There are many articles about the autochk issue, most of them from several years ago and with the wrong information on how to resolve it. I have looked through many web sites, all with ridiculous resolves. Here is how to fix it before Windows crashes on you. Check if your drive is dirty or not. Run this command with admin rights. x=drive letter, ex: fsutil dirty query c: fsutil dirty query x: Even if Windows says drive is NOT dirty, I would still make this change. Default Setting in Windows 10 Pro x64 Locate this registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager to find the entry Run this command with admin rights. x=drive letter, ex: chkntfs /x c: chkntfs /x x: If you have multiple partitions/drives, enter chkntfs /x c: d: e: f: < -- place each drive letter on the same line with space Details:: https://support.microsoft.com/en-us/help/160963/chkntfs-exe-what-you-can-use-it-for and https://technet.microsoft.com/en-us/library/bb490877.aspx Changed Setting in Windows 10 Pro x64 According to Microsoft, the autocheck feature is to prevent malicious rogue software from corrupting your computer. The idea is to stop Windows from booting before the problem gets worse. Unfortunately, when this message occurs, there is no fix, other than the reinstall. I have seen this issue occur on a few pc's now with hardly any applications installed, all variants of Windows. Hope this helps. Article: https://www.raymond.cc/blog/disable-or-stop-auto-chkdsk-during-windows-startup/view-all/ Article: http://www.hightechdad.com/2013/04/25/how-to-stop-chkdsk-from-running-on-every-boot-up/ Link to comment Share on other sites More sharing options...
neofita Posted August 12, 2017 Share Posted August 12, 2017 It also happened to me this morning.Obviously I had to reinstall Link to comment Share on other sites More sharing options...
Pete 12 Posted August 12, 2017 Share Posted August 12, 2017 I have only this key BootExecute , nothing else , its empty key..........?? Link to comment Share on other sites More sharing options...
eurobyn Posted August 12, 2017 Share Posted August 12, 2017 could this be a solution ? try to boot from a bootable windows pe cd and use a register editor pe so you can make changes to the registry ? Link to comment Share on other sites More sharing options...
J.D Posted August 12, 2017 Share Posted August 12, 2017 In win7 x64 I have this autoche R}x ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ÷ØÙÚÛÜÝÞxÌ autocheck autochk * Link to comment Share on other sites More sharing options...
Pete 12 Posted August 12, 2017 Share Posted August 12, 2017 And............do you think thats ok..............? Link to comment Share on other sites More sharing options...
virge Posted August 12, 2017 Author Share Posted August 12, 2017 1 hour ago, Pete 12 said: I have only this key BootExecute , nothing else , its empty key..........?? Try running the command of chkntfs /x c: and see if that makes any changes. Backup your os/data before doing so. Link to comment Share on other sites More sharing options...
J.D Posted August 12, 2017 Share Posted August 12, 2017 48 minutes ago, Pete 12 said: And............do you think thats ok..............? Encrypted ? by Zemana Anti-logger ? Link to comment Share on other sites More sharing options...
Pete 12 Posted August 12, 2017 Share Posted August 12, 2017 I get " c is not a valid drive specification." after CMD chkntfs /x c..............? And bootexecute still empty.........( no info in this key ) After inserting " autocheck autochk* " in this empty key , I got same result with " chkntfs /x c " ............! Link to comment Share on other sites More sharing options...
J.D Posted August 12, 2017 Share Posted August 12, 2017 4 minutes ago, Pete 12 said: I get " c is not a valid drive specification." after CMD chkntfs /x c..............? You need the : after the C All it tells me is The File System is NTFS but I know that..... I copied / pasted from post #1 and entered it as a Command prompt (Run as Administrator) Link to comment Share on other sites More sharing options...
Pete 12 Posted August 12, 2017 Share Posted August 12, 2017 " You need the : after the C " ....ok, so I did , still nothing happens............! Ho, after reboot I got " "autochk program not found, skipping autocheck" " .............not good , I guess..! After removing the " autocheck autochk* " from the reg-key ( BootExecute ) this " "autochk program not found, skipping autocheck" did not show up after reboot............ Link to comment Share on other sites More sharing options...
VIKTOR PAVEL Posted August 12, 2017 Share Posted August 12, 2017 Some times modify HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager is not sufficient you must modify also: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\Session Manager Also responsible for this issue is - malware mostly use this strings to wright some thing - anti-malware too can remove files from system32 but not remove string from registry - some programs write to this string and after uninstall they remove files but not remove string in registry - Diskeeper Bootime defrag and check if you still have mountmgr.sys File in Windows\System32\Drivers (in this case not need reinstall - just copy file from good system or cd) Normal state is only autocheck autochk * - no other thing with it (unless you use program who need exclusive access to volumes) Link to comment Share on other sites More sharing options...
Pete 12 Posted August 12, 2017 Share Posted August 12, 2017 Have checked these keys, they are all present...........still we got "autochk program not found, skipping autocheck " after reboot............! Link to comment Share on other sites More sharing options...
VIKTOR PAVEL Posted August 12, 2017 Share Posted August 12, 2017 3 hours ago, Pete 12 said: " You need the : after the C " ....ok, so I did , still nothing happens............! Ho, after reboot I got " "autochk program not found, skipping autocheck" " .............not good , I guess..! After removing the " autocheck autochk* " from the reg-key ( BootExecute ) this " "autochk program not found, skipping autocheck" did not show up after reboot............ 21 minutes ago, Pete 12 said: Have checked these keys, they are all present...........still we got "autochk program not found, skipping autocheck " after reboot............! two contradictory reply! i am not understand! Link to comment Share on other sites More sharing options...
Pete 12 Posted August 12, 2017 Share Posted August 12, 2017 After checking these keys ( they are all present ), I made CMD ; chkntfs /x c: Then during booting , I got "autochk program not found, skipping autocheck " , and this message appears after every reboot. When removing the " autocheck autochk* " from the reg-key ( BootExecute ) , this message does not appear anymore. So remains the question how to do a disk-check on my SSD ? Link to comment Share on other sites More sharing options...
VIKTOR PAVEL Posted August 12, 2017 Share Posted August 12, 2017 36 minutes ago, Pete 12 said: So remains the question how to do a disk-check on my SSD ? safe is use built in Windows Instrumentation Command Line Tool open command prompt and type wmic type diskdrive get status and press Enter key if you have result OK no need other things coz SSD controller take care of your SSD for other tasks many users say not safe use other command line tools S.M.A.R.T tools is also not report exact state of SSD's Link to comment Share on other sites More sharing options...
Pete 12 Posted August 13, 2017 Share Posted August 13, 2017 Very good Viktor , CMD gave me , 7 times , OK ! This CMD wmic/diskdrive get status is the solution.................. ! Link to comment Share on other sites More sharing options...
jayesh30202 Posted August 13, 2017 Share Posted August 13, 2017 10 hours ago, VIKTOR PAVEL said: safe is use built in Windows Instrumentation Command Line Tool open command prompt and type wmic type diskdrive get status and press Enter key if you have result OK no need other things coz SSD controller take care of your SSD for other tasks many users say not safe use other command line tools S.M.A.R.T tools is also not report exact state of SSD's So i guess the below screenshot from my system should do just fine Link to comment Share on other sites More sharing options...
Pete 12 Posted August 13, 2017 Share Posted August 13, 2017 I suppose so, coz you have the same results as I have................ ! ( again a reason for feeling happy ) Link to comment Share on other sites More sharing options...
Israeli_Eagle Posted August 14, 2017 Share Posted August 14, 2017 1. Never had such a weird problems. 2. A system restore would fix it for sure. 3. Restore points should created anyway daily, script as Scheduler Task for example. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.