program Project1; {$APPTYPE CONSOLE} uses Windows; begin WinExec('regedit /E d:\Downloads\zzz HKEY_CURRENT_USER\Software', SW_SHOW); end.