When we drag the Windows 7 taskbar to the vertical display of the window edge, we will find that the height of the Windows taskbar is too wide, occupying a lot of screen area. However, no matter how we drag the taskbar, it cannot be further reduced. Even if we can hide it, it cannot change the situation where the height of the taskbar is too wide. What should I do with www.2cto.com? The solution is as follows: 1. Right-click the Windows 7 taskbar and check the appearance of the taskbar. That is, "lock the taskbar", "hide the taskbar automatically", and "use a small icon ". 2. Use notepad to create a batch file named taskbar. bat. The content is as follows:
[Plain] @ echo off echo ThinTaskbar echo Please wait a few secconds... net stop "UxSms" net start "UxSms" save the file. Www.2cto.com 3. Select this file, right-click the file, and select Run as administrator. 4. Right-click the Windows 7 taskbar and choose "Hide taskbar automatically" from the shortcut menu. OK. The modified result is as follows:
Note: You need to run this program every time you start the computer. Therefore, you can add it to the "Startup" directory. Attachment, script (decompression required ):
Http://up.2cto.com/2012/0914/20120914011505735.rar