Using the Registry Editor and permission control, you can completely eliminate autorun. inf calls when you double-click a drive letter. The specific method is as follows:
1. Start -- run -- regedit;
2. Locate HKEY_CURRENT_USERSoftwareMicrosoftWindows;
CurrentVersionExplorerMountPoints2;
3. Right-click MountPoints2 -- permission;
4. Add -- enter everyone -- check name -- OK;
5. Select the deny option in the "full control" column. The answer to the security warning is;
It should be a perfect solution: after such permission settings, the autorun. inf calls will be blocked. By default, the directory will be opened when the discs and USB flash disks with autorun are loaded. Double-click the drive letter to open the directory rather than execute the program, at the same time, the right-click menu will not display any form of Automatic Running menu.
For analysis, the key value should be used by Windows to record and manage the right-click menu on the double-click drive letter and drive letter, find it in it, and then decide what operations to perform. If you look at it carefully, you will find more content. After we shield the operation permission of this key value from everyone, the system will not be able to access the corresponding table, so only the open operation will be available.
In this way, the problem caused by automatic running and double-clicking the drive letter can be completely solved.