Plasma - Can't use RDP betweek PCs

Got the ‘autostart’ to work for freerdp. This forum thread was exactly what was needed!!
https://forum.manjaro.org/t/script-put-in-autostart-doesnt-work/61007

So in case anyone stumbles into this thread for help - to get my RDP to work between PC’s:

  1. installed FreeRDP
  2. created a bash script (below):
      #!/bin/env bash
      #gnome-terminal -e
      freerdp-shadow-cli -auth  > /dev/null 2>&1 &
  1. put that bash script in: ~/.config/plasma_workspace/env
  2. gave it proper permissions…