Skip to content

Instantly share code, notes, and snippets.

View n-zhi's full-sized avatar

Nikolai Zhirinas n-zhi

View GitHub Profile
@n-zhi
n-zhi / debian_13_hyper-v.sh
Last active April 20, 2026 07:33
Enable Hyper-V Enhanced Session on Debian 13 Trixie (Gnome) guests via XRDP
#!/bin/sh
# Enable Hyper-V Enhanced Session on Debian 13 Trixie (Gnome) guests via XRDP
#
# Inspired by linux-vm-tools for Ubuntu 22.04
# Thanks to https://github.com/Hinara/linux-vm-tools
###############################################################################
# Pre-flight preparations
# Check for root privileges