This will change the taskbar color from black to blue
reg add “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize” /vĀ ColorPrevalenceĀ /t REG_DWORD /d 2 /f
taskkill /f /im explorer.exe
start “” explorer.exe
Screenshot