How do I use the URI for an adhoc connection, when the password has the ‘&’ character in it? Encoding special characters in the password works for everything except ‘&’
Example URI to reproduce problem:
open 'rtsx://rdp://localhost:3303?using=adhoc&username=Administrator&password=%26'
This results in an adhoc connection with the password empty instead of a single ‘&’.