为什么我的电脑的CD的不开
答案:5 悬赏:30 手机版
解决时间 2021-07-17 20:43
- 提问者网友:难遇难求
- 2021-07-17 13:21
不能播放CD光盘
最佳答案
- 五星知识达人网友:时间的尘埃
- 2021-07-17 14:09
@echo off
title 修复双击打不开盘符 by www.abcdiy.cn 小菜
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\{1abf55ee-3aed-11db-8c02-806d6172696f}\shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\{1abf55f0-3aed-11db-8c02-806d6172696f}\shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\{1abf55f1-3aed-11db-8c02-806d6172696}\shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\C\Shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\D\Shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\E\Shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\F\Shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\G\Shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\H\Shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\I\Shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\G\Shell\ /va /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\ /va /f
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\ /v ctfmon /t reg_gz /d %systemroot%\system32\ctfmon.exe
cd\
c:
attrib -h -s -r -a c:\autorun.inf
del c:\autorun.inf
attrib -h -s -r -a c:\sxs.exe
del c:\sxs.exe
attrib -h -r -s -a c:\pagefile.pif
del c:\pagefile.pif
attrib -h -s -r -a c:\rose.exe
del c:\rose.exe
d:
attrib -h -s -r -a d:\autorun.inf
del d:\autorun.inf
attrib -h -s -r -a d:\sxs.exe
del d:\sxs.exe
attrib -h -r -s -a d:\pagefile.pif
del d:\pagefile.pif
attrib -h -s -r -a d:\rose.exe
del d:\rose.exe
e:
attrib -h -s -r -a e:\autorun.inf
del e:\autorun.inf
attrib -h -s -r -a e:\sxs.exe
del e:\sxs.exe
attrib -h -r -s -a e:\pagefile.pif
del e:\pagefile.pif
attrib -h -s -r -a e:\rose.exe
del e:\rose.exe
f:
attrib -h -s -r -a f:\autorun.inf
del f:\autorun.inf
attrib -h -s -r -a f:\sxs.exe
del f:\sxs.exe
attrib -h -r -s -a f:\pagefile.pif
del f:\pagefile.pif
attrib -h -s -r -a f:\rose.exe
del f:\rose.exe
g:
attrib -h -s -r -a g:\autorun.inf
del g:\autorun.inf
attrib -h -s -r -a g:\sxs.exe
del g:\sxs.exe
attrib -h -r -s -a g:\pagefile.pif
del g:\pagefile.pif
attrib -h -s -r -a g:\rose.exe
del g:\rose.exe
h:
attrib -h -s -r -a h:\autorun.inf
del h:\autorun.inf
attrib -h -s -r -a h:\sxs.exe
del h:\sxs.exe
attrib -h -r -s -a h:\pagefile.pif
del h:\pagefile.pif
attrib -h -s -r -a h:\rose.exe
del h:\rose.exe
taskkill /f /im explorer.exe
call explorer.exe
exit
看一看这些代码能帮助你不。用记事本打开。保存批处理文件就可以了
如果不行请加Q:8984385
title 修复双击打不开盘符 by www.abcdiy.cn 小菜
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\{1abf55ee-3aed-11db-8c02-806d6172696f}\shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\{1abf55f0-3aed-11db-8c02-806d6172696f}\shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\{1abf55f1-3aed-11db-8c02-806d6172696}\shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\C\Shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\D\Shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\E\Shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\F\Shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\G\Shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\H\Shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\I\Shell\ /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\G\Shell\ /va /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\ /va /f
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\ /v ctfmon /t reg_gz /d %systemroot%\system32\ctfmon.exe
cd\
c:
attrib -h -s -r -a c:\autorun.inf
del c:\autorun.inf
attrib -h -s -r -a c:\sxs.exe
del c:\sxs.exe
attrib -h -r -s -a c:\pagefile.pif
del c:\pagefile.pif
attrib -h -s -r -a c:\rose.exe
del c:\rose.exe
d:
attrib -h -s -r -a d:\autorun.inf
del d:\autorun.inf
attrib -h -s -r -a d:\sxs.exe
del d:\sxs.exe
attrib -h -r -s -a d:\pagefile.pif
del d:\pagefile.pif
attrib -h -s -r -a d:\rose.exe
del d:\rose.exe
e:
attrib -h -s -r -a e:\autorun.inf
del e:\autorun.inf
attrib -h -s -r -a e:\sxs.exe
del e:\sxs.exe
attrib -h -r -s -a e:\pagefile.pif
del e:\pagefile.pif
attrib -h -s -r -a e:\rose.exe
del e:\rose.exe
f:
attrib -h -s -r -a f:\autorun.inf
del f:\autorun.inf
attrib -h -s -r -a f:\sxs.exe
del f:\sxs.exe
attrib -h -r -s -a f:\pagefile.pif
del f:\pagefile.pif
attrib -h -s -r -a f:\rose.exe
del f:\rose.exe
g:
attrib -h -s -r -a g:\autorun.inf
del g:\autorun.inf
attrib -h -s -r -a g:\sxs.exe
del g:\sxs.exe
attrib -h -r -s -a g:\pagefile.pif
del g:\pagefile.pif
attrib -h -s -r -a g:\rose.exe
del g:\rose.exe
h:
attrib -h -s -r -a h:\autorun.inf
del h:\autorun.inf
attrib -h -s -r -a h:\sxs.exe
del h:\sxs.exe
attrib -h -r -s -a h:\pagefile.pif
del h:\pagefile.pif
attrib -h -s -r -a h:\rose.exe
del h:\rose.exe
taskkill /f /im explorer.exe
call explorer.exe
exit
看一看这些代码能帮助你不。用记事本打开。保存批处理文件就可以了
如果不行请加Q:8984385
全部回答
- 1楼网友:野慌
- 2021-07-17 17:19
看一下光驱上有个小洞,用牙签或针通下,就可以打开光驱。
- 2楼网友:不如潦草
- 2021-07-17 16:44
最简单的是换个播放器看看就可以了!可能是播放器不支持你要播放文件的格式!还有你的光驱是好的还是坏的?
- 3楼网友:动情书生
- 2021-07-17 15:34
主要是因为你的光驱用的时间太长了,没关系的里面放张盘下次就能直接打开了
- 4楼网友:末日狂欢
- 2021-07-17 14:54
是CD驱动器打不开还是不能播放CD光盘。
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯