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
  • 103

1 Answers1

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
  • 1,532