From d7ee96fe8f09cfd678edc548aabe0935f48c4089 Mon Sep 17 00:00:00 2001 From: Fmstrat Date: Mon, 9 Nov 2020 09:16:58 -0500 Subject: [PATCH] Cleanup comments --- bin/winapps | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/bin/winapps b/bin/winapps index 5e77ba5..0066d08 100755 --- a/bin/winapps +++ b/bin/winapps @@ -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