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.

102 lines
3.9 KiB

  1. <html>
  2. <head>
  3. <meta http-equiv=Content-Type content="text/html; charset=windows-1252">
  4. <meta name=Generator content="Microsoft Word 10 (filtered)">
  5. <title>NulMrx</title>
  6. <style>
  7. <!--
  8. /* Style Definitions */
  9. p.MsoNormal, li.MsoNormal, div.MsoNormal
  10. {margin:0in;
  11. margin-bottom:.0001pt;
  12. font-size:12.0pt;
  13. font-family:"Times New Roman";}
  14. a:link, span.MsoHyperlink
  15. {color:blue;
  16. text-decoration:underline;}
  17. a:visited, span.MsoHyperlinkFollowed
  18. {color:purple;
  19. text-decoration:underline;}
  20. @page Section1
  21. {size:8.5in 11.0in;
  22. margin:1.0in 1.25in 1.0in 1.25in;}
  23. div.Section1
  24. {page:Section1;}
  25. /* List Definitions */
  26. ol
  27. {margin-bottom:0in;}
  28. ul
  29. {margin-bottom:0in;}
  30. -->
  31. </style>
  32. </head>
  33. <body lang=EN-US link=blue vlink=purple>
  34. <div class=Section1>
  35. <p class=MsoNormal style='text-autospace:none'><b><span style='font-size:10.0pt;
  36. font-family:"Courier New"'>NulMrx</span></b></p>
  37. <p class=MsoNormal style='text-autospace:none'><span style='font-size:10.0pt;
  38. font-family:"Courier New"'>&nbsp;</span></p>
  39. <p class=MsoNormal style='text-autospace:none'><span style='font-size:10.0pt;
  40. font-family:"Courier New"'>This is a simple network provider and driver
  41. provided to illustrate how network providers bind to the Multi-Protocol Router
  42. and redirectors to the Multiple UNC Provider. The nulmrx sample has very
  43. limited functionality:</span></p>
  44. <p class=MsoNormal style='text-autospace:none'><span style='font-size:10.0pt;
  45. font-family:"Courier New"'>&nbsp;</span></p>
  46. <p class=MsoNormal style='margin-left:.75in;text-indent:-.25in;text-autospace:
  47. none'><span style='font-size:10.0pt;font-family:"Courier New"'>1.<span
  48. style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp; </span></span><span
  49. style='font-size:10.0pt;font-family:"Courier New"'>Map a share like net use * <u><span
  50. style='color:blue'><a href="file:///\\nulsvr\share">\\nulsvr\share</a></span></u>.�
  51. </span></p>
  52. <p class=MsoNormal style='margin-left:.75in;text-indent:-.25in;text-autospace:
  53. none'><span style='font-size:10.0pt;font-family:"Courier New"'>2.<span
  54. style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp; </span></span><span
  55. style='font-size:10.0pt;font-family:"Courier New"'>Enumerate the directory on
  56. the drive mapped above and see the volume info and a sample file at the root. </span></p>
  57. <p class=MsoNormal style='margin-left:1.0in;text-autospace:none'><span
  58. style='font-size:10.0pt;font-family:"Courier New"'>&nbsp;</span></p>
  59. <p class=MsoNormal style='text-autospace:none'><span style='font-size:10.0pt;
  60. font-family:"Courier New"'>This is all faked in the driver code. It has no
  61. create/read/write abilty.</span></p>
  62. <p class=MsoNormal style='text-autospace:none'><span style='font-size:10.0pt;
  63. font-family:"Courier New"'>&nbsp;</span></p>
  64. <p class=MsoNormal style='text-autospace:none'><span style='font-size:10.0pt;
  65. font-family:"Courier New"'>Installation:</span></p>
  66. <p class=MsoNormal style='text-autospace:none'><span style='font-size:10.0pt;
  67. font-family:"Courier New"'>&nbsp;</span></p>
  68. <ol style='margin-top:0in' start=1 type=1>
  69. <li class=MsoNormal style='text-autospace:none'><span style='font-size:10.0pt;
  70. font-family:"Courier New"'>Run <i>regini nulmrx\sys\nulmrx.ini</i></span></li>
  71. <li class=MsoNormal style='text-autospace:none'><span style='font-size:10.0pt;
  72. font-family:"Courier New"'>Edit the following registry entry to add NulMRx
  73. as the first network provider: <a
  74. href="file:///\\HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\NetworkProvider\Order\ProviderOrder">\\HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\NetworkProvider\Order\ProviderOrder</a>
  75. REG_SZ�� NulMRx, LanmanWorkstation</span></li>
  76. <li class=MsoNormal style='text-autospace:none'><span style='font-size:10.0pt;
  77. font-family:"Courier New"'>Reboot to let the nulmrx driver register with
  78. the system.</span></li>
  79. </ol>
  80. </div>
  81. </body>
  82. </html>