This may sound like a trivial and unnecessary question, but it keeps annoying me more and more. Si vous choose "small icônes" for la barre des tâches in Windows 7 and la barre des tâches is either en haut or the bottom du écran la barre des tâches will become pretty small.
But depuis J'ai un widescreen moniteur, I'm used to having la barre des tâches sur le side du écran, depuis it uses the space more efficiently. But Je ne peux pas get la barre des tâches narrower than a certain level and it stays pretty wide.
Is there maybe a registry entry that I could set to get the same width sur le side du écran as the height Je suis getting en bas or top?
(P.S.: The MinWidth trick ne help ici.)
Windows 7 taskbar as sidebar, minimum width corrigered
Re: Windows 7 taskbar as sidebar, minimum width corrigered
One perfect fonctionnel solution would be:
- créez un ThinTaskbar.bat fichier
- enter the following content:
```
@echo off
echo ThinTaskbar
echo Please wait a few secconds...
net stop "UxSms"
net start "UxSms"
```
- save and close
- turn sur le following taskbar options: lock and autohide
- execute batch script avec administrator privileges
- done!
Maintenant vous pouvez désactiver autohide, si vous want. The script doit être applied après each redémarrer.
Source: [Youtube](http://www.youtube.com/watch?v=P1_VSrM3XVo)
- créez un ThinTaskbar.bat fichier
- enter the following content:
```
@echo off
echo ThinTaskbar
echo Please wait a few secconds...
net stop "UxSms"
net start "UxSms"
```
- save and close
- turn sur le following taskbar options: lock and autohide
- execute batch script avec administrator privileges
- done!
Maintenant vous pouvez désactiver autohide, si vous want. The script doit être applied après each redémarrer.
Source: [Youtube](http://www.youtube.com/watch?v=P1_VSrM3XVo)