103 lines
		
	
	
		
			3.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			103 lines
		
	
	
		
			3.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | ||
| 
 | ||
| <head>
 | ||
| <meta http-equiv=Content-Type content="text/html; charset=windows-1252">
 | ||
| <meta name=Generator content="Microsoft Word 10 (filtered)">
 | ||
| <title>NulMrx</title>
 | ||
| 
 | ||
| <style>
 | ||
| <!--
 | ||
|  /* Style Definitions */
 | ||
|  p.MsoNormal, li.MsoNormal, div.MsoNormal
 | ||
| 	{margin:0in;
 | ||
| 	margin-bottom:.0001pt;
 | ||
| 	font-size:12.0pt;
 | ||
| 	font-family:"Times New Roman";}
 | ||
| a:link, span.MsoHyperlink
 | ||
| 	{color:blue;
 | ||
| 	text-decoration:underline;}
 | ||
| a:visited, span.MsoHyperlinkFollowed
 | ||
| 	{color:purple;
 | ||
| 	text-decoration:underline;}
 | ||
| @page Section1
 | ||
| 	{size:8.5in 11.0in;
 | ||
| 	margin:1.0in 1.25in 1.0in 1.25in;}
 | ||
| div.Section1
 | ||
| 	{page:Section1;}
 | ||
|  /* List Definitions */
 | ||
|  ol
 | ||
| 	{margin-bottom:0in;}
 | ||
| ul
 | ||
| 	{margin-bottom:0in;}
 | ||
| -->
 | ||
| </style>
 | ||
| 
 | ||
| </head>
 | ||
| 
 | ||
| <body lang=EN-US link=blue vlink=purple>
 | ||
| 
 | ||
| <div class=Section1>
 | ||
| 
 | ||
| <p class=MsoNormal style='text-autospace:none'><b><span style='font-size:10.0pt;
 | ||
| font-family:"Courier New"'>NulMrx</span></b></p>
 | ||
| 
 | ||
| <p class=MsoNormal style='text-autospace:none'><span style='font-size:10.0pt;
 | ||
| font-family:"Courier New"'> </span></p>
 | ||
| 
 | ||
| <p class=MsoNormal style='text-autospace:none'><span style='font-size:10.0pt;
 | ||
| font-family:"Courier New"'>This is a simple network provider and driver
 | ||
| provided to illustrate how network providers bind to the Multi-Protocol Router
 | ||
| and redirectors to the Multiple UNC Provider. The nulmrx sample has very
 | ||
| limited functionality:</span></p>
 | ||
| 
 | ||
| <p class=MsoNormal style='text-autospace:none'><span style='font-size:10.0pt;
 | ||
| font-family:"Courier New"'> </span></p>
 | ||
| 
 | ||
| <p class=MsoNormal style='margin-left:.75in;text-indent:-.25in;text-autospace:
 | ||
| none'><span style='font-size:10.0pt;font-family:"Courier New"'>1.<span
 | ||
| style='font:7.0pt "Times New Roman"'>    </span></span><span
 | ||
| style='font-size:10.0pt;font-family:"Courier New"'>Map a share like net use * <u><span
 | ||
| style='color:blue'><a href="file:///\\nulsvr\share">\\nulsvr\share</a></span></u>. 
 | ||
| </span></p>
 | ||
| 
 | ||
| <p class=MsoNormal style='margin-left:.75in;text-indent:-.25in;text-autospace:
 | ||
| none'><span style='font-size:10.0pt;font-family:"Courier New"'>2.<span
 | ||
| style='font:7.0pt "Times New Roman"'>    </span></span><span
 | ||
| style='font-size:10.0pt;font-family:"Courier New"'>Enumerate the directory on
 | ||
| the drive mapped above and see the volume info and a sample file at the root. </span></p>
 | ||
| 
 | ||
| <p class=MsoNormal style='margin-left:1.0in;text-autospace:none'><span
 | ||
| style='font-size:10.0pt;font-family:"Courier New"'> </span></p>
 | ||
| 
 | ||
| <p class=MsoNormal style='text-autospace:none'><span style='font-size:10.0pt;
 | ||
| font-family:"Courier New"'>This is all faked in the driver code. It has no
 | ||
| create/read/write abilty.</span></p>
 | ||
| 
 | ||
| <p class=MsoNormal style='text-autospace:none'><span style='font-size:10.0pt;
 | ||
| font-family:"Courier New"'> </span></p>
 | ||
| 
 | ||
| <p class=MsoNormal style='text-autospace:none'><span style='font-size:10.0pt;
 | ||
| font-family:"Courier New"'>Installation:</span></p>
 | ||
| 
 | ||
| <p class=MsoNormal style='text-autospace:none'><span style='font-size:10.0pt;
 | ||
| font-family:"Courier New"'> </span></p>
 | ||
| 
 | ||
| <ol style='margin-top:0in' start=1 type=1>
 | ||
|  <li class=MsoNormal style='text-autospace:none'><span style='font-size:10.0pt;
 | ||
|      font-family:"Courier New"'>Run <i>regini nulmrx\sys\nulmrx.ini</i></span></li>
 | ||
|  <li class=MsoNormal style='text-autospace:none'><span style='font-size:10.0pt;
 | ||
|      font-family:"Courier New"'>Edit the following registry entry to add NulMRx
 | ||
|      as the first network provider: <a
 | ||
|      href="file:///\\HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\NetworkProvider\Order\ProviderOrder">\\HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\NetworkProvider\Order\ProviderOrder</a>
 | ||
|      REG_SZ   NulMRx, LanmanWorkstation</span></li>
 | ||
|  <li class=MsoNormal style='text-autospace:none'><span style='font-size:10.0pt;
 | ||
|      font-family:"Courier New"'>Reboot to let the nulmrx driver register with
 | ||
|      the system.</span></li>
 | ||
| </ol>
 | ||
| 
 | ||
| </div>
 | ||
| 
 | ||
| </body>
 | ||
| 
 | ||
| </html>
 |