We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
The provided solution doesn't work for Beta application of Microsoft RDP (https://install.appcenter.ms/orgs/rdmacios-k2vy/apps/microsoft-remote-desktop-for-mac/distribution_groups/all-users-of-microsoft-remote-desktop-for-mac). To make it work a few changes have to be provided
DB="$HOME/Library/Application Support/com.microsoft.rdc.osx.beta/com.microsoft.rdc.application-data.sqlite"
PASSWD=$(security 2>/dev/null find-generic-password -w -s com.microsoft.rdc.osx.beta -a "$C_ZID")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
The provided solution doesn't work for Beta application of Microsoft RDP (https://install.appcenter.ms/orgs/rdmacios-k2vy/apps/microsoft-remote-desktop-for-mac/distribution_groups/all-users-of-microsoft-remote-desktop-for-mac). To make it work a few changes have to be provided
DB="$HOME/Library/Application Support/com.microsoft.rdc.osx.beta/com.microsoft.rdc.application-data.sqlite"
PASSWD=$(security 2>/dev/null find-generic-password -w -s com.microsoft.rdc.osx.beta -a "$C_ZID")
The text was updated successfully, but these errors were encountered: