@ECHO OFF REG DELETE HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /F 1>NUL 2>&1 REG DELETE HKU\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /F 1>NUL 2>&1 REG ADD HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /V "Kill XPElogon" /T REG_SZ /F /D "pskill.exe xpelogon.exe" 1>NUL 2>&1 EXIT 0