-
Notifications
You must be signed in to change notification settings - Fork 148
Enable RDP #9
base: master
Are you sure you want to change the base?
Enable RDP #9
Conversation
Overview Author: ulv1 Date Uploaded: 18/01/2018 Tested on AirWatch 9.2.3.0: Completed Client Operating System: Windows 10 (1709) Description Enables RDP on target machine. What does the sample do? 1. Opens firewall to allow incoming connections 2. Disables "Deny TS Connections" registry key 3. Sets termservice to start automatically at boot 4. Starts termservice
Added description in bat script
Added readme, as required.
@ulv1, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding
|
I believe I've added DCO to each commit now (in comments) "Signed-off-by: Ulv Bjørnsson [email protected]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Ulv Bjørnsson [email protected]
@ulv1, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding
|
@ulv1 Thanks a lot for contributing to the samples and helping grow the community! One minor edit required is that in order for the DCO requirements to be met, you should add "Signed-off-by: Ulv Bjørnsson [email protected]" to the commit message. You have added a comment in GitHub and this does not meet the DCO requirement. Please make the change and re-commit with the signature and I will merge the changes asap. Thanks! |
Sample to Enable RDP on target machine, works on Windows machines from 7-10 and tested on latest builds of AirWatch and Windows 10.
(First time making a pull request, hopefully, followed routine as established in https://github.com/ulv1/AirWatch-samples/tree/master/Windows-Samples)