Remove windows 10 task bar, not auto-hide

0

I reallllly want to get rid of the taskbar. It takes useful screen space. Auto-hide won't cut it as it keeps popping up because of notifications and such.

Any ideas? :)

Edit: No luck, taskbar is intrinsic to explorer.exe, Taskbar Eliminator works on Windows 7, only option is to replace explorer.exe with some other shell.

thanks

Alon

Posted 2016-07-05T12:00:12.520

Reputation: 103

Question was closed 2016-07-05T13:14:36.620

1

See How to completely disable the Windows 7 taskbar?, might work for Windows 10 too.

– JonasCz - Reinstate Monica – 2016-07-05T12:03:04.433

You can stop explorer.exe from loading as suggested in the link above. This will be the best way to get rid of the taskbar, but it will also remove the desktop icons. So an alternative shell to replace it is required. – LPChip – 2016-07-05T12:11:31.997

I tried the Taskbar Eliminator no luck in windows 10 :) Yeah I still like the desktop so I guess the only out here is to switch the explorer all together.. – Alon – 2016-07-05T12:16:45.253

Answers

1

Officially taskbar is part of a component of explorer.exe, you can't hide the tasbar then remain the shortcut and folder on desktop, unless you have ability to mod the explorer.exe, or use some third party software, this is not the scope to talk in superuser.

If you dont care and want to do so, you can run taskkill /F /IM explorer.exe on command prompt, or make it as a startup script if you want to do it everytime when you power on the computer.

Bilo

Posted 2016-07-05T12:00:12.520

Reputation: 1 326

Please keep in mind, asking for software recommendations in the question or comments is offtopic. This does not mean that you are not allowed to add that in your answer or a method for finding the replacement yourself. So this is on-topic. – LPChip – 2016-07-05T12:13:59.993