Quick Tip: Using WinApps with an Empty Windows Password #925
playday3008
started this conversation in
Ideas
Replies: 1 comment 1 reply
|
Pretty sure FreeRDP 3.9 doesn't allow empty passwords. Just set a password. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
If you use an empty password for your Windows VM, you'll get
ERRCONNECT_ACCOUNT_RESTRICTIONerror in your FreeRDP logs when trying to connect.By default, Windows strictly blocks RDP access for accounts without passwords. To make it work, you just need to change a local security policy:
Win + R, typesecpol.msc, and hit Enter (requires Admin rights).(Note:
secpol.mscis not available by default on Windows Home edition.)All reactions