Scan Disk

G

Guest

My apologiess, I'm refering to Error Checking function, not scan disk. All my
devices are working propeply under the device manager. thats why I have a
problem knowing which device driver to troubleshoot. Hope you can assist.
thanx.
 
W

Wesley Vogel

This was at your link...

[[Some software, such as firewall and anti-virus software, also installs
drivers. If this problem occurred after you installed new software, the
software might have installed a driver that caused the problem.]]

I found this from the link that you posted..

How to Troubleshoot Hardware and Software Driver Problems in Windows XP
http://support.microsoft.com/?kbid=322205

If you did not install any new hardware, what about new software? Like
firewall or antivirus software?

AVG AntiVirus software, for example, has three drivers listed in the Device
Manager. AVG7 Kernel, AVG7 Rezident Driver and AVG7 Wrap Driver. ZoneAlarm
has one driver listed in the Device Manager, vsdatant. I just mention these
as examples, by no means do I mean that you have these.

To see software drivers listed in the Device Manager, open it...
Start | Run | Type: devmgmt.msc | Click OK | View | Show hidden devices |
Expand Non-Plug and Play Drivers by clicking the [+]

You can find info about drivers by double clicking a driver | Driver tab |
Driver Details button

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
G

Guest

Hi Wesley,

Thanx so much for the kind help. I tried what yu mentioned, really no
problem with any of the devices. Could it be due to the zero config thing? I
often have the zero config error whenever I boot up my computer but unable to
find any way to resolve the error. I know it has something to do with my
wireless networking. Posted up a request previously regarding the zero config
error but no one has been able to gimme good advice. Would be great if you
can help.

Rgds,

iz.

Wesley Vogel said:
This was at your link...

[[Some software, such as firewall and anti-virus software, also installs
drivers. If this problem occurred after you installed new software, the
software might have installed a driver that caused the problem.]]

I found this from the link that you posted..

How to Troubleshoot Hardware and Software Driver Problems in Windows XP
http://support.microsoft.com/?kbid=322205

If you did not install any new hardware, what about new software? Like
firewall or antivirus software?

AVG AntiVirus software, for example, has three drivers listed in the Device
Manager. AVG7 Kernel, AVG7 Rezident Driver and AVG7 Wrap Driver. ZoneAlarm
has one driver listed in the Device Manager, vsdatant. I just mention these
as examples, by no means do I mean that you have these.

To see software drivers listed in the Device Manager, open it...
Start | Run | Type: devmgmt.msc | Click OK | View | Show hidden devices |
Expand Non-Plug and Play Drivers by clicking the [+]

You can find info about drivers by double clicking a driver | Driver tab |
Driver Details button

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
izaaco said:
My apologiess, I'm refering to Error Checking function, not scan disk.
All my devices are working propeply under the device manager. thats why I
have a problem knowing which device driver to troubleshoot. Hope you can
assist. thanx.
 
W

Wesley Vogel

iz,

I'm getting confused here.

What zero config thing?

Your original post in this thread says you have an
Error Caused By A Device Driver
http://oca.microsoft.com/en/response.aspx?SGD=b9efefeb-b7c0-4527-993a-a86d7386fc8e&SID=10

And that Check Disk (chkdsk.exe) runs on every boot.

Open a command prompt...
Start | Run | Type: cmd | Click OK |
Type or paste:

chkntfs /d

Hit the Enter key.

The /d switch restores the machine to the default behavior; all drives are
checked at boot time and chkdsk is run on those that are dirty.

Autochk.exe is a version of Chkdsk that runs only before Windows XP
starts. Autochk runs in the following situations:

Autochk runs if you try to run Chkdsk on the boot volume.
Autochk runs if Chkdsk cannot gain exclusive use of the volume.
Autochk runs if the volume is flagged as dirty.

This can happen if the drive's dirty bit is set.
When a drive's dirty bit is set, autochk automatically
checks the volume for errors the next time the computer is restarted.

Start | Run | Type: cmd | Click OK |
Type:

fsutil dirty query C:

Hit the Enter key.

This will report whether the dirty bit is set.
Volume C: is not dirty
Volume C: is dirty
[[If a volume's dirty bit is set, this indicates that the file system may be
in an inconsistent state. The dirty bit can be set because the volume is
online and has outstanding changes, because changes were made to the volume
and the computer shutdown before the changes were committed to disk, or
because corruption was detected on the volume. If the dirty bit is set when
the computer restarts, chkdsk runs to verify the consistency of the volume.

Every time Windows XP starts, Autochk.exe is called by the Kernel to scan
all volumes to check if the volume dirty bit is set. If the dirty bit is
set, autochk performs an immediate chkdsk /f on that volume. Chkdsk /f
verifies file system integrity and attempts to fix any problems with the
volume.]]
-----

This will also report whether the dirty bit is set.

Start | Run | Type: cmd | Click OK |
Type:

chkntfs c:

Hit the Enter key.

C: is not dirty.
-----

If this is not the problem.....

Go here:
http://www.kellys-korner-xp.com/xp_tweaks.htm

Read the instructions at the top of the page.
Scroll down to:
82. Disable or Enable Check Disk Upon Boot
Click on Disable.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
izaaco said:
Hi Wesley,

Thanx so much for the kind help. I tried what yu mentioned, really no
problem with any of the devices. Could it be due to the zero config
thing? I often have the zero config error whenever I boot up my computer
but unable to find any way to resolve the error. I know it has something
to do with my wireless networking. Posted up a request previously
regarding the zero config error but no one has been able to gimme good
advice. Would be great if you can help.

Rgds,

iz.

Wesley Vogel said:
This was at your link...

[[Some software, such as firewall and anti-virus software, also installs
drivers. If this problem occurred after you installed new software, the
software might have installed a driver that caused the problem.]]

I found this from the link that you posted..

How to Troubleshoot Hardware and Software Driver Problems in Windows XP
http://support.microsoft.com/?kbid=322205

If you did not install any new hardware, what about new software? Like
firewall or antivirus software?

AVG AntiVirus software, for example, has three drivers listed in the
Device Manager. AVG7 Kernel, AVG7 Rezident Driver and AVG7 Wrap Driver.
ZoneAlarm has one driver listed in the Device Manager, vsdatant. I just
mention these as examples, by no means do I mean that you have these.

To see software drivers listed in the Device Manager, open it...
Start | Run | Type: devmgmt.msc | Click OK | View | Show hidden
devices | Expand Non-Plug and Play Drivers by clicking the [+]

You can find info about drivers by double clicking a driver | Driver tab
| Driver Details button

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
izaaco said:
My apologiess, I'm refering to Error Checking function, not scan disk.
All my devices are working propeply under the device manager. thats why
I have a problem knowing which device driver to troubleshoot. Hope you
can assist. thanx.

:

Scandisk has been retired. Use Error Checking in XP (chkdsk.exe).

How to Troubleshoot Hardware and Software Driver Problems in Windows XP
http://support.microsoft.com/?kbid=322205

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In izaaco <[email protected]> hunted and pecked:
Recently whenever I start up my computer, it goes into into scan disk.
Upon fully restart, it shows the following error message.
http://oca.microsoft.com/en/response.aspx?SGD=b9efefeb-b7c0-4527-993a-a86d7386fc8e&SID=10
However, I did not install any new divices recently and all my devices
are working properly. I would appreciate if anyone can assist by
telling me wats the reason for the error and how to disable to the
start up scan. Thanx so much.

Rgds.
 
G

Guest

Wesley,

Some time back I keep receiving an error upon reboot of the computer,
stating that there's an error with my zeroconfig.exe I found out that this
file is actually Intel's Proset for use in wireless connectivity. Althou this
error keeps popping up, but it has not caused any visible fault in the
operation of the computer so I just live with it. I brought it up again cos
its really the only error I can find on the computer, so I'm not sure if it
has any link to the Error Checking of the computer on booting up. Initially I
thought it might be some driver problem but I already have the latest driver
installed thus I did not mess around with the driver.

It'll be wonderful if you can solve the Error Checking and zeroconfig
problem on the computer as well. Very sorry for the trouble. I seriously hope
you can help.

Rgds,

iz

Wesley Vogel said:
iz,

I'm getting confused here.

What zero config thing?

Your original post in this thread says you have an
Error Caused By A Device Driver
http://oca.microsoft.com/en/response.aspx?SGD=b9efefeb-b7c0-4527-993a-a86d7386fc8e&SID=10

And that Check Disk (chkdsk.exe) runs on every boot.

Open a command prompt...
Start | Run | Type: cmd | Click OK |
Type or paste:

chkntfs /d

Hit the Enter key.

The /d switch restores the machine to the default behavior; all drives are
checked at boot time and chkdsk is run on those that are dirty.

Autochk.exe is a version of Chkdsk that runs only before Windows XP
starts. Autochk runs in the following situations:

Autochk runs if you try to run Chkdsk on the boot volume.
Autochk runs if Chkdsk cannot gain exclusive use of the volume.
Autochk runs if the volume is flagged as dirty.

This can happen if the drive's dirty bit is set.
When a drive's dirty bit is set, autochk automatically
checks the volume for errors the next time the computer is restarted.

Start | Run | Type: cmd | Click OK |
Type:

fsutil dirty query C:

Hit the Enter key.

This will report whether the dirty bit is set.
Volume C: is not dirty
Volume C: is dirty
[[If a volume's dirty bit is set, this indicates that the file system may be
in an inconsistent state. The dirty bit can be set because the volume is
online and has outstanding changes, because changes were made to the volume
and the computer shutdown before the changes were committed to disk, or
because corruption was detected on the volume. If the dirty bit is set when
the computer restarts, chkdsk runs to verify the consistency of the volume.

Every time Windows XP starts, Autochk.exe is called by the Kernel to scan
all volumes to check if the volume dirty bit is set. If the dirty bit is
set, autochk performs an immediate chkdsk /f on that volume. Chkdsk /f
verifies file system integrity and attempts to fix any problems with the
volume.]]
-----

This will also report whether the dirty bit is set.

Start | Run | Type: cmd | Click OK |
Type:

chkntfs c:

Hit the Enter key.

C: is not dirty.
-----

If this is not the problem.....

Go here:
http://www.kellys-korner-xp.com/xp_tweaks.htm

Read the instructions at the top of the page.
Scroll down to:
82. Disable or Enable Check Disk Upon Boot
Click on Disable.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
izaaco said:
Hi Wesley,

Thanx so much for the kind help. I tried what yu mentioned, really no
problem with any of the devices. Could it be due to the zero config
thing? I often have the zero config error whenever I boot up my computer
but unable to find any way to resolve the error. I know it has something
to do with my wireless networking. Posted up a request previously
regarding the zero config error but no one has been able to gimme good
advice. Would be great if you can help.

Rgds,

iz.

Wesley Vogel said:
This was at your link...

[[Some software, such as firewall and anti-virus software, also installs
drivers. If this problem occurred after you installed new software, the
software might have installed a driver that caused the problem.]]

I found this from the link that you posted..

How to Troubleshoot Hardware and Software Driver Problems in Windows XP
http://support.microsoft.com/?kbid=322205

If you did not install any new hardware, what about new software? Like
firewall or antivirus software?

AVG AntiVirus software, for example, has three drivers listed in the
Device Manager. AVG7 Kernel, AVG7 Rezident Driver and AVG7 Wrap Driver.
ZoneAlarm has one driver listed in the Device Manager, vsdatant. I just
mention these as examples, by no means do I mean that you have these.

To see software drivers listed in the Device Manager, open it...
Start | Run | Type: devmgmt.msc | Click OK | View | Show hidden
devices | Expand Non-Plug and Play Drivers by clicking the [+]

You can find info about drivers by double clicking a driver | Driver tab
| Driver Details button

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In izaaco <[email protected]> hunted and pecked:
My apologiess, I'm refering to Error Checking function, not scan disk.
All my devices are working propeply under the device manager. thats why
I have a problem knowing which device driver to troubleshoot. Hope you
can assist. thanx.

:

Scandisk has been retired. Use Error Checking in XP (chkdsk.exe).

How to Troubleshoot Hardware and Software Driver Problems in Windows XP
http://support.microsoft.com/?kbid=322205

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In izaaco <[email protected]> hunted and pecked:
Recently whenever I start up my computer, it goes into into scan disk.
Upon fully restart, it shows the following error message.



http://oca.microsoft.com/en/response.aspx?SGD=b9efefeb-b7c0-4527-993a-a86d7386fc8e&SID=10

However, I did not install any new divices recently and all my devices
are working properly. I would appreciate if anyone can assist by
telling me wats the reason for the error and how to disable to the
start up scan. Thanx so much.

Rgds.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top