RDP File Format
.rdp
files are just plain text so you can edit them with any editor.
For example, you can disable printer redirection by adding this line:
redirectprinters:i:0
You can enable it by adding:
redirectprinters:i:1
This beats editing the connection via the GUI each time you connect.