| |||
| CHKDSK Hi There, I'm running Win XP Pro SP2, How do I start to run CHKDSK? Thank You for any answers |
| |||
| Re: CHKDSK user wrote: > Hi There, > I'm running Win XP Pro SP2, > How do I start to run CHKDSK? > Thank You for any answers How to use Chkdsk - http://tinyurl.com/2obcd Malke -- Elephant Boy Computers www.elephantboycomputers.com "Don't Panic!" MS-MVP Windows - Shell/User |
| |||
| Re: CHKDSK there are a couple of ways. but the best way is to always start an inquiry at microsoft.com ..... "user" <user@user.gone> wrote in message news:diZ7h.4557$0x.2358@newsfe1-win.ntli.net... > Hi There, > I'm running Win XP Pro SP2, > How do I start to run CHKDSK? > Thank You for any answers > |
| |||
| Re: CHKDSK "DatabaseBen" <databaseben@discussions.microsoft.com> wrote in message news:%23oicIb%23CHHA.4060@TK2MSFTNGP03.phx.gbl... > there are a couple of ways. > > but the best way is to always start > an inquiry at microsoft.com ..... > Would you care to elaborate? > > "user" <user@user.gone> wrote in message > news:diZ7h.4557$0x.2358@newsfe1-win.ntli.net... >> Hi There, >> I'm running Win XP Pro SP2, >> How do I start to run CHKDSK? >> Thank You for any answers >> > > |
| |||
| Re: CHKDSK www.microsoft.com, knowledge base, search "user" <user@user.gone> wrote in message news:CZZ7h.5161$d4.703@newsfe4-win.ntli.net... > > "DatabaseBen" <databaseben@discussions.microsoft.com> wrote in message > news:%23oicIb%23CHHA.4060@TK2MSFTNGP03.phx.gbl... > > there are a couple of ways. > > > > but the best way is to always start > > an inquiry at microsoft.com ..... > > > > Would you care to elaborate? > > > > > "user" <user@user.gone> wrote in message > > news:diZ7h.4557$0x.2358@newsfe1-win.ntli.net... > >> Hi There, > >> I'm running Win XP Pro SP2, > >> How do I start to run CHKDSK? > >> Thank You for any answers > >> > > > > > > |
| |||
| Re: CHKDSK One way.... Start => Run =>(type) CMD and a DOS window opens type chkdsk /? this will show all the switches, use whatever one is appropriate BP σΏσ >> >> "DatabaseBen" <databaseben@discussions.microsoft.com> wrote in message >> news:%23oicIb%23CHHA.4060@TK2MSFTNGP03.phx.gbl... >> > there are a couple of ways. >> > >> > but the best way is to always start >> > an inquiry at microsoft.com ..... >> > >> >> Would you care to elaborate? >> >> > >> > "user" <user@user.gone> wrote in message >> > news:diZ7h.4557$0x.2358@newsfe1-win.ntli.net... >> >> Hi There, >> >> I'm running Win XP Pro SP2, >> >> How do I start to run CHKDSK? >> >> Thank You for any answers >> >> >> > >> > >> >> > > |
| |||
| Re: CHKDSK user wrote: > Hi There, > I'm running Win XP Pro SP2, > How do I start to run CHKDSK? > Thank You for any answers <http://groups.google.com/group/micro....general/msg/6 080a047c87a680a?hl=en&> |
| |||
| Re: CHKDSK Then give the correct URL. Search the Support Knowledge Base (KB) http://support.microsoft.com/default...;EN-US;KBHOWTO -- Hope this helps. Let us know. Wes MS-MVP Windows Shell/User In news:%23pjDEw%23CHHA.4464@TK2MSFTNGP06.phx.gbl, DL <address@invalid> hunted and pecked: > www.microsoft.com, knowledge base, search > > "user" <user@user.gone> wrote in message > news:CZZ7h.5161$d4.703@newsfe4-win.ntli.net... >> >> "DatabaseBen" <databaseben@discussions.microsoft.com> wrote in message >> news:%23oicIb%23CHHA.4060@TK2MSFTNGP03.phx.gbl... >>> there are a couple of ways. >>> >>> but the best way is to always start >>> an inquiry at microsoft.com ..... >>> >> >> Would you care to elaborate? >> >>> >>> "user" <user@user.gone> wrote in message >>> news:diZ7h.4557$0x.2358@newsfe1-win.ntli.net... >>>> Hi There, >>>> I'm running Win XP Pro SP2, >>>> How do I start to run CHKDSK? >>>> Thank You for any answers |
| |||
| Re: CHKDSK chkdisk can be run from the GUI or the command prompt. The GUI way... 1. In My Computer or Windows Explorer, right-click the drive you want to check and then click Properties. 2. On the Tools tab, click Check Now. 3. Check both boxes: * Automatically fix file system errors Runs Chkdsk by using the /f parameter. [[Specifies whether Windows repairs file-system errors found during disk checking. All files must be closed for this program to run. If the drive is currently in use, a message asks if you want to reschedule the disk checking for the next time you restart your computer. Your drive is not available to run other tasks while the disk is being checked.]] * Scan for and attempt recovery of bad sectors Runs Chkdsk by using the /r parameter. [[Specifies whether Windows repairs file-system errors found during disk checking, locates bad sectors, and recovers readable information. All files must be closed for this program to run. If the drive is currently in use, a message asks if you want to reschedule the disk checking for the next time you restart your computer. Your drive is not available to run other tasks while the disk is being checked. If you select this option, you do not need to select Automatically fix file system errors. Windows fixes any errors on the disk.]] A message will popup. [[The disk check could not be performed because the disk check utility needs exclusive access to some Windows files on the disk. These files can be accessed only by restarting Windows. Do you want to schedule this disk check to occur the next time you restart the computer?]] Click YES. Then reboot. For a look at the chkdsk log. Open the Event Viewer... Start | Run | Type: eventvwr | Click OK | Look in Application | Listed as Information | Event ID: 1001 Source: Winlogon [[Description: This includes file system type; drive letter or GUID, and volume name or serial number to help determine what volume Chkdsk ran against. Also included is whether Chkdsk ran because a user scheduled it or because the dirty bit was set.]] Also... Open a command prompt... Start | Run | Type: cmd | click OK | Type: Chkdsk /? and hit Enter /? shows HELP for the chkdsk command This will show the same chkdisk help as the link below. Paste the following line into Start | Run and click OK... hh ntcmds.chm::/chkdsk.htm Chkdsk http://www.microsoft.com/resources/d....mspx?mfr=true -- Hope this helps. Let us know. Wes MS-MVP Windows Shell/User In news:CZZ7h.5161$d4.703@newsfe4-win.ntli.net, user <user@user.gone> hunted and pecked: > "DatabaseBen" <databaseben@discussions.microsoft.com> wrote in message > news:%23oicIb%23CHHA.4060@TK2MSFTNGP03.phx.gbl... >> there are a couple of ways. >> >> but the best way is to always start >> an inquiry at microsoft.com ..... >> > > Would you care to elaborate? > >> >> "user" <user@user.gone> wrote in message >> news:diZ7h.4557$0x.2358@newsfe1-win.ntli.net... >>> Hi There, >>> I'm running Win XP Pro SP2, >>> How do I start to run CHKDSK? >>> Thank You for any answers |
| |||
| Re: CHKDSK Nice one Wesley, just what I was looking for, Thank You. "Wesley Vogel" <123WVogel955@comcast.net> wrote in message news:uZH9rEBDHHA.4832@TK2MSFTNGP06.phx.gbl... > chkdisk can be run from the GUI or the command prompt. > > The GUI way... > 1. In My Computer or Windows Explorer, right-click the drive you want to > check and then click Properties. > 2. On the Tools tab, click Check Now. > 3. Check both boxes: > > * Automatically fix file system errors > Runs Chkdsk by using the /f parameter. > [[Specifies whether Windows repairs file-system errors found during disk > checking. All files must be closed for this program to run. If the drive > is > currently in use, a message asks if you want to reschedule > the disk checking for the next time you restart your computer. Your drive > is > not available to run other tasks while the disk is being checked.]] > > * Scan for and attempt recovery of bad sectors > Runs Chkdsk by using the /r parameter. > [[Specifies whether Windows repairs file-system errors found during disk > checking, locates bad sectors, and recovers readable information. All > files > must be closed for this program to run. If the drive is currently in use, > a > message asks if you want to reschedule the disk checking for the next time > you restart your computer. Your drive is not available to run other tasks > while the disk is being checked. If you select this option, you do not > need > to select Automatically fix file system errors. Windows fixes any errors > on > the disk.]] > > A message will popup. > > [[The disk check could not be performed because the disk check utility > needs > exclusive access to some Windows files on the disk. These files can be > accessed only by restarting Windows. Do you want to schedule this disk > check > to occur the next time you restart the computer?]] > > Click YES. > > Then reboot. > > For a look at the chkdsk log. > > Open the Event Viewer... > Start | Run | Type: eventvwr | Click OK | > Look in Application | Listed as Information | > Event ID: 1001 > Source: Winlogon > [[Description: This includes file system type; drive letter or GUID, and > volume name or serial number to help determine what volume Chkdsk ran > against. Also included is whether Chkdsk ran because a user scheduled it > or > because the dirty bit was set.]] > > Also... > Open a command prompt... > Start | Run | Type: cmd | click OK | > > Type: Chkdsk /? and hit Enter > > /? shows HELP for the chkdsk command > > This will show the same chkdisk help as the link below. > > Paste the following line into Start | Run and click OK... > > hh ntcmds.chm::/chkdsk.htm > > Chkdsk > http://www.microsoft.com/resources/d....mspx?mfr=true > > > > -- > Hope this helps. Let us know. > > Wes > MS-MVP Windows Shell/User > > In news:CZZ7h.5161$d4.703@newsfe4-win.ntli.net, > user <user@user.gone> hunted and pecked: >> "DatabaseBen" <databaseben@discussions.microsoft.com> wrote in message >> news:%23oicIb%23CHHA.4060@TK2MSFTNGP03.phx.gbl... >>> there are a couple of ways. >>> >>> but the best way is to always start >>> an inquiry at microsoft.com ..... >>> >> >> Would you care to elaborate? >> >>> >>> "user" <user@user.gone> wrote in message >>> news:diZ7h.4557$0x.2358@newsfe1-win.ntli.net... >>>> Hi There, >>>> I'm running Win XP Pro SP2, >>>> How do I start to run CHKDSK? >>>> Thank You for any answers > |
| |||
| Re: CHKDSK You're welcome. Keep having fun. -- Hope this helps. Let us know. Wes MS-MVP Windows Shell/User In news:rQ28h.42105$Ib.26352@newsfe1-gui.ntli.net, user <user@user.gone> hunted and pecked: > Nice one Wesley, just what I was looking for, > Thank You. > > > "Wesley Vogel" <123WVogel955@comcast.net> wrote in message > news:uZH9rEBDHHA.4832@TK2MSFTNGP06.phx.gbl... >> chkdisk can be run from the GUI or the command prompt. >> >> The GUI way... >> 1. In My Computer or Windows Explorer, right-click the drive you want to >> check and then click Properties. >> 2. On the Tools tab, click Check Now. >> 3. Check both boxes: >> >> * Automatically fix file system errors >> Runs Chkdsk by using the /f parameter. >> [[Specifies whether Windows repairs file-system errors found during disk >> checking. All files must be closed for this program to run. If the drive >> is >> currently in use, a message asks if you want to reschedule >> the disk checking for the next time you restart your computer. Your drive >> is >> not available to run other tasks while the disk is being checked.]] >> >> * Scan for and attempt recovery of bad sectors >> Runs Chkdsk by using the /r parameter. >> [[Specifies whether Windows repairs file-system errors found during disk >> checking, locates bad sectors, and recovers readable information. All >> files >> must be closed for this program to run. If the drive is currently in use, >> a >> message asks if you want to reschedule the disk checking for the next >> time you restart your computer. Your drive is not available to run other >> tasks while the disk is being checked. If you select this option, you >> do not need >> to select Automatically fix file system errors. Windows fixes any errors >> on >> the disk.]] >> >> A message will popup. >> >> [[The disk check could not be performed because the disk check utility >> needs >> exclusive access to some Windows files on the disk. These files can be >> accessed only by restarting Windows. Do you want to schedule this disk >> check >> to occur the next time you restart the computer?]] >> >> Click YES. >> >> Then reboot. >> >> For a look at the chkdsk log. >> >> Open the Event Viewer... >> Start | Run | Type: eventvwr | Click OK | >> Look in Application | Listed as Information | >> Event ID: 1001 >> Source: Winlogon >> [[Description: This includes file system type; drive letter or GUID, and >> volume name or serial number to help determine what volume Chkdsk ran >> against. Also included is whether Chkdsk ran because a user scheduled it >> or >> because the dirty bit was set.]] >> >> Also... >> Open a command prompt... >> Start | Run | Type: cmd | click OK | >> >> Type: Chkdsk /? and hit Enter >> >> /? shows HELP for the chkdsk command >> >> This will show the same chkdisk help as the link below. >> >> Paste the following line into Start | Run and click OK... >> >> hh ntcmds.chm::/chkdsk.htm >> >> Chkdsk >> http://www.microsoft.com/resources/d....mspx?mfr=true >> >> >> >> -- >> Hope this helps. Let us know. >> >> Wes >> MS-MVP Windows Shell/User >> >> In news:CZZ7h.5161$d4.703@newsfe4-win.ntli.net, >> user <user@user.gone> hunted and pecked: >>> "DatabaseBen" <databaseben@discussions.microsoft.com> wrote in message >>> news:%23oicIb%23CHHA.4060@TK2MSFTNGP03.phx.gbl... >>>> there are a couple of ways. >>>> >>>> but the best way is to always start >>>> an inquiry at microsoft.com ..... >>>> >>> >>> Would you care to elaborate? >>> >>>> >>>> "user" <user@user.gone> wrote in message >>>> news:diZ7h.4557$0x.2358@newsfe1-win.ntli.net... >>>>> Hi There, >>>>> I'm running Win XP Pro SP2, >>>>> How do I start to run CHKDSK? >>>>> Thank You for any answers |
| |||
| Re: CHKDSK You're welcome. Keep having fun. -- Hope this helps. Let us know. Wes MS-MVP Windows Shell/User In news:rQ28h.42105$Ib.26352@newsfe1-gui.ntli.net, user <user@user.gone> hunted and pecked: > Nice one Wesley, just what I was looking for, > Thank You. > > > "Wesley Vogel" <123WVogel955@comcast.net> wrote in message > news:uZH9rEBDHHA.4832@TK2MSFTNGP06.phx.gbl... >> chkdisk can be run from the GUI or the command prompt. >> >> The GUI way... >> 1. In My Computer or Windows Explorer, right-click the drive you want to >> check and then click Properties. >> 2. On the Tools tab, click Check Now. >> 3. Check both boxes: >> >> * Automatically fix file system errors >> Runs Chkdsk by using the /f parameter. >> [[Specifies whether Windows repairs file-system errors found during disk >> checking. All files must be closed for this program to run. If the drive >> is >> currently in use, a message asks if you want to reschedule >> the disk checking for the next time you restart your computer. Your drive >> is >> not available to run other tasks while the disk is being checked.]] >> >> * Scan for and attempt recovery of bad sectors >> Runs Chkdsk by using the /r parameter. >> [[Specifies whether Windows repairs file-system errors found during disk >> checking, locates bad sectors, and recovers readable information. All >> files >> must be closed for this program to run. If the drive is currently in use, >> a >> message asks if you want to reschedule the disk checking for the next >> time you restart your computer. Your drive is not available to run other >> tasks while the disk is being checked. If you select this option, you >> do not need >> to select Automatically fix file system errors. Windows fixes any errors >> on >> the disk.]] >> >> A message will popup. >> >> [[The disk check could not be performed because the disk check utility >> needs >> exclusive access to some Windows files on the disk. These files can be >> accessed only by restarting Windows. Do you want to schedule this disk >> check >> to occur the next time you restart the computer?]] >> >> Click YES. >> >> Then reboot. >> >> For a look at the chkdsk log. >> >> Open the Event Viewer... >> Start | Run | Type: eventvwr | Click OK | >> Look in Application | Listed as Information | >> Event ID: 1001 >> Source: Winlogon >> [[Description: This includes file system type; drive letter or GUID, and >> volume name or serial number to help determine what volume Chkdsk ran >> against. Also included is whether Chkdsk ran because a user scheduled it >> or >> because the dirty bit was set.]] >> >> Also... >> Open a command prompt... >> Start | Run | Type: cmd | click OK | >> >> Type: Chkdsk /? and hit Enter >> >> /? shows HELP for the chkdsk command >> >> This will show the same chkdisk help as the link below. >> >> Paste the following line into Start | Run and click OK... >> >> hh ntcmds.chm::/chkdsk.htm >> >> Chkdsk >> http://www.microsoft.com/resources/d....mspx?mfr=true >> >> >> >> -- >> Hope this helps. Let us know. >> >> Wes >> MS-MVP Windows Shell/User >> >> In news:CZZ7h.5161$d4.703@newsfe4-win.ntli.net, >> user <user@user.gone> hunted and pecked: >>> "DatabaseBen" <databaseben@discussions.microsoft.com> wrote in message >>> news:%23oicIb%23CHHA.4060@TK2MSFTNGP03.phx.gbl... >>>> there are a couple of ways. >>>> >>>> but the best way is to always start >>>> an inquiry at microsoft.com ..... >>>> >>> >>> Would you care to elaborate? >>> >>>> >>>> "user" <user@user.gone> wrote in message >>>> news:diZ7h.4557$0x.2358@newsfe1-win.ntli.net... >>>>> Hi There, >>>>> I'm running Win XP Pro SP2, >>>>> How do I start to run CHKDSK? >>>>> Thank You for any answers |
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| running CHKDSK /F | Marc | Windows XP | 1 | 01-04-2007 03:44 AM |
| chkdsk /f errors in Event Log | Frankster | Windows XP | 12 | 01-04-2007 03:10 AM |
| CHKDSK from HELL! | David | Windows XP | 10 | 01-04-2007 02:26 AM |
| Chkdsk not running | FrustratedChkdisker | Windows XP Tablet PC Newsgroup | 26 | 12-03-2006 11:37 AM |