Startup Script to Fix Black Explorer Taskbar on Windows 11 AVD

@echo off
IF EXIST C:\Users\%UserName%\AppData\app_init.txt GOTO END
date /t >> C:\Users\%UserName%\AppData\app_init.txt
time /t >> C:\Users\%UserName%\AppData\app_init.txt
REM Put your code here, which will be executed once
start "" "C:\Windows\Resources\Themes\aero.theme"
timeout 5 > NUL
taskkill /f /im SystemSettings.exe
:END

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...