diff options
| author | Luc Rubio <[email protected]> | 2019-03-12 21:18:05 +0000 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2019-03-12 14:18:05 -0700 |
| commit | f70a523e2345250a2e6daa3a51babc2b0a08818f (patch) | |
| tree | 66042c0628f572a51329388a590301351af8f089 /network | |
| parent | ef7ec4ec9ff7ce3c53d60e1c8906915966e17e01 (diff) | |
Fix broken links to 'Preparing a Computer for Manual Driver Deployment' (#338)
Diffstat (limited to 'network')
| -rw-r--r-- | network/ndis/filter/README.md | 2 | ||||
| -rw-r--r-- | network/trans/WFPSampler/README.md | 2 | ||||
| -rw-r--r-- | network/trans/ddproxy/README.md | 2 | ||||
| -rw-r--r-- | network/trans/inspect/README.md | 2 | ||||
| -rw-r--r-- | network/trans/msnmntr/README.md | 2 | ||||
| -rw-r--r-- | network/trans/stmedit/README.md | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/network/ndis/filter/README.md b/network/ndis/filter/README.md index a5e41f19..78def298 100644 --- a/network/ndis/filter/README.md +++ b/network/ndis/filter/README.md @@ -46,7 +46,7 @@ Before you automatically deploy a driver, you must provision the target computer Manual deployment ----------------- -Before you manually deploy a driver, you must turn on test signing and install a certificate on the target computer. You also need to copy the [DevCon](http://msdn.microsoft.com/en-us/library/windows/hardware/ff544707) tool to the target computer. For instructions, see [Preparing a Computer for Manual Driver Deployment](http://msdn.microsoft.com/en-us/library/windows/hardware/dn265571). +Before you manually deploy a driver, you must turn on test signing and install a certificate on the target computer. You also need to copy the [DevCon](http://msdn.microsoft.com/en-us/library/windows/hardware/ff544707) tool to the target computer. For instructions, see [Preparing a Computer for Manual Driver Deployment](https://docs.microsoft.com/en-us/windows-hardware/drivers/develop/preparing-a-computer-for-manual-driver-deployment). Ndislwf is installed as a service (called **NDIS Sample LightWeight Filter** in the supplied INF). To install it, do the following: diff --git a/network/trans/WFPSampler/README.md b/network/trans/WFPSampler/README.md index 977d42db..96bc0439 100644 --- a/network/trans/WFPSampler/README.md +++ b/network/trans/WFPSampler/README.md @@ -141,7 +141,7 @@ Before you automatically deploy a driver, you must provision the target computer Manual deployment ----------------- -Before you manually deploy a driver, you must turn on test signing and install a certificate on the target computer. You also need to copy the [DevCon](http://msdn.microsoft.com/en-us/library/windows/hardware/ff544707) tool to the target computer. For instructions, see [Preparing a Computer for Manual Driver Deployment](http://msdn.microsoft.com/en-us/library/windows/hardware/dn265571). After you have prepared the target computer for manual deployment, copy the following files to a folder on the target computer (for example, c:\\WFPSamplerSamplePackage): +Before you manually deploy a driver, you must turn on test signing and install a certificate on the target computer. You also need to copy the [DevCon](http://msdn.microsoft.com/en-us/library/windows/hardware/ff544707) tool to the target computer. For instructions, see [Preparing a Computer for Manual Driver Deployment](https://docs.microsoft.com/en-us/windows-hardware/drivers/develop/preparing-a-computer-for-manual-driver-deployment). After you have prepared the target computer for manual deployment, copy the following files to a folder on the target computer (for example, c:\\WFPSamplerSamplePackage): - The 4 files in your driver package folder - The user-mode application (WFPSampler.exe) file diff --git a/network/trans/ddproxy/README.md b/network/trans/ddproxy/README.md index 7331a807..c4177245 100644 --- a/network/trans/ddproxy/README.md +++ b/network/trans/ddproxy/README.md @@ -45,7 +45,7 @@ Before you automatically deploy a driver, you must provision the target computer Manual deployment ----------------- -Before you manually deploy a driver, you must turn on test signing and install a certificate on the target computer. You also need to copy the [DevCon](http://msdn.microsoft.com/en-us/library/windows/hardware/ff544707) tool to the target computer. For instructions, see [Preparing a Computer for Manual Driver Deployment](http://msdn.microsoft.com/en-us/library/windows/hardware/dn265571). After you have prepared the target computer for manual deployment, continue with these steps: +Before you manually deploy a driver, you must turn on test signing and install a certificate on the target computer. You also need to copy the [DevCon](http://msdn.microsoft.com/en-us/library/windows/hardware/ff544707) tool to the target computer. For instructions, see [Preparing a Computer for Manual Driver Deployment](https://docs.microsoft.com/en-us/windows-hardware/drivers/develop/preparing-a-computer-for-manual-driver-deployment). After you have prepared the target computer for manual deployment, continue with these steps: 1. Copy all of the files in your driver package to a folder on the target computer (for example, c:\\WfpPacketModificationSamplePackage). 2. On the target computer, navigate to your driver package folder. Right click ddproxy.inf, and choose **Install** diff --git a/network/trans/inspect/README.md b/network/trans/inspect/README.md index 2bd8d98e..935c29b8 100644 --- a/network/trans/inspect/README.md +++ b/network/trans/inspect/README.md @@ -47,7 +47,7 @@ Before you automatically deploy a driver, you must provision the target computer Manual deployment ----------------- -Before you manually deploy a driver, you must turn on test signing and install a certificate on the target computer. You also need to copy the [DevCon](http://msdn.microsoft.com/en-us/library/windows/hardware/ff544707) tool to the target computer. For instructions, see [Preparing a Computer for Manual Driver Deployment](http://msdn.microsoft.com/en-us/library/windows/hardware/dn265571). After you have prepared the target computer for manual deployment, continue with these steps: +Before you manually deploy a driver, you must turn on test signing and install a certificate on the target computer. You also need to copy the [DevCon](http://msdn.microsoft.com/en-us/library/windows/hardware/ff544707) tool to the target computer. For instructions, see [Preparing a Computer for Manual Driver Deployment](https://docs.microsoft.com/en-us/windows-hardware/drivers/develop/preparing-a-computer-for-manual-driver-deployment). After you have prepared the target computer for manual deployment, continue with these steps: 1. Copy all of the files in your driver package to a folder on the target computer (for example, c:\\WfpTrafficInspectionSamplePackage). 2. On the target computer, navigate to your driver package folder. Right click inspect.inf, and choose **Install** diff --git a/network/trans/msnmntr/README.md b/network/trans/msnmntr/README.md index bdb146de..a0744f4f 100644 --- a/network/trans/msnmntr/README.md +++ b/network/trans/msnmntr/README.md @@ -46,7 +46,7 @@ Before you automatically deploy a driver, you must provision the target computer Manual deployment ----------------- -Before you manually deploy a driver, you must turn on test signing and install a certificate on the target computer. You also need to copy the [DevCon](http://msdn.microsoft.com/en-us/library/windows/hardware/ff544707) tool to the target computer. For instructions, see [Preparing a Computer for Manual Driver Deployment](http://msdn.microsoft.com/en-us/library/windows/hardware/dn265571). After you have prepared the target computer for manual deployment, continue with these steps: +Before you manually deploy a driver, you must turn on test signing and install a certificate on the target computer. You also need to copy the [DevCon](http://msdn.microsoft.com/en-us/library/windows/hardware/ff544707) tool to the target computer. For instructions, see [Preparing a Computer for Manual Driver Deployment](https://docs.microsoft.com/en-us/windows-hardware/drivers/develop/preparing-a-computer-for-manual-driver-deployment). After you have prepared the target computer for manual deployment, continue with these steps: 1. Copy all of the files in your driver package to a folder on the target computer (for example, c:\\WfpMsnMessengerMonitorSamplePackage). 2. On the target computer, navigate to your driver package folder. Right click msnmntr.inf, and choose **Install** diff --git a/network/trans/stmedit/README.md b/network/trans/stmedit/README.md index 936b122c..7821f7cb 100644 --- a/network/trans/stmedit/README.md +++ b/network/trans/stmedit/README.md @@ -47,7 +47,7 @@ Before you automatically deploy a driver, you must provision the target computer Manual deployment ----------------- -Before you manually deploy a driver, you must turn on test signing and install a certificate on the target computer. You also need to copy the [DevCon](http://msdn.microsoft.com/en-us/library/windows/hardware/ff544707) tool to the target computer. For instructions, see [Preparing a Computer for Manual Driver Deployment](http://msdn.microsoft.com/en-us/library/windows/hardware/dn265571). After you have prepared the target computer for manual deployment, continue with these steps: +Before you manually deploy a driver, you must turn on test signing and install a certificate on the target computer. You also need to copy the [DevCon](http://msdn.microsoft.com/en-us/library/windows/hardware/ff544707) tool to the target computer. For instructions, see [Preparing a Computer for Manual Driver Deployment](https://docs.microsoft.com/en-us/windows-hardware/drivers/develop/preparing-a-computer-for-manual-driver-deployment). After you have prepared the target computer for manual deployment, continue with these steps: 1. Copy all of the files in your driver package to a folder on the target computer (for example, c:\\WfpStreamEditSamplePackage). 2. On the target computer, navigate to your driver package folder. Right click stmedit.inf, and choose **Install** |
