我的电脑怎么会一打开一个窗口,然后最小化就不见了啊

2024-12-13 00:21:01
推荐回答(4个)
回答1:

@echo off
reg delete "HKCU\Software\Microsoft\Internet Explorer\Explorer Bars\{32683183-48a0-441b-a342-7c2a440a9478}" /f
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoCloseDragDropBands" /f
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2" /f
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StreamsMRU" /f
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop" /f
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoToolbarsOnTaskbar" /f
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoSetTaskbar" /f
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoMovingBands" /f
regsvr32 webcheck.dll /i /s
regsvr32 stobject.dll /s
taskkill /f /im explorer.exe&&explorer.exe

把上面的代码复制下来,保存在一个新的文本文档里,然后把文本文档的.txt后缀名改为 .bat 并且运行它,就可以修复了。

回答2:

右键点击空白任务栏属性里面吧自动隐藏任务栏的勾去掉就行了

回答3:

有任务栏吗?

回答4:

重装?