Windows Desktop Customisation

BlitzMax Forums/BlitzMax Programming/Windows Desktop Customisation

Scaremonger(Posted 2015) [#1]
Good evening,
I use Rainmeter extensively to customise my windows desktop but have always been annoyed by the Windows Taskbar. Finally I got to spend some time on it this evening and I have written the following code to hide the start bar and/or the start button.

I thought someone else might find it useful so I'm sharing it here:

Taskbar.bmx


Compile it and then run it from the command line with one or more of the following:

/t = Hide the Taskbar
/s = Hide the Start button
/T = Show the Taskbar
/S = Show the Start button

NB: You can still press the windows key to get the menu even without a start button.


Pingus(Posted 2015) [#2]
Thanks, could be indeed usefull one day.