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.

33 lines
762 B

  1. HKCR
  2. {
  3. NoRemove AppID
  4. {
  5. ForceRemove {21C7DCD2-4163-11D0-81CB-00A0C91180F2} = s 'Remote Storage File'
  6. {
  7. val LocalService = s 'Remote_Storage_File_System_Agent'
  8. val ServiceParameters = s '-Service'
  9. }
  10. ForceRemove 'RsFsa.EXE'
  11. {
  12. val AppID = s {21C7DCD2-4163-11D0-81CB-00A0C91180F2}
  13. }
  14. }
  15. }
  16. HKEY_LOCAL_MACHINE
  17. {
  18. NoRemove SYSTEM
  19. {
  20. NoRemove CurrentControlSet
  21. {
  22. NoRemove Services
  23. {
  24. NoRemove 'Remote_Storage_File_System_Agent'
  25. {
  26. NoRemove 'Parameters'
  27. {
  28. }
  29. }
  30. }
  31. }
  32. }
  33. }