|
| 1 | +Windows Registry Editor Version 5.00 |
| 2 | + |
| 3 | +[HKEY_CURRENT_USER\Software\Classes\.xlaunch] |
| 4 | +@="XLaunchFile" |
| 5 | + |
| 6 | + |
| 7 | +[HKEY_CURRENT_USER\Software\Classes\XLaunchFile] |
| 8 | +@="XLaunch Configuration" |
| 9 | + |
| 10 | +[HKEY_CURRENT_USER\Software\Classes\XLaunchFile\DefaultIcon] |
| 11 | +@="$xlaunch_exe_path,0" |
| 12 | + |
| 13 | +[HKEY_CURRENT_USER\Software\Classes\XLaunchFile\shell] |
| 14 | +@="open" |
| 15 | + |
| 16 | +[HKEY_CURRENT_USER\Software\Classes\XLaunchFile\shell\open\command] |
| 17 | +@="\"$xlaunch_exe_path\" -run \"%1\"" |
| 18 | + |
| 19 | +[HKEY_CURRENT_USER\Software\Classes\XLaunchFile\shell\open\ddeexec\Application] |
| 20 | +@="XLaunch" |
| 21 | + |
| 22 | +[HKEY_CURRENT_USER\Software\Classes\XLaunchFile\shell\open\ddeexec\Topic] |
| 23 | +@="System" |
| 24 | + |
| 25 | +[HKEY_CURRENT_USER\Software\Classes\XLaunchFile\shell\edit\command] |
| 26 | +@="\"$xlaunch_exe_path\" -load \"%1\"" |
| 27 | + |
| 28 | +[HKEY_CURRENT_USER\Software\Classes\XLaunchFile\shell\edit\ddeexec\Application] |
| 29 | +@="XLaunch" |
| 30 | + |
| 31 | +[HKEY_CURRENT_USER\Software\Classes\XLaunchFile\shell\edit\ddeexec\Topic] |
| 32 | +@="System" |
| 33 | + |
| 34 | +[HKEY_CURRENT_USER\Software\Classes\XLaunchFile\shell\Validate\command] |
| 35 | +@="\"$xlaunch_exe_path\" -validate \"%1\"" |
| 36 | + |
| 37 | +[HKEY_CURRENT_USER\Software\Classes\XLaunchFile\shell\Validate\ddeexec\Application] |
| 38 | +@="XLaunch" |
| 39 | + |
| 40 | +[HKEY_CURRENT_USER\Software\Classes\XLaunchFile\shell\Validate\ddeexec\Topic] |
| 41 | +@="System" |
| 42 | + |
| 43 | + |
| 44 | +[HKEY_CURRENT_USER\Software\Classes\Applications\xlaunch.exe\shell] |
| 45 | +@="open" |
| 46 | + |
| 47 | +[HKEY_CURRENT_USER\Software\Classes\Applications\xlaunch.exe\shell\open\command] |
| 48 | +@="\"$xlaunch_exe_path\" -run \"%1\"" |
| 49 | + |
| 50 | +[HKEY_CURRENT_USER\Software\Classes\Applications\xlaunch.exe\shell\open\ddeexec\Application] |
| 51 | +@="XLaunch" |
| 52 | + |
| 53 | +[HKEY_CURRENT_USER\Software\Classes\Applications\xlaunch.exe\shell\open\ddeexec\Topic] |
| 54 | +@="System" |
| 55 | + |
| 56 | +[HKEY_CURRENT_USER\Software\Classes\Applications\xlaunch.exe\shell\edit\command] |
| 57 | +@="\"$xlaunch_exe_path\" -load \"%1\"" |
| 58 | + |
| 59 | +[HKEY_CURRENT_USER\Software\Classes\Applications\xlaunch.exe\shell\edit\ddeexec\Application] |
| 60 | +@="XLaunch" |
| 61 | + |
| 62 | +[HKEY_CURRENT_USER\Software\Classes\Applications\xlaunch.exe\shell\edit\ddeexec\Topic] |
| 63 | +@="System" |
| 64 | + |
| 65 | +[HKEY_CURRENT_USER\Software\Classes\Applications\xlaunch.exe\shell\Validate\command] |
| 66 | +@="\"$xlaunch_exe_path\" -validate \"%1\"" |
| 67 | + |
| 68 | +[HKEY_CURRENT_USER\Software\Classes\Applications\xlaunch.exe\shell\Validate\ddeexec\Application] |
| 69 | +@="XLaunch" |
| 70 | + |
| 71 | +[HKEY_CURRENT_USER\Software\Classes\Applications\xlaunch.exe\shell\Validate\ddeexec\Topic] |
| 72 | +@="System" |
| 73 | + |
0 commit comments