- Open a command prompt (
cmd
) with administrator privileges (either via "Start → Run..." menu, "<WinKey> + <R>" hotkey, or other methods you like). - Two options.
- Marking volume "dirty":
> fsutil dirty set C: Volume - C: is now marked dirty
- A milder option, just scheduling the volume to be checked on startup:
> chkntfs /C C:
- Marking volume "dirty":
- Reboot safely.
- Watch the
CHKDSK
operation progress... - DONE!
(You can check theCHKDSK
logs later in the "Event Viewer" (eventvwr.msc
or simplyeventvwr
for short)).
- MS TechNet Library - Windows Server:
- MS Knowledge Base:
- MS Windows XP Professional Product Documentation:
---
Last updated: 2016-05-20
Last updated: 2016-05-20
No comments:
Post a Comment