Fix – Change the Target of the Chrome shortcut
- Go to your desktop screen.
- After that, right-click on the Google Chrome icon and click on “Properties“.
- In the Google Chrome Properties, go to the “Shortcut” tab.
- Now, add this line at the end of the 'Target:' box. ...
- Finally, click on “Apply” and then click on “OK“.
How do I allow unsafe ports in Chrome?
- Right click on Chrome Shortcut.
- Select Properties.
- Now Append —explicitly-allowed-ports=xxx to shortcut target. Example: C:\Program Files (x86)\Google\Chrome\Application\chrome.exe --explicitly-allowed-ports=6666 Adding the line in the target path. Note: there are two ” – – ” dash without spaces before the word explicitly.
How do I allow a port in Chrome?
--explicitly-allowed-ports=xxxx,yyyy,zzzz
where xxxx, yyyy and zzzz are ports that you want to allow. This will solve the problem.