Home Uncategorized C and D Open Together Problem and Solution

C and D Open Together Problem and Solution

0
C and D Open Together Problem and Solution
C and D Open Together Problem and Solution

When you want to access the C or D of your hard drive on your computer, the “Open with” screen appears. Then you are at the right place to deal with this problem. This problem, usually caused by viruses transmitted from usb (flash drives), deletes the auto-open file and when you want to open your memory, the computer does not know what to do and brings up the open with screen. To solve this problem, you first open a wordpad file, copy the codes below and save your file. you can save it with any name, but it will be enough to make the extension .BAT, then run the file you saved and that’s it.

@echo on

taskkill /im explorer .exe /f

taskkill /im wscript.exe

start reg add HKCUSOFTWAREMicrosoftWindowsCurrentVersionEXp lorerAdvanced /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

LEAVE A REPLY

Please enter your comment!
Please enter your name here