I tried all the soultions here but they did not work for me.
I used notepad to open the file
c:\autorun.inf (it was hidden) and I found that it was infected witha a kind of virus, I supposed that its name is XLK9.com, because this file name appears several times in the text.
I found that the file
autorun.inf in c:\ was setup as "read only", "hidden" and "system" and I can not modify it using notepad.
I did the following procedure using old style MS-DOS commands:
1. Click in windows: [START] then [RUN] and then type:
command.com (to enter into MS-DOS mode.
2. Change to root directory typing:
CHDIR C:\
3. Change the atributes of autorun.inf file to allow to change it:
ATTRIB -S -H -R autorun.inf
4. Edit autorun.inf file using MS-DOS editor:
EDIT autorun.inf
5. Delete all the information in the file and replace it with the following commands:
[AutoRun]
open=C:\windows\explorer.exe
6. Save the file and quit the editor (use the mouse for these commands).
7. Exit the MS-DOS session (type
EXIT in command line to quit to Windows.
8. Restart the computer.
If you have a pendrive that you behave in the same way (like it happens to me). repeat the same procedure, changing C: by the letter that correspond to the pen drive. (mine was F

. Whenyou modify the autorun.inf file into the pendrive, replace the information with the same command used previously:
[AutoRun]
open=C:\windows\explorer.exe
Do not change here the C: with F: because the windows drive is in the drive C: not in F:
Restart the PC again (you could do both changes at once and restart the PC just one time.
This procedure worked for me.
Good luck-
Alvaro Cuberos.