Source code of Windows XP (NT5)
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.

35 lines
746 B

  1. HKCR
  2. {
  3. NoRemove AppID
  4. {
  5. {FD0E2EC7-4055-4A49-9AA9-1BF34B39438E} = s 'Remote Storage Server'
  6. {
  7. val LocalService = s 'Remote_Storage_Server'
  8. val ServiceParameters = s '-Service'
  9. }
  10. ForceRemove 'RsServ.EXE'
  11. {
  12. val AppID = s {FD0E2EC7-4055-4A49-9AA9-1BF34B39438E}
  13. }
  14. }
  15. }
  16. HKEY_LOCAL_MACHINE
  17. {
  18. NoRemove SYSTEM
  19. {
  20. NoRemove CurrentControlSet
  21. {
  22. NoRemove Services
  23. {
  24. NoRemove 'Remote_Storage_Server'
  25. {
  26. NoRemove 'Parameters'
  27. {
  28. NoRemove 'Fsa'
  29. {
  30. }
  31. }
  32. }
  33. }
  34. }
  35. }
  36. }