How to completely remove the U disk virus autorun.inf

  

The method is as follows:

1. Insert the USB flash drive into the USB port of the computer and create a new text document.

2. Enter the following code in the text document:

@echo on

taskkill /im explorer.exe /f

taskkill /im w.exe

start reg add HKCUSOFTWAREMicrosoftWindowsCurrentVersionEXplorerAdvanced /v ShowSuperHidden /t REG_DWORD /d 1 /f

start reg import kill.reg

del c:autorun.* /f /q /as

del %SYSTEMROOT%system32autorun.* /f /q /As

del d:autorun.* /f /q /as

del e:autorun.* /f /q /as

del f:autorun.* /f /q /as

del g:autorun.* /f /q /as

del h:autorun.* /f /q /as

del i: Autorun.* /f /q /as

del j:autorun.* /f /q /as

del k:autorun.* /f /q /as

del l:autorun.* /f /q /as

start explorer.exe

3. Click Save As and change the save type to “All Files”, The file name is “u.bat”, click Save;

4. Double-click to open my computer, click on the organization folder in the upper left corner and search options, switch to “View” Under the settings, uncheck "“ Hide extensions of known file types";

5. Double-click to run the u.bat file you just saved (Note: If there is a security tool to prevent the operation, please release it) You can delete the autorun virus.

Copyright © Windows knowledge All Rights Reserved