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.

50 lines
2.0 KiB

  1. CLASS MACHINE
  2. CATEGORY !!RA
  3. POLICY !!RA_POLICY_Allow
  4. KEYNAME !!RA_REGKEY
  5. Explain !!RA_POLICY_Allow_Explain
  6. VALUENAME !!RA_POLICY_AllowToGetHelp
  7. END POLICY
  8. POLICY !!RA_POLICY_PermitUnSolicited
  9. KEYNAME !!RA_REGKEY
  10. Explain !!RA_POLICY_PermitUnSolicited_Explain
  11. VALUENAME !!RA_POLICY_AllowUnSolicited
  12. END POLICY
  13. POLICY !!RA_POLICY_PermitFullControl
  14. KEYNAME !!RA_REGKEY
  15. Explain !!RA_POLICY_PermitFullControl_Explain
  16. VALUENAME !!RA_POLICY_AllowFullControl
  17. END POLICY
  18. POLICY !!RA_POLICY_MaximumTicketTimeout
  19. KEYNAME !!RA_REGKEY
  20. Explain !!RA_POLICY_MaximumTicketTimeout_Explain
  21. PART !!RA_POLICY_MaxTicketExpiry NUMERIC
  22. MIN 0 MAX 8553600 DEFAULT 2592000
  23. VALUENAME !!RA_POLICY_MaxTicketExpiry
  24. END PART
  25. END POLICY
  26. END CATEGORY
  27. [strings]
  28. RA_REGKEY="Software\policies\Microsoft\Windows NT\Terminal Services\"
  29. RA="Remote Assistance"
  30. RA_POLICY_Allow="Permit Remote Assistance"
  31. RA_POLICY_Allow_Explain="When this checkbox is enabled, the users effected by this policy will be allowed to use of the Remote Assistance feature unless it has been explicitly restricted."
  32. RA_POLICY_AllowToGetHelp="fAllowToGetHelp"
  33. RA_POLICY_PermitUnSolicited="Permit UnSolicited offers of Remote Assistance"
  34. RA_POLICY_PermitUnSolicited_Explain="When this checkbox is enabled, the users effected by this policy will be allowed unsolicited offers of Remote Assistance"
  35. RA_POLICY_AllowUnSolicited="fAllowUnsolicited"
  36. RA_POLICY_PermitFullControl="Permit Remote Control of this computer"
  37. RA_POLICY_PermitFullControl_Explain="When this checkbox is enabled, the users effected by this policy will be allowed full remote control of this computer"
  38. RA_POLICY_AllowFullControl="fAllowFullControl"
  39. RA_POLICY_MaximumTicketTimeout="Set Expiration limit for Remote Assistance invitations"
  40. RA_POLICY_MaximumTicketTimeout_Explain="Maximum duration (in seconds) after which a remote assistance invitation expires"
  41. RA_POLICY_MaxTicketExpiry="MaxTicketExpiry"