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.

64 lines
1.8 KiB

  1. CLASS USER
  2. CATEGORY !!RC
  3. POLICY !!RC_Permit
  4. KEYNAME Software\policies\Microsoft\PCHealth\RemoteControl\
  5. Explain !!RC_Permit_Explain
  6. PART !!RC_Mode DROPDOWNLIST REQUIRED
  7. VALUENAME !!RC_Mode
  8. ITEMLIST
  9. NAME !!RC_ON VALUE NUMERIC 1
  10. NAME !!RC_OFF VALUE NUMERIC 2
  11. NAME !!RC_SHADOWONLY VALUE NUMERIC 3
  12. END ITEMLIST
  13. END PART
  14. END POLICY
  15. POLICY !!RC_PermitUnAttended
  16. KEYNAME Software\policies\Microsoft\PCHealth\RemoteControl\
  17. VALUENAME !!RC_UnAttended
  18. END POLICY
  19. POLICY !!RC_TicketTimeoutDuration
  20. KEYNAME Software\policies\Microsoft\PCHealth\RemoteControl\
  21. Explain !!RC_TicketTimeoutDuration_Explain
  22. PART !!RC_TicketTimeout NUMERIC
  23. MIN 0 MAX 86400 DEFAULT 0
  24. VALUENAME !!RC_TicketTimeout
  25. END PART
  26. END POLICY
  27. POLICY !!RC_PermitRDC
  28. KEYNAME Software\policies\Microsoft\PCHealth\RemoteControl\
  29. VALUENAME !!RC_RDC
  30. END POLICY
  31. POLICY !!RC_ForcePwd
  32. KEYNAME Software\policies\Microsoft\PCHealth\RemoteControl\
  33. VALUENAME !!RC_Pwd
  34. END POLICY
  35. END CATEGORY
  36. [strings]
  37. RC="Remote Control"
  38. RC_Permit="Permit Remote Control"
  39. RC_Permit_Explain="When this checkbox is enabled, the user(s) effected by this policy will be allowed to use the sample Remote Control Buddy Channel unless it has been explicitly restricted."
  40. RC_Mode="Mode"
  41. RC_ON="ON"
  42. RC_OFF="OFF"
  43. RC_SHADOWONLY="Shadow Only"
  44. RC_TicketTimeoutDuration="Set Ticket Timeout Duration"
  45. RC_TicketTimeoutDuration_Explain="Maximum duration after which a remote control invitation times out"
  46. RC_TicketTimeout="TicketTimeout"
  47. RC_PermitUnAttended="Permit Unattended Remote Control"
  48. RC_UnAttended="UnAttended"
  49. RC_PermitRDC="Permit Remote Data Collection /File Transfer"
  50. RC_RDC="RDC"
  51. RC_ForcePwd="Force password encryption of incident ticket"
  52. RC_Pwd="PasswdEncryt"