f2ebec633da646009f2df9f6cb51074e39465c13
Tech/VirtualBox.md
... | ... | @@ -19,6 +19,13 @@ |
19 | 19 | |
20 | 20 | |
21 | 21 | # Remote Display |
22 | +## Using native RDP |
|
23 | +- disable VRDE |
|
24 | +- in Windows: system settings Allow Remote Desktop, disable Network Level Authentication |
|
25 | +- set a user password (to avoid "account restricted") |
|
26 | +- in VirtualBox port forward host 3389 to guest 3389 (default host IP is already 0.0.0.0) |
|
27 | + |
|
28 | +## Using VRDE |
|
22 | 29 | - Needs Oracle VM VirtualBox Extension Pack ([downloads](https://www.virtualbox.org/wiki/Downloads)) |
23 | 30 | |
24 | 31 | ```bash |