现在是这样
这不存在某些程序我没安装的情况吧。因为前几天我的电脑还是有一排的小窗口显示的。不知道修改了哪里才变成这样的。麻烦各位说的详细一些,非常感谢!
【有图】关于windows7任务栏 怎样让他们变成一排的小窗口显示?
答案:3 悬赏:20 手机版
解决时间 2021-03-09 22:36
- 提问者网友:佞臣
- 2021-03-09 07:54
最佳答案
- 五星知识达人网友:等灯
- 2021-03-09 08:52
任务栏属性——任务栏按钮——设置为“当任务栏被占满时合并”或“从不合并”
全部回答
- 1楼网友:廢物販賣機
- 2021-03-09 10:08
建立一个文本文档,在里面输入以下内容:
'xp_taskbar_desktop_fixall.vbs - repairs the taskbar when minimized programs don't show.
'?kelly theriot and doug knox - 8/22/2003
'翻译:smallfrogs。翻译内容:将英文提示改为简体中文
'来源:microsoft windows xp newsgroup
set wshshell = wscript.createobject("wscript.shell")
message = "本脚本用于修复windows xp中当最小化程序时,无法在任务栏显示图标的问题。"& vbcr & vbcr
message = message & "为了正常工作,本脚本将关闭和重启 windows explorer 外壳,这个操作不会损坏你的系统。" & vbcr & vbcr
message = message & "请关闭所有杀毒软件的实时监控!并保存所有打开的文件。"& vbcr & vbcr
message = message & "是否继续?"
x = msgbox(message, vbyesno+vbexclamation, "注意")
if x = 6 then
on error resume next
wshshell.regdelete "hkcu\software\microsoft\windows\currentversion\explorer\stuckrects2\"
wshshell.regdelete "hkcu\software\microsoft\windows\currentversion\explorer\streamsmru\"
wshshell.regdelete "hkcu\software\microsoft\windows\currentversion\explorer\streams\desktop\"
wshshell.regdelete "hkcu\software\microsoft\internet explorer\explorer bars\{32683183-48a0-441b-a342-7c2a440a9478}\barsize"
p1 = "hkcu\software\microsoft\windows\currentversion\policies\explorer\"
wshshell.regwrite p1 & "nobandcustomize", 0, "reg_dword"
wshshell.regwrite p1 & "nomovingbands", 0, "reg_dword"
wshshell.regwrite p1 & "noclosedragdropbands", 0, "reg_dword"
wshshell.regwrite p1 & "nosettaskbar", 0, "reg_dword"
wshshell.regwrite p1 & "notoolbarsontaskbar", 0, "reg_dword"
wshshell.regwrite p1 & "nosavesettings",0,"reg_dword"
wshshell.regwrite p1 & "notoolbarsontaskbar", 0, "reg_dword"
wshshell.regwrite p1 & "nosettaskbar",0,"reg_dword"
wshshell.regwrite p1 & "noactivedesktop",0,"reg_dword"
wshshell.regwrite p1 & "classicshell",0,"reg_dword"
p1 = "hkcu\software\microsoft\windows\currentversion\group policy objects\localuser\software\microsoft\windows\currentversion\policies\explorer\"
wshshell.regwrite p1 & "noclosedragdropbands", 0, "reg_dword"
wshshell.regdelete p1 & "nomovingbands"
p1 = "hklm\software\microsoft\windows nt\currentversion\winlogon\shell"
wshshell.regwrite p1, "explorer.exe", "reg_sz"
p1 = "hkcu\software\microsoft\internet explorer\explorer bars\{32683183-48a0-441b-a342-7c2a440a9478}\"
wshshell.regdelete p1 & "barsize"
wshshell.regwrite p1, "media band", "reg_sz"
on error goto 0
for each process in getobject("winmgmts:"). _
execquery ("select * from win32_process where name='explorer.exe'")
process.terminate(0)
next
msgbox "完成!" & vbcr & vbcr & "?kelly theriot and doug knox", 4096, "完成"
else
msgbox "没有对你的系统进行任何改变。" & vbcr & vbcr & "?kelly theriot and doug knox", 4096, "用户取消了"
end if
保存后把文件的后缀名该为.vbs 然后运行该文件就ok
- 2楼网友:天凉才是好个秋
- 2021-03-09 09:32
切换下主题看看。还有就是确定你的显卡驱动是否安装。打开AERO PEEK
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯