Skip to content

Commit

Permalink
resizeMode readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Reto Schelbert committed Jun 25, 2021
1 parent 604f6de commit 349f56f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ Script settings in JSON format which can be defined within the script or taken f
| useWebPluginWin | "", "f008c2f0-5fb3-4c5e-a8eb-8072c1183088" | If not empty then this RoyalTS Windows Plugin ID will be taken as "Browser Engine" for Web connection entries. Also possible to just use Default Settings in RoyalTS |
| folderCreation | none, safe.name, safe.description, safe.name-description, safe.description-name | Will creates folder for all connection entries based on the provided naming scheme: **none** will create no folders, **safe.name** will create folder based on the safe name the accounts are in, **safe.description** from the safe description, **safe.name-description** from safe name + description and **safe.description-name** from safe description + safe name |
| entryName | simple (DEFAULT), named, full | Connection Entry name which can be **simple** or just empty as default and only has the "address" as entry name, **named** as "username@address" and **full** as "target - username@address" for domain users |
| enableNLA | boolean 1 (true) or 0 (false) | Enables NLA in RDP connection entries |
| enableNLA | ScrollBars, SmartResize (default) | Sets the resize mode for RDP connection in RoyalTS (RyoalTS v6 default will do a Reconnect) |
| rdpResizeMode | boolean 1 (true) or 0 (false) | Enables NLA in RDP connection entries |
| excludeAccounts | string array["user1","user2"] | Excludes these accounts / usernames from creating any connection entries |
> In some specific RoyalTS versions there is an issue with "true" und "false" value, where RoyalTS did rewrite these keywords in capital letters. This becomes an invalid type in JSON format so we use 0 (false) or 1 (true)
> instead of the keywords in our json settings
Expand Down

0 comments on commit 349f56f

Please sign in to comment.