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
716 B

  1. ; -- NETBEAC.INX --
  2. ;
  3. ; Beacon Client Support
  4. ;
  5. ; Copyright (c) Microsoft Corporation. All rights reserved.
  6. [version]
  7. signature="$Windows NT$"
  8. LayoutFile=layout.inf
  9. Provider=%Msft%
  10. ;
  11. ; For Optional Components Use Only
  12. ;
  13. [BEACON]
  14. AddReg = BEACON.AddReg
  15. Uninstall = BEACON.Remove
  16. [BEACON.Remove]
  17. DelReg = BEACON.DelReg
  18. ;
  19. ; Registry sections
  20. ;
  21. [BEACON.AddReg]
  22. HKLM,"SYSTEM\CurrentControlSet\Control\Network\Connections","ClassManagers",0x00010008,{BA126AE0-2166-11D1-B1D0-00805FC1270E}
  23. [BEACON.DelReg]
  24. HKLM,"SYSTEM\CurrentControlSet\Control\Network\Connections","ClassManagers",0x00018002,{BA126AE0-2166-11D1-B1D0-00805FC1270E}