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.

20 lines
460 B

  1. ; PCHEALTH.INF
  2. ;
  3. ; Copyright 1993-2000, Microsoft Corporation
  4. [version]
  5. ;Signature="$WINDOWS NT$"
  6. Signature="$CHICAGO$"
  7. SetupClass=BASE
  8. LayoutFile=layout.inf
  9. [DefaultInstall]
  10. AddReg=INSTALL.reg.add
  11. [INSTALL.reg.add]
  12. HKLM,%KEY_SVCHOST%\PCHealth,"CoInitializeSecurityParam",0x00010003,2
  13. HKLM,%KEY_SVCHOST%\PCHealth,"AuthenticationCapabilities",0x00010003,64
  14. [Strings]
  15. KEY_SVCHOST = "Software\Microsoft\Windows NT\CurrentVersion\Svchost"