楼主: saveapple
收起左侧

[已解决] 我的任务栏为什么变得这么宽了?

 关闭 [复制链接]
乱棍打小鸟
发表于 2010-6-8 15:22:45 | 显示全部楼层

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?快速注册

x
sw4700
发表于 2010-6-8 15:29:03 | 显示全部楼层

老兄你没发现“快捷栏图标很大吗?”
我知道你的还能往下拖,但也只能拖到图标大小,所以图标大小才是关键

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?快速注册

x
sw4700
发表于 2010-6-8 15:38:55 | 显示全部楼层
乱棍打小鸟 发表于 2010-6-8 15:22

鼠标移动到任务栏,右键-工具栏-把快速启动前面的勾去了-后就自己重新排列任务栏-最后就轻轻地往下一拖。。。

兄台感觉你好像在忽悠偶啊


评分

参与人数 1人气 +1 收起 理由
乱棍打小鸟 + 1 问题解决,感谢

查看全部评分

乱棍打小鸟
发表于 2010-6-8 15:47:56 | 显示全部楼层
鼠标移动到任务栏,右键-工具栏-把快速启动前面的勾去了-后就自己重新排列任务栏-最后就轻轻地往下一拖。 ...
sw4700 发表于 2010-6-8 15:38

我承认,按你说的,的确能搞到最小化
如图,可是,这样没有快速启动的啦
我尝试把快速启动的调出来,又是小宽了,你看图

乱棍打小鸟
发表于 2010-6-8 15:49:50 | 显示全部楼层

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?快速注册

x
dxhyshxd
发表于 2010-6-8 15:56:36 | 显示全部楼层
回复 1# saveapple 的帖子

回复 7# 乱棍打小鸟 的帖子


呵呵,找到原因了!
其实就是快速启动栏和任务栏窗口重叠导致的,
只需将下面一排往上拖动一下,使之不重叠后即可调低任务栏!

如图:


PS:楼主的快速启动栏在下面一行,可以这样调:

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?快速注册

x

评分

参与人数 1人气 +1 收起 理由
乱棍打小鸟 + 1 谢拉

查看全部评分

梦幻蓝山
发表于 2010-6-8 16:02:28 | 显示全部楼层
汗我i也遇到这样的情况了 。往下拖  直接拖没了,不能变窄

该死的 上次安装了一个主题 发现不好 卸载了就变成这样了。。。
dxhyshxd
发表于 2010-6-8 16:11:42 | 显示全部楼层
回复 25# 乱棍打小鸟 的帖子

看我26楼的回复啊!
采用第一种方法拖动后即可下拉任务栏……
   
乱棍打小鸟
发表于 2010-6-8 16:19:25 | 显示全部楼层
回复  saveapple 的帖子

回复  乱棍打小鸟 的帖子


呵呵,找到原因了!
其实就是快速启动栏和任务栏 ...
dxhyshxd 发表于 2010-6-8 15:56



完美解决,感谢感谢,等人妻冷却后致谢
甜酸排骨
发表于 2010-6-8 16:38:26 | 显示全部楼层
回复 20# 乱棍打小鸟 的帖子

试试这个办法

把下面的代码粘贴到空白的文本文档里,再另存为“任务栏修复.vbs”,完成以后双击任务栏修复.vbs,再点两次确定就OK了!

Set WSHShell = WScript.CreateObject("WScript.Shell")

Message = "To work correctly, the script will close" & vbCR
Message = Message & "and restart the Windows Explorer shell." & vbCR
Message = Message & "This will not harm your system." & vbCR & vbCR
Message = Message & "Continue?"

X = MsgBox(Message, vbYesNo, "Notice")

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\StreamMRU\"
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 "Finished." & vbcr & vbcr & "?Kelly Theriot and Doug Knox", 4096, "Done"

Else

MsgBox "No changes were made to your system." & vbcr & vbcr & "?Kelly Theriot and Doug Knox", 4096, "User Cancelled"

End If

   
您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2025-6-17 18:16 , Processed in 0.092650 second(s), 16 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

快速回复 客服 返回顶部 返回列表