#!/bin/bash
xfreerdp \
/v:$(zenity \
--entry \
--title="Hostname or IP" \
--text="Enter the destination") \
/d:$(zenity \
--entry \
--title="DOMAIN" \
--text="Enter the DOMAIN" \
--text="Enter the domain") \
/u:"$(zenity \
--entry \
--title="Domain Username" \
--text="Enter your Username")" \
/p:$(zenity \
--entry \
--title="Domain Password" \
--text="Enter your _password:" \
--hide-text) \
/f \
/cert-ignore \
/usb:auto \
/floatbar:sticky:on,default:visible,show:fullscreen \
/multimon /sound /microphone:sys:pulse,device:1,format:1,quality:high \
+clipboard
Comments
0 B
|š
/š