slorelee / PExplorer

a portable shell program(desktop, startmenu, taskbar, notifyarea, etc), whitch can run in Windows 7, 8, 8.1, 10, Windows Server 2008, 2012, 2016, 2019 and the Windows Preinstallation Environment(WinPE).The shell part's source code of WinXShell. It is a freely available program intended as replacement of MS Windows Explorer for Windows(PE). It is based on the ROS Explorer.
GNU Lesser General Public License v2.1
121 stars 16 forks source link

Option to resize taskbar below 40px? #6

Open blue-devil-93 opened 3 months ago

blue-devil-93 commented 3 months ago

Hi any way to make the taskbar really small below 40 px, like 28 px on WinXShell?

Explorer-New of reactos also shows an huge tsakbar on windows 11 before crashing.

Or alternatively make the desktop size bigger, so that i could load retrobar on top of WinXShell. It is a lot faster than 11 explorer. Just the size issue is a bit, well the taskbar is to huge. Any way to scale it down? Looked at the source code but didnt find any hint. The old explorer from reactos has smaller taskbar but is very buggy and breaks the desktop somehow.

Resize_taskbar app that would run on windows 7/xp works partially vut it just crops the taskbar in a way that its splitted and the top part is still to high.

slorelee commented 3 months ago

like 28 px on WinXShell?

WinXShell.jcfg has the height and icon settings, try to change the smallicon be true and height be 28 as you wish.

  "JS_TASKBAR": {
    "visible": true,
    "smallicon": false,
    "thumbnail": true,
    "task_close_button": true,
    "no_task_title": false,
    "userebar": false,
    "theme": "dark",
    "height": 40
  },
blue-devil-93 commented 3 months ago

Tested but changed nothing. Tried this to resize: https://github.com/m417z/taskbar-resize/blob/master/taskbar_resize.c

It affects it somehow but dies not move it.

blue-devil-93 commented 3 months ago

On issues 1 ibay770 there is a link to the latest files from tspplus? And they work.

blue-devil-93 commented 3 months ago

I mean this version:

Link to latest files posted as of 11/12/23 so you don't have to do the work as yet.