CryptoJones icon

FreeRDP Script fore Ubuntu

CryptoJones | PRO | 08/19/21 04:35:14 PM UTC (Edited) | 0 ⭐ | 579 šŸ‘ļø | Never ā° | []
Bash |

570 B

|

None

|

0 šŸ‘

/

0 šŸ‘Ž

#!/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

  •  icon
    01/01/70 12:00:00 AM UTC
    Plain Text |

    0 B

    |

    šŸ‘

    /

    šŸ‘Ž