Added Windows RDP session title

This commit is contained in:
Rohan Barar 2024-07-22 21:40:48 +10:00
parent e99a210713
commit 358c6d24fc
2 changed files with 2 additions and 1 deletions

View File

@ -312,6 +312,7 @@ function waRunCommand() {
+home-drive \
/audio-mode:1 \
/wm-class:"Microsoft Windows" \
/t:"Windows RDP Session [$RDP_IP]" \
/v:"$RDP_IP" &>/dev/null &
elif [ "$1" = "manual" ]; then
# Open specified application.

View File

@ -1545,7 +1545,7 @@ function waUninstall() {
# Print caveats.
echo -e "\n${INFO_TEXT}Please note your WinApps configuration folder was not removed.${CLEAR_TEXT}"
echo -e "${INFO_TEXT}You can remove this manually by running:${CLEAR_TEXT}"
echo -e "${COMMAND_TEXT}rm $(dirname "$CONFIG_PATH")${CLEAR_TEXT}\n"
echo -e "${COMMAND_TEXT}rm -r $(dirname "$CONFIG_PATH")${CLEAR_TEXT}\n"
# Print feedback.
echo -e "${SUCCESS_TEXT}UNINSTALLATION COMPLETE.${CLEAR_TEXT}"