Difference between revisions of "StableBit Scanner Q3110004"
From Covecube - Wiki
Christopher (talk | contribs) (Created page with "Fix CHKDSK or File System scan errors ==When to Use== If the system disk keeps on coming back with errors, but a manual check comes back as clean. ==Steps== # Open an elevat...") |
Christopher (talk | contribs) m |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
#* Right click on the "Command Prompt" entry, and select "Run as Administrator" | #* Right click on the "Command Prompt" entry, and select "Run as Administrator" | ||
# Run "vssadmin add shadowstorage /for=c: /on=c: /maxsize=5GB" | # Run "vssadmin add shadowstorage /for=c: /on=c: /maxsize=5GB" | ||
+ | #* Change ''c:'' to whichever drive letter in question | ||
+ | #* use "vssadmin resize shadowstorage /for=c: /on=c: /maxsize=5GB" if the above command does not work | ||
# Reboot the system | # Reboot the system | ||
This should allow you to correctly scan the drives. | This should allow you to correctly scan the drives. |
Latest revision as of 00:00, 28 January 2016
Fix CHKDSK or File System scan errors
When to Use
If the system disk keeps on coming back with errors, but a manual check comes back as clean.
Steps
- Open an elevated Command Prompt
- To do so, hit the Start Button, and type "Command Prompt"
- Right click on the "Command Prompt" entry, and select "Run as Administrator"
- Run "vssadmin add shadowstorage /for=c: /on=c: /maxsize=5GB"
- Change c: to whichever drive letter in question
- use "vssadmin resize shadowstorage /for=c: /on=c: /maxsize=5GB" if the above command does not work
- Reboot the system
This should allow you to correctly scan the drives.