Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.5 KiB

  1. <?xml version="1.0"?>
  2. <Role
  3. name="Terminal Server"
  4. description="%1"
  5. mys_id="TS"
  6. >
  7. <!-- mys_id attribute should be unique among the different roles. It is used to track collapsed/expanded state. -->
  8. <_locDefinition>
  9. <_locTag _loc="locData" _locAttrData="name, description">Role</_locTag>
  10. <_locTag _loc="locData" _locAttrData="description, tooltip">Link</_locTag>
  11. </_locDefinition>
  12. <Links>
  13. <Link
  14. description="Review licensing requirements"
  15. type="help"
  16. command="cys.chm::/terminal_server_role.htm#termsrvlicensing"
  17. tooltip="Opens a Help topic that explains Terminal Service licensing requirements."
  18. />
  19. <Link
  20. description="Open Terminal Services Configuration"
  21. type="program"
  22. command="&quot;%%SystemRoot%%\System32\tscc.msc&quot; /s"
  23. tooltip="Opens the console for managing Terminal Services protocol configuration and server settings."
  24. />
  25. <Link
  26. description="Open Terminal Services Manager"
  27. type="program"
  28. command="&quot;%%SystemRoot%%\System32\tsadmin.exe&quot;"
  29. tooltip="Opens the console for managing and monitoring users, sessions, and processes on any server running Terminal Services."
  30. />
  31. <Link
  32. description="Review the next steps for this role"
  33. type="help"
  34. command="cys.chm::/terminal_server_role.htm#termsrvcompletion"
  35. tooltip="Opens a Help topic that contains a checklist of recommended tasks for this role."
  36. />
  37. </Links>
  38. </Role>