Hide Task View
A Custom Batch Script to hide the task view.
Batch Script
@echo off
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v ShowTaskViewButton /t REG_DWORD /d 0 /fCustom Script Settings
Create a Hide Task View Script


Last updated