Computer tricks: double-click the drive letter can not open the fault solution Daquan

  

The first category:

Start--Run--cmd (open the command prompt) D:/dir /a (no parameters A is invisible, A is showing all the meaning) At this point you will find an autorun.inf file attrib autorun.inf -s -h -r to remove the autorun.inf file system, read-only, hidden properties, otherwise it can not Deleting autorun.infautorun.inf caused

is not finished here, because you double-clicked the D drive letter did not open but got an error. It is required to locate DESKTOP.exe. The information that is automatically run at this time has been added to the registry. The following is clear about the relevant information in the registry: in the start menu - run - regedit carriage return editing - find - enter DESKTOP.exe to find the first one is the automatic operation of the D drive, delete the entire shell subkey if you The active hard disk is the F disk, then the HKEY_CURRENT_USER software in the registry Microsoft window CurrentVersion Adventure Mount Point F shell item is deleted

Second class: 1. Start the trip; cmd (open the command prompt) Ḏ: dir /a (no parameter A can not see, A is to show all meaning) At this point you will find an autorun.inf file, about 49 bytes attrib autorun. Inf -s -h -r removes the system, read-only, and hidden attributes of the autorun.inf file. Otherwise, the autorun.inf cannot be deleted. It is not finished here, because you double-clicked the D drive letter and did not open but got an error. Requires to locate command.exe, the information that is automatically run at this time has been added to the registry. Clear the relevant information in the registry below: 2. Start the travel input regedit[HKEY_CLASSES_ROOTDirectoryshell] to delete the shell; then close the registry and press F5 to refresh 3. Open the folder option result type declaration; drive luxury; edit the file type new; fill in the operation "open" for the operation of the application Fill in explorer.exe, confirm, and then return to the "Edit File Type" window; select open, set the default value, determine

e, f... disk and c drive the same way. restart just fine ~~~



the third category: a: 1 click the lower left corner of the windows desktop start, select: run

2 in the dialog box Enter "regedit"

3. Expand HKEY_CURRENT_USER in the Registry Editor. Microsoft Window CurrentVersion Explorer mountpoints2

4. Expand all items with the plus sign "+" in the subdirectory. If there is a "command", this is the key! Delete the entire "autorun" directory.

B:2, reset the open mode in the file type (take XP as an example)

Open My Computer Tools>"Folder Options" file type to find "drive" or " "Folder" (select which one is based on the problem you have encountered if you can't open the drive, select "Drive" and open the folder and select "Folder") Click "Advanced" and click "Edit File Type" In the "New"" operation, fill in "open" (this can be filled in at any time)" in the application for executing the operation, fill in explorer.exe""

then return to "edit file type" "Window, select open" set to the default value "" OK. Now open the partition or folder to see, is it normal?

C:3, the registry method:

a can not double-click on the partition to open

start" run regedit find [HKEY_CLASSES_ROOTDriveshell] delete all the shell and then close The registry press F5 to refresh the double-click partition and then look at

b for the folder can not be double-clicked open

start" run regedit find [HKEY_CLASSES_ROOTDirectoryshell] delete all the shell and then close the registry Keyboard F5 refresh double-click partition and then see

4, small program solution (use with caution)

Copy the = number into Notepad (not including =), save as open.vbs, double click Run it, if the anti-virus software pops up a warning, let it go.

Set WshShell = WScript.CreateObject(“WScript.Shell)

Small=“HKEY_CLASSES_ROOT Directory Shell P2 =“No

WSHShell.RegWrite P1, P2

Small=“HKEY_CLASSES_ROOT Drive Shell WSHShell.RegWrite P1,P2

X=WshShell.Run(“Type regsvr32 /i /s Shell32.dll, 4, true ) WshShell is not set =

MyBox = MsgBox(“Double click, 4096, “complete when opening the folder now)

Copyright © Windows knowledge All Rights Reserved