up vote 2 down vote favorite
1
share [g+] share [fb]

Everytime I plug in my iPod Windows 7 says it has problems and do i want to scan and fix. How do I disable this? I know my iPod is in good shape.

link|improve this question

71% accept rate
feedback

2 Answers

I know my iPod is in good shape.

Windows begs to differ :)

anyway, don’t click the “Scan and Fix” button.

open up a command line prompt and type the following command:

chkdsk (device drive letter): /f

for instance the ipod is mounted as drive E type: chkdsk e: /f

Source

link|improve this answer
Might want to add that "enable disk use" needs to be checked and iTunes should be closed (otherwise chkdsk) will complain. – Palmin Aug 23 '11 at 8:14
feedback

Open a command prompt and type chkdsk X:\ /f.

  • X = Drive letter of your iPod.
  • f = Fix.
link|improve this answer
you just signed up to answer the question and then got beaten by 1 minute? life can be so not fair :) +1 – Molly7244 Nov 8 '09 at 3:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.