@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