双击出现两个窗口

来源:百度知道 编辑:UC知道 时间:2024/05/03 10:03:44
拖动鼠标到某一链接时松开鼠标就自动打开了
本以为是鼠标问题,后来换了一个还是这样
控制面板内的设置也正常
希望高手帮忙
现在单击"开始"都是弹出又自动回去了
第一条答复我尝试了一下,可还是不行
大家快来帮我呀

鼠标坏了
换一个就没问题了

将如下的内容复制 ,保存成一个文件 ,文件名 s.bat 。

将这个文件保存到桌面即可

然后在桌面上双击 s.bat 这个文件,运行,重启你的电脑,问题即可解决

;------------ 线下面的内容复制,别复制这一行 ----
@echo off
c:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
d:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
e:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
F:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
@echo 修复完成。按任意键继续……记得手动重启计算机!!
pause

标题和内容好像是脱节的
没有描述清楚