Jump to content

Unable to run CHKDSK


Guzman

Recommended Posts

I’ve been trying to run chkdsk c: /f scan but everytime I run it the pc goes threw the normal process of restarting  but when it get to the part where it scans it says that it’s scanning but then it redirects me to my login screen as if I skipped it.

Link to post
Share on other sites

  • Replies 77
  • Created
  • Last Reply

Top Posters In This Topic

Can you please collect and upload as an attachment the diagnostic data using our MBST?

  • Download and run the Malwarebytes Support Tool
  • Accept the EULA and click Advanced tab on the left (not Start Repair)
  • Click the Gather Logs button, and once it completes, attach the zip file it creates on your desktop to your next reply
Link to post
Share on other sites

  • Root Admin

Press the Windows + R keys to open the Run dialog, type powershell.exe, and press Enter.

In PowerShell, copy and paste the command below, and press Enter

get-winevent -FilterHashTable @{logname="Application"; id="1001"}| ?{$_.providername –match "wininit"} | fl timecreated, message | out-file Desktop\CHKDSKResults.txt

CHKDSKResults.txt file will be created on your desktop, that is the log file of your chkdsk scan results from Event Viewer.

Please upload that file on your next reply

 

Edited by AdvancedSetup
updated information
Link to post
Share on other sites

I got this error

out-file : Could not find a part of the path 'C:\Users\hecto\Desktop\CHKDSKResults.tx'.
At line:1 char:132
+ ... ninit"} | fl timecreated, message | out-file Desktop\CHKDSKResults.tx
+                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OpenError: (:) [Out-File], DirectoryNotFoundException
    + FullyQualifiedErrorId : FileOpenFailure,Microsoft.PowerShell.Commands.OutFileCommand

Link to post
Share on other sites

  • Root Admin

It looks like there is/was a possible bug in some versions of PowerShell

If you copy / paste each line one-by-one into PowerShell and press the Enter key after each line it should create the CHKDSKResults.txt file on your desktop.

$UserDesktop = (Get-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" -Name "Desktop").Desktop

get-winevent -FilterHashTable @{logname="Application"; id="1001"}| ?{$_.providername -match "wininit"} | fl timecreated, message | out-file "$UserDesktop\CHKDSKResults.txt"

 

Link to post
Share on other sites

  • Root Admin

No, I gather that the DISK CHECK did not actually run for one reason or another.

 

 

Please review and follow the directions below to get into Windows 10 Safe Mode at a Command Prompt

If needed, here is another link with 8 ways to boot into Windows 10 Safe Mode

Please print out these instructions, or view them from another computer.

On the affected computer please log off by right click over the Start button and select Log Off.

Then, at the Login screen press and hold the shift key on the keyboard and click the power button on-screen, and select Restart. Do not let go of the Shift key until it reboots

01_sign_on_screen.jpg

After the Restart, it will come up with a screen as shown below. Click on the Troubleshoot button.

02_click_troubleshoot.jpg

Then you'll have another menu like below. Click on the Advanced options button.

03_click_advanced_option.jpg

Now click on the Command Prompt button

04_click_command_prompt.jpg

You should probably see a screen similar to below, getting the command prompt ready.

05_preparing_command_prompt.jpg

Select your Account

06_choose_an_admin_level_account.jpg

Type in your Password

07_type_in_your_password.jpg

Now, type in NOTEPAD and press the Enter key

08_type_in_notepad.jpg

Click File -> Open inside of Notepad to see what drive Windows is on.

09_click_file_open.jpg

10_click_this_pc.jpg

11_select_biggest_disk.jpg

12_verify_windows_disk.jpg

Now type in CHKDSK  C: /F  {make sure you use your disk letter, which may be D: or E: etc.}

NOTE: DO NOT use the /R switch unless you have signs of real disk issues or have a lot of time.
Using the /R switch can take hours or even days to complete depending on the size and speed of the computer.
For most users, the /F switch is enough

13_issue_disk_check_command.jpg

The disk check should run and look similar to the below. From this Safe Mode, the drive cannot be locked and should not ask for any reboot. It should just run like shown below.

14_disk_check_in_progress.jpg

Please try the above, and if you continue to have issues, take some pictures with your phone and post them back so we can see what's going on.

Thank you

Link to post
Share on other sites

I had to make a new Microsoft account because when it came to the part for the password it wasn’t working it was saying it was the wrong password I tried to reset it but it still didn’t work but I made the other one and was able to run it

166DD8C2-9311-49E1-B45F-05D35D0723C6.jpeg

96621726-4F83-4B13-870D-37135BA493C0.jpeg

Link to post
Share on other sites

I was running it to see if everything worked normal when I got it back from Best Buy other than that it’s all good and I also have a question why did they delete above flash and installed Java because I’ve heard that Java can be a security risk 

Link to post
Share on other sites

  • Root Admin

Flash has been set as End of Life by Adobe

https://www.adobe.com/products/flashplayer/end-of-life.html

Not sure why they'd install Java as only a select handful of games and utilities even use it. The vast majority of programs have no need or use of Java. You can go into your Control Panel, Programs, Programs and Features and uninstall Java. Easy to reinstall if later on you decide you do need it. https://java.com

Please click on the Start menu and type in POWERSHELL and when it shows on the menu, right-click and select "Run as administrator" and then copy / paste the following into the windows and post back the results.

 

Get-PhysicalDisk | Format-Table -AutoSize 

Then run the following as well in PowerShell and post back the results

Get-BitLockerVolume 

 

Edited by AdvancedSetup
updated information
Link to post
Share on other sites

PS C:\WINDOWS\system32> Get-PhysicalDisk | Format-Table -AutoSize

Number FriendlyName           SerialNumber                             MediaType CanPool OperationalStatus HealthStatus
------ ------------           ------------                             --------- ------- ----------------- ------------
0      WDC WDS100T2B0C-00PXH0 E823_8FA6_BF53_0001_001B_448B_4943_4225. SSD       False   OK                Healthy


PS C:\WINDOWS\system32> Get-BitLockerVolume


   ComputerName: DESKTOP-C3753RN

VolumeType      Mount CapacityGB VolumeStatus           Encryption KeyProtector              AutoUnlock Protection
                Point                                   Percentage                           Enabled    Status
----------      ----- ---------- ------------           ---------- ------------              ---------- ----------
OperatingSystem C:        930.38 FullyDecrypted         0          {}                                   Off
 

Link to post
Share on other sites

PS C:\WINDOWS\system32> Get-PhysicalDisk | Format-Table -AutoSize

Number FriendlyName           SerialNumber                             MediaType CanPool OperationalStatus HealthStatus
------ ------------           ------------                             --------- ------- ----------------- ------------
0      WDC WDS100T2B0C-00PXH0 E823_8FA6_BF53_0001_001B_448B_4943_4225. SSD       False   OK                Healthy
1      Msft Virtual Disk                                               SSD       False   OK                Healthy


PS C:\WINDOWS\system32> Get-BitLockerVolume


   ComputerName: DESKTOP-C3753RN

VolumeType      Mount CapacityGB VolumeStatus           Encryption KeyProtector              AutoUnlock Protection
                Point                                   Percentage                           Enabled    Status
----------      ----- ---------- ------------           ---------- ------------              ---------- ----------
OperatingSystem C:        930.38 FullyDecrypted         0          {}                                   Off
Data            F:          0.00                                   {ExternalKey}             False      Unknown
 

Link to post
Share on other sites

  • Root Admin

There is value in using BitLocker especially if this is a laptop. But there is also DANGER if  you loose the encryption key as you will not be able to access or decrypt the data if you encounter disk issues.
https://www.danielengberg.com/how-to-check-status-of-bitlocker-encryption-on-a-client/

 

Well, it could come from many methods that bring up a virtual drive. Probably best if we get a more detailed set of logs to check on the system and what is running.

 

Please download Farbar Recovery Scan Tool and save it to your desktop.

Note: You need to run the version compatible with your system.
You can check here if you're not sure if your computer is 32-bit or 64-bit

  • Double-click to run it. When the tool opens click Yes to disclaimer.
  • Press the Scan button.
  • It will make a log (FRST.txt) in the same directory the tool is run. Please attach it to your reply.
  • The first time the tool is run, it also makes another log (Addition.txt). Please attach it to your reply as well.

Thank you

 

 

Link to post
Share on other sites

  • Root Admin

I don't see an immediately recognizable virtual device loading it but it does show there.

 

==================== Drives ================================

Drive c: (Windows) (Fixed) (Total:930.38 GB) (Free:821.89 GB) NTFS
Drive d: (Recovery) (Fixed) (Total:0.49 GB) (Free:0.47 GB) NTFS
Drive e: () (Fixed) (Total:0.53 GB) (Free:0.08 GB) NTFS
Drive f: () (Fixed) (Total: ? GB) (Free: ? GB) (Protected) (Locked)

\\?\Volume{b6c419be-be7d-44a6-a3cf-6e586bd6aff2}\ (SYSTEM) (Fixed) (Total:0.09 GB) (Free:0.07 GB) FAT32

==================== MBR & Partition Table ====================

==========================================================
Disk: 0 (Size: 931.5 GB) (Disk ID: 9EDCF0FA)

Partition: GPT.

==========================================================
Disk: 1 (MBR Code: Windows 7/8/10) (Size: 1024 GB) (Disk ID: 2FF7942A)
Partition 1: (Not Active) - (Size=1024 GB) - (Type=07 NTFS)

 

Please double-check there is not some type of other drive installed, connected.

We can run some more tools to try and figure out the device tomorrow, but also check on your User Manual for the motherboard

I'm assuming you built this computer yourself?

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.

Back to top
×
×
  • Create New...

Important Information

This site uses cookies - We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.