I know I can launch chrome the following way to open a remote debugging port at 9222 port -
chrome.exe --remote-debugging-port=9222
But I
Rather than editing the registry, you can simply append the flag directly within the program properties by right clicking on the Chrome icon and adding...
--remote-debugging-port=9222 -- "%1"
...onto the end of the target field.