Wireguard: Permettere l’utilizzo a utente non amministratore

Per permettere l’utilizzo di Wireguard ad un utente non amministratore è necessario modificare il registro di Windows inserendo le seguenti due righe: reg add HKLM\Software\WireGuard /v LimitedOperatorUI /t REG_DWORD /d 1 /f NET LOCALGROUP “Network Configuration Operators” AD\username /ADD dove AD\username sarà il nome dell’account utente da utilizzare.  

Proxmox: Aumentare la risoluzione di VM Windows

Regarding dynamic resizing, I’d advise to use Spice protocol: In your guest Windows VM, install Spice Windows Guest Tools – spice-guest-tools-0.100.exe Set your Windows guest to use the SPICE driver for display (in Proxmox, under the Hardware tab) Compared to VNC I’ve found this is much faster and I don’t have cursor offset problems. For more … Leggi tutto