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.

62 lines
2.3 KiB

  1. ;
  2. ; Self-registration for dskquoui.dll
  3. ;
  4. [Version]
  5. Signature="$Windows NT$"
  6. [RegDll]
  7. AddReg=AddRegEntries
  8. [UnregDll]
  9. DelReg=DelRegEntries
  10. [AddRegEntries]
  11. ;
  12. ; Disk Quota UI Shell property sheet extension.
  13. ;
  14. HKCR,CLSID\%CLSID_DiskQuotaPropSheetExt%,,,Microsoft Disk Quota UI
  15. HKCR,CLSID\%CLSID_DiskQuotaPropSheetExt%\InProcServer32,,,dskquoui.dll
  16. HKCR,CLSID\%CLSID_DiskQuotaPropSheetExt%\InProcServer32,"ThreadingModel",,Both
  17. HKCR,Drive\shellex\PropertySheetHandlers\%CLSID_DiskQuotaPropSheetExt%,,,
  18. HKLM,%APPROVED_SHELL_EXTENSIONS%,%CLSID_DiskQuotaPropSheetExt%,,Disk Quota UI
  19. ;
  20. ; Group Policy Editor MMC snapin.
  21. ; This snapin has been removed in favor of an ADM-file approach.
  22. ; All related code has been disabled through conditional compilation in case
  23. ; we later decide to reinstate the snapin. Therefore, leave these entries
  24. ; commented out.
  25. ;
  26. ;HKLM,Software\Microsoft\MMC\SnapIns\%CLSID_DiskQuotaUI%,,,
  27. ;HKLM,Software\Microsoft\MMC\SnapIns\%CLSID_DiskQuotaUI%,NameString,,Disk Quota Extension
  28. ;HKLM,Software\Microsoft\MMC\NodeTypes\%CLSID_GPEComputerNode%\Extensions\NameSpace,%CLSID_DiskQuotaUI%,,Microsoft Disk Quota
  29. [DelRegEntries]
  30. ;
  31. ; Disk Quota UI Shell property sheet extension.
  32. ;
  33. HKCR,CLSID\%CLSID_DiskQuotaPropSheetExt%\InProcServer32
  34. HKCR,CLSID\%CLSID_DiskQuotaPropSheetExt%
  35. HKCR,Drive\shellex\PropertySheetHandlers\%CLSID_DiskQuotaPropSheetExt%
  36. HKLM,%APPROVED_SHELL_EXTENSIONS%,%CLSID_DiskQuotaPropSheetExt%
  37. ;
  38. ; Group Policy Editor MMC snapin.
  39. ; This snapin has been removed in favor of an ADM-file approach.
  40. ; All related code has been disabled through conditional compilation in case
  41. ; we later decide to reinstate the snapin. Therefore, leave these entries
  42. ; commented out.
  43. ;
  44. ;HKLM,Software\Microsoft\MMC\SnapIns\%CLSID_DiskQuotaUI%
  45. ;HKLM,Software\Microsoft\MMC\NodeTypes\%CLSID_GPEComputerNode%\Extensions\NameSpace,%CLSID_DiskQuotaUI%
  46. ;
  47. ; General persistence data created programatically.
  48. ;
  49. HKCU,Software\Microsoft\Windows NT\CurrentVersion\DiskQuota
  50. [Strings]
  51. CLSID_DiskQuotaUI={7988B573-EC89-11cf-9C00-00AA00A14F56}
  52. CLSID_DiskQuotaPropSheetExt={7988B573-EC89-11cf-9C00-00AA00A14F56}
  53. CLSID_GPEComputerNode={8FC0B737-A0E1-11d1-A7D3-0000F87571E3}
  54. APPROVED_SHELL_EXTENSIONS=Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved