You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
kotolinux
changed the title
This worked for me! Thank You!
Winapps Vm FAILS~FIXED Verified Restart Command after CPU reboot!This worked for me! Thank You!
Nov 21, 2023
kotolinux
changed the title
Winapps Vm FAILS~FIXED Verified Restart Command after CPU reboot!This worked for me! Thank You!
Winapps Vm FAILS~FIXED Verified Restart Command after CPU reboot! This works for (DEBIAN) me! Thank You!
Nov 21, 2023
76 sudo virsh net-list
77 mkdir -p ~/.config/libvirt
78 nano ~/.config/libvirt/libvirt.conf
79 cat ~/.config/libvirt/libvirt.conf
80 virsh start RDPWindows
81 virsh net-start
82 sudo systemctl start libvirtd
84 sudo apt-get install -y freerdp2-x11 virt-manager
85 git clone https://github.com/Fmstrat/winapps.git
86 mkdir -p ~/.config/winapps/
87 echo '''
RDP_USER="tutorial" #Replace with your vm username
RDP_PASS="tutorial" #Replace with your vm password
MULTIMON="true"
''' >> ~/.config/winapps/winapps.conf
88 ~/winapps/bin/winapps check
89 ~/winapps/installer.sh
90 virsh start RDPWindows
91 sudo virsh net-list --all
92 sudo virsh net-start RDPWindows
Originally posted by @kotolinux in #213 (comment)
The text was updated successfully, but these errors were encountered: