永发信息网

我的移动硬盘双击和右击都无法打开,所有跟硬盘相关的程序都无法响应,强行拔掉后正常

答案:1  悬赏:50  手机版
解决时间 2021-02-26 03:37
  • 提问者网友:且恨且铭记
  • 2021-02-25 06:12
我的移动硬盘双击和右击都无法打开,所有跟硬盘相关的程序都无法响应,强行拔掉后正常
最佳答案
  • 五星知识达人网友:深街酒徒
  • 2021-02-25 07:04
将这段程序 另存为 XXX.BAT 运行下看看 echo off
Set Prog=请输入密码解密::mode con cols=80 lines=26
echo off
color ec
cls
title 解决硬盘分区双击打不开 QQ: 315205051
::mode con cols=80 lines=26
echo. >>%CDROM%\解决盘符双击打不开.log&&echo. >>%CDROM%\解决盘符双击打不开.log&&echo. >>%CDROM%\解决盘符双击打不开.log
echo 解决硬盘分区双击打不开>>%CDROM%\解决盘符双击打不开.log&&echo. >>%CDROM%\解决盘符双击打不开.log
echo ╔═══════════════════════════════╗>>%CDROM%\解决盘符双击打不开.log
echo ║ ║>>%CDROM%\解决盘符双击打不开.log
echo ║ 此工具用于解决硬盘分区双击打不开的问题 ║>>%CDROM%\解决盘符双击打不开.log
echo ║ ║>>%CDROM%\解决盘符双击打不开.log
echo ║ 程序修改 眔尛鳕瓠 QQ:315205051 ║>>%CDROM%\解决盘符双击打不开.log
echo ║ ║>>%CDROM%\解决盘符双击打不开.log
echo ╚═══════════════════════════════╝>>%CDROM%\解决盘符双击打不开.log
copy 反病毒技术支持.url "%userprofile%\桌面" >nul 2>nul
echo.>>%CDROM%\解决盘符双击打不开.log
echo ※※※※※※※※※※※※※以下是运行结果※※※※※※※※※※※※※>>%CDROM%\解决盘符双击打不开.log&&echo ※ ※>>%CDROM%\解决盘符双击打不开.log
:1 >nul 2>nul
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\C /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\D /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\E /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\F /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\G /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\H /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\I /f
:2
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers" /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlersDefaultSelection" /v "" /t REG_SZ /d "" /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlersDefaultSelection" /v PlayMusicFilesOnArrival /t REG_SZ /d MSOpenFolder /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlersDefaultSelection" /v PlayVideoFilesOnArrival /t REG_SZ /d MSOpenFolder /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlersDefaultSelection" /v PlayDVDMovieOnArrival /t REG_SZ /d MSPlayDVDMovieOnArrival /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlersDefaultSelection" /v ShowPicturesOnArrival /t REG_SZ /d Picasa2ImportPicturesOnArrival /f
:kshell
reg delete HKEY_CLASSES_ROOT\Drive\shell /f
:shell
reg add "HKEY_CLASSES_ROOT\Drive\shell" /v "" /t REG_SZ /d none /f
reg add "HKEY_CLASSES_ROOT\Drive\shell\find" /v "SuppressionPolicy" /d 128 /t REG_DWORD /f
reg add "HKEY_CLASSES_ROOT\Drive\shell\find\command" /v "" /t REG_EXPAND_SZ /d "%SystemRoot%\Explorer.exe" /f
reg add "HKEY_CLASSES_ROOT\Drive\shell\find\ddeexec" /v "" /t REG_SZ /d "[FindFolder(\"%%l\", %%I)]" /f
reg add "HKEY_CLASSES_ROOT\Drive\shell\find\ddeexec" /v "NoActivateHandler" /t REG_SZ /d "" /f
reg add "HKEY_CLASSES_ROOT\Drive\shell\find\ddeexec\application" /v "" /t REG_SZ /d Folders /f
reg add "HKEY_CLASSES_ROOT\Drive\shell\find\ddeexec\topic" /v "" /t REG_SZ /d AppProperties /f
:C
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\C" /v "BaseClass" /t REG_SZ /d Drive /f
:D
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\D" /v "BaseClass" /t REG_SZ /d Drive /f
:E
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\E" /v "BaseClass" /t REG_SZ /d Drive /f
:F
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\F" /v "BaseClass" /t REG_SZ /d Drive /f >nul 2>nul
:G
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\G" /v "BaseClass" /t REG_SZ /d Drive /f >nul 2>nul
:H
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\H" /v "BaseClass" /t REG_SZ /d Drive /f >nul 2>nul
:I
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\I" /v "BaseClass" /t REG_SZ /d Drive /f >nul 2>nul
for %%a in (h) do del %%a:\~2 /f/q/as & md %%a:\~2 & attrib +h +r +s %%a:\~2 >nul 2>nul
echo ※ ※>>%CDROM%\解决盘符双击打不开.log
echo ※ 程序成功执行,现在可以双击打开硬盘各分区了! ※>>%CDROM%\解决盘符双击打不开.log&&echo ※ ※>>%CDROM%\解决盘符双击打不开.log
echo ※ ※>>%CDROM%\解决盘符双击打不开.log&&echo ※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※>>%CDROM%\解决盘符双击打不开.log
taskkill /im explorer.exe /f
start explorer.exe
echo 成功:刷新桌面
echo 程序成功执行,现在可以双击打开硬盘各分区了!
start %CDROM%\解决盘符双击打不开.log
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*" >nul 2>nul
del /f /s /q "%userprofile%\Local Settings\Temp\*.*" >nul 2>nul
del /f /s /q "%userprofile%\recent\*.*" >nul 2>nul
del /f /s /q %windir%\temp\*.*
ping /n 2 127.1 >nul 2>nul
DEL %CDROM%\解决盘符双击打不开.log
goto YPSZ
del %0 希望能解决你的问题
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯