CODE: [Copy to clipboard]@echo off reg add HKCU\ABC\123 /v abc /d 456789 /f ping 127.1 -n 5 >nul 2>nul start d:\xyz\110.exe exit