How to Permanently Hide Windows Taskbar(Not Autohide)

How to Permanently Hide Windows Taskbar(Not Autohide)

HomeOther ContentHow to Permanently Hide Windows Taskbar(Not Autohide)
ChannelPublish DateThumbnail & View CountActions
Channel Avatar Carl Mercado2021-04-29 21:24:49 Thumbnail
7,416 Views
Link to NirCmd: https://www.nirsoft.net/utils/nircmd.html

Commands:
ShowTaskbar: nircmd.exe win trans class Shell_TrayWnd 255
HideTaskbar: nircmd.exe win trans class Shell_TrayWnd 256

ALTERNATE INFORMATION AND COMMANDS: www.winhelponline.com/blog/hide-taskbar-completely-windows

Scripts:
Batch Script(put nircmd.exe in user folder):
@ECHO OFF
cd C://Users//[YourUserNameHere]//
nircmd.exe win trans class Shell_TrayWnd 256
ECHO Hiding Taskbar Now…
PAUSE

Batch Script(if you install nircmd through chocolatey or added it to sys path via env variable):
@ECHO OFF
nircmd.exe win trans class Shell_TrayWnd 256
ECHO Hiding Taskbar Now…
PAUSE

Please take the opportunity to connect and share this video with your friends and family if you find it useful.