Cleanup comments

This commit is contained in:
Fmstrat 2020-11-09 09:16:58 -05:00 committed by Oskar Manhart
parent f86d774fa1
commit d7ee96fe8f

View File

@ -1,22 +1,5 @@
#!/usr/bin/env bash
# Install windows in KVM
# Use the user "User"
# Name the machine "RDPWindows" in "About"
# Allow remote desktop
#
# virsh autostart RDPWindows
# For 20.04:
# sudo ln -s /etc/apparmor.d/usr.sbin.libvirtd /etc/apparmor.d/disable/
# Windows Registry Editor Version 5.00
# [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList]
# "fDisabledAllowList"=dword:00000001
# [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
# "LimitBlankPasswordUse"=dword:00000000
DIR="$(dirname "$(readlink -f "$0")")"
if [ -f /tmp/winapps ]; then