Advertisement
Guest User

MotoTscClient.reg

a guest
Jan 19th, 2017
1,126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.77 KB | None | 0 0
  1. REGEDIT4
  2. #
  3. # Start WalTscClient reg entries
  4. #
  5. [HKEY_CURRENT_USER\Software\Motorola\MotoTscClient]
  6. #
  7. # Default Session if one isn't supplied on the command line
  8. # via /SESSION=.
  9. #
  10. "DefSession"="Sample"
  11. #
  12. # Debug Log File Location and Logging Level. Set to 2 for Debug,
  13. # 1 for informational, and 0 to disable.
  14. #
  15. "DebugLevel"=dword:000000002
  16. "DebugLogFile"="\\Program Files\\MotoTscClient\\MotoDbgLog.txt"
  17. #
  18. # Location of Translation Text. TBD.
  19. #
  20. "UnicodeTextFile"="\\Program Files\\MotoTscClient\\MotoTscClientEnglishUTF.xml"
  21. #
  22. # Delay before displaying Out Of Range Dialog when no radio signal
  23. # is detected. Default, if not present, is 5000 msec.
  24. #
  25. "OutOfRangeDelay"=dword:00001388
  26.  
  27. [HKEY_CURRENT_USER\Software\Motorola\MotoTscClient\Sample]
  28. #
  29. # Set to "1" to show the taskbar in fullscreen mode.
  30. #
  31. "ShowTaskBar"=dword:00000001
  32. #
  33. # If Failover is set, then after the server retries expires, fail over to
  34. # the next server. If oneshot is set, only failover once, if set. Otherwise,
  35. # exit after server retries expires.
  36. #
  37. "OneShot"=dword:00000001
  38. "Failover"=dword:00000001
  39. #
  40. # First server to connect to.
  41. #
  42. "PrimaryServer"="Server1"
  43. #
  44. # If set, LoadBalance will override the Primary Server value. The
  45. # primary server will be determined by looking at the last digit of
  46. # the devices serial number mod the number of servers.
  47. #
  48. "LoadBalance"=dword:00000000
  49.  
  50. [HKEY_CURRENT_USER\Software\Motorola\MotoTscClient\Sample\Server1]
  51. #
  52. # Server Index. Used to provide the access order when the
  53. # connection to the primary server fails. If you wish to
  54. # override Password with a PlainTextPassword, include that
  55. # value. If "PlainTextPassword" is missing, Password wil
  56. # be used.
  57. #
  58. "SubServer"=dword:00000001
  59. #
  60. # Server Location. DNS Resolvable address of the Server.
  61. #
  62. "UserName"="martinservera\x-consafe-jopa"
  63. "PlainTextPassword"="s6uBatuy"
  64. "Password"="s6uBatuy"
  65. "Server"="10.255.51.6"
  66. #
  67. # Number of Times and Delay between tries to connect to the server.
  68. #
  69. "RetryCount"=dword:00000003
  70. "RetryDelay"=dword:00000005
  71. #
  72. # If set, Zoom display 100% (i.e. Full VGA to Quarter VGA)
  73. # ZoomTop and ZoomLeft can be used to position the screen.
  74. # LockZoom will prevent the user from scrolling the Zoom
  75. # window. It will "snap" the Zoom back to initial position
  76. # when a scroll is attempted.
  77. #
  78. "EnableZoom"=dword:00000000
  79. "LockZoom"=dword:00000000
  80. "ZoomTop"=dword:00000034
  81. "ZoomLeft"=dword:00000000
  82. #
  83. # RDP File to be copied to be used for Session Settings.
  84. #
  85. "RDPFileName"="\Program Files\MotoTscClient\Default.rdp"
  86. #
  87. # Prepend the Domain to the user name, if set.
  88. #
  89. "PrependDomain"=dword:00000000
  90. #
  91. # Optional - Enable to Show SIP on Desktop
  92. #
  93. "ShowSIP"=dword:00000000
  94. #
  95. # Optional - Default SIP Button Location in Center of Screen, In Pixels
  96. # If not present, default location is used.
  97. #
  98. "SIPTop"=dword:00000126
  99. "SIPLeft"=dword:0000005a
  100. "SIPWidth"=dword:000003C
  101. "SIPHeight"=dword:0000001A
  102. #
  103. # Optional - Location of SIP when open on the scree, In Pixels.
  104. # If not present, default location is used.
  105. "DspSIPTop"=dword:FFFFFFFF
  106. "DspSIPLeft"=dword:FFFFFFFF
  107.  
  108. [HKEY_CURRENT_USER\Software\Motorola\MotoTscClient\Sample\Server2]
  109. #
  110. # Server Index. Used to provide the access order when the
  111. # connection to the primary server fails.
  112. #
  113. "SubServer"=dword:00000002
  114. #
  115. # Server Location. DNS Resolvable address of the Server.
  116. #
  117. "UserName"="pgr478"
  118. "PlainTextPassword"="imnottellingeither"
  119. "Password"="b57fe6301c18534c32961ac8008b685d"
  120. "Server"="192.168.51.254"
  121. #
  122. # Number of Times and Delay between tries to connect to the server.
  123. #
  124. "RetryCount"=dword:00000003
  125. "RetryDelay"=dword:00000005
  126. #
  127. # If set, Zoom display 100% (i.e. Full VGA to Quarter VGA)
  128. # ZoomTop and ZoomLeft can be used to position the screen.
  129. # LockZoom will prevent the user from scrolling the Zoom
  130. # window. It will "snap" the Zoom back to initial position
  131. # when a scroll is attempted.
  132. #
  133. "EnableZoom"=dword:00000001
  134. "LockZoom"=dword:00000001
  135. "ZoomTop"=dword:00000034
  136. "ZoomLeft"=dword:00000000
  137. #
  138. # RDP File to be copied to be used for Session Settings.
  139. #
  140. "RDPFileName"="\Program Files\MotoTscClient\Default.rdp"
  141. #
  142. # Prepend the Domain to the user name, if set.
  143. #
  144. "PrependDomain"=dword:00000000
  145. #
  146. # Optional - Enable to Show SIP on Desktop
  147. #
  148. "ShowSIP"=dword:00000000
  149. #
  150. # Optional - Default SIP Button Location in Center of Screen, In Pixels
  151. # If not present, default location is used.
  152. #
  153. "SIPTop"=dword:00000126
  154. "SIPLeft"=dword:0000005a
  155. "SIPWidth"=dword:000003C
  156. "SIPHeight"=dword:0000001A
  157. #
  158. # Optional - Location of SIP when open on the screen, In Pixels.
  159. # If not present, default location is used.
  160. #
  161. "DspSIPTop"=dword:FFFFFFFF
  162. "DspSIPLeft"=dword:FFFFFFFF
  163. # End - MotoTscClient reg entries
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement