This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This script for Windows make it easier to run RDP files on Windows | |
# After downloading the RDP, run this script | |
# It picks up the latest RDP-file from downloads, copies it to MyDRE.RDP | |
# Adds a few lines to the RDP for magic (customize in the section: CUSTOM | |
# Deletes the downloaded RDP file to prevent clutter in your Downloads | |
# Runs the script | |
# CUSTOMIZATION | |
# Par3: select the monintors to be used, make sure these monitors are adjecent | |
# E.g.: 0,1 = Use Monitor 0 and 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: This script for Windows make it easier to run RDP files on Windows | |
:: After downloading the RDP, run this script | |
:: It picks up the latest RDP-file from downloads, copies it to MyDRE.RDP | |
:: Adds a few lines to the RDP for magic (customize in the section: CUSTOM | |
:: Deletes the downloaded RDP file to prevent clutter in your Downloads | |
:: Runs the script | |
:: CUSTOMIZATION | |
:: Par3: select the monintors to be used, make sure these monitors are adjecent |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Version 0.5.2 | |
After compyling with pyinstaller the exe picks up the latest downloaded RDP file, adds a few lines of code | |
to MyDRE.rdp to ensure 2 monitors (and only 2 monitors) are used (monitor 0 and monitor 1). Leaving a | |
3rd free for other things. | |
It runs MyDRE.rdp and it also removes the downloaded RDP file. | |
The exe can be added to the windows bar, download an RDP and press the shortcut on the windows bar. | |
""" |