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 | |
| parent | ef7ec4ec9ff7ce3c53d60e1c8906915966e17e01 (diff) | |
Fix broken links to 'Preparing a Computer for Manual Driver Deployment' (#338)
| -rw-r--r-- | audio/sysvad/README.md | 2 | ||||
| -rw-r--r-- | general/echo/umdf2/README.md | 2 | ||||
| -rw-r--r-- | general/toaster/toastDrv/README.md | 2 | ||||
| -rw-r--r-- | general/toaster/toastpkg/README.md | 2 | ||||
| -rw-r--r-- | general/toaster/umdf2/README.md | 2 | ||||
| -rw-r--r-- | input/kbfiltr/README.md | 2 | ||||
| -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 | ||||
| -rw-r--r-- | pofx/UMDF2/README.md | 2 | ||||
| -rw-r--r-- | usb/umdf2_fx2/README.md | 2 | ||||
| -rw-r--r-- | usb/usbsamp/README.md | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/audio/sysvad/README.md b/audio/sysvad/README.md index 6ca6017e..137dd489 100644 --- a/audio/sysvad/README.md +++ b/audio/sysvad/README.md @@ -140,7 +140,7 @@ Create a folder on the target for the built driver package (for example, *C:\\Sy Create a folder on the target computer for the certificate created by the build process. For example, you could create a folder named *C:\\Certificates* on the target computer, and then copy *package.cer* to it from the host computer. You can find this certificate in the same folder on the host computer, as the *package* folder that contains the built driver files. On the target computer, right-click the certificate file, and click **Install**, then follow the prompts to install the test certificate. -If you need more detailed instructions for setting up the target computer, see [Preparing a Computer for Manual Driver Deployment](http://msdn.microsoft.com/en-us/library/windows/hardware/dn265571(v=vs.85).aspx). +If you need more detailed instructions for setting up the target computer, 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). **2. Install the driver** diff --git a/general/echo/umdf2/README.md b/general/echo/umdf2/README.md index 30bbd454..d6ce7a40 100644 --- a/general/echo/umdf2/README.md +++ b/general/echo/umdf2/README.md @@ -64,7 +64,7 @@ Before you automatically deploy a driver, you must provision the target computer ### Manual deployment (root enumerated) -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). 1. Copy all of the files in your driver package to a folder on the target computer (for example, c:\\umdf2echoPkg). 1. On the target computer, open a Command Prompt window as Administrator. Navigate to your driver package folder, and enter the following command: diff --git a/general/toaster/toastDrv/README.md b/general/toaster/toastDrv/README.md index 5cf3aff3..6a541e37 100644 --- a/general/toaster/toastDrv/README.md +++ b/general/toaster/toastDrv/README.md @@ -56,7 +56,7 @@ Before you automatically deploy a driver, you must provision the target computer ### Manual deployment (root enumerated) -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). 1. Copy all of the files in your driver package to a folder on the target computer (for example, c:\\WdfSimplePackage). 1. On the target computer, open a Command Prompt window as Administrator. Navigate to your driver package folder, and enter the following command: diff --git a/general/toaster/toastpkg/README.md b/general/toaster/toastpkg/README.md index b06f76db..8fbc71b4 100644 --- a/general/toaster/toastpkg/README.md +++ b/general/toaster/toastpkg/README.md @@ -56,7 +56,7 @@ Before you automatically deploy a driver, you must provision the target computer ### Manual deployment (root enumerated) -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). 1. Copy all of the files in your driver package to a folder on the target computer (for example, c:\\WdfSimplePackage). 1. On the target computer, open a Command Prompt window as Administrator. Navigate to your driver package folder, and enter the following command: diff --git a/general/toaster/umdf2/README.md b/general/toaster/umdf2/README.md index 2b3f5e2f..7920e1d8 100644 --- a/general/toaster/umdf2/README.md +++ b/general/toaster/umdf2/README.md @@ -45,7 +45,7 @@ Before you automatically deploy a driver, you must provision the target computer ### Manual deployment (root enumerated) -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). 1. Copy all of the files in your driver package to a folder on the target computer (for example, c:\\Umdf2toaster). 1. On the target computer, open a Command Prompt window as Administrator. Navigate to your driver package folder, and enter a command such as: diff --git a/input/kbfiltr/README.md b/input/kbfiltr/README.md index 86996233..da895dd9 100644 --- a/input/kbfiltr/README.md +++ b/input/kbfiltr/README.md @@ -97,7 +97,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). 1. Copy all of the files in your driver package to a folder on the target computer (for example, c:\\KbfiltrDriverPackage). 2. On the target computer, open a Command Prompt window as Administrator. Navigate to your driver package folder, and enter the Devcon command with the correct hardware ID, such as: 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** diff --git a/pofx/UMDF2/README.md b/pofx/UMDF2/README.md index 8810bb7c..731ab5d5 100644 --- a/pofx/UMDF2/README.md +++ b/pofx/UMDF2/README.md @@ -48,7 +48,7 @@ Before you automatically deploy a driver, you must provision the target computer ### Manual deployment (root enumerated) -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). 1. Copy all of the files in your driver package to a folder on the target computer (for example, c:\\PoFx). 2. On the target computer, open a Command Prompt window as Administrator. Navigate to your driver package folder, and enter the following command: diff --git a/usb/umdf2_fx2/README.md b/usb/umdf2_fx2/README.md index dccce968..a8bfd0ed 100644 --- a/usb/umdf2_fx2/README.md +++ b/usb/umdf2_fx2/README.md @@ -44,7 +44,7 @@ Before you automatically deploy a driver, you must provision the target computer ### Manual deployment (FX2 board) -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). 1. Copy all of the files in your driver package to a folder on the target computer (for example, c:\\umdf2\_fx2). 1. Plug in the OSR USB-FX2 board to the target computer. Open a Command Prompt window and enter **dvmgmt** to open Device Manager. In Device Manager, locate the node for the OSR USB-FX2 board. Right click the node, and choose **Properties**. In the **Details** tab, under **Properties**, choose **Hardware Ids**. Note the hardware IDs listed for your FX2 board. One of these IDs should match one of the IDs in the osrusbfx2um.inf file. For example, Device Manager might show an ID of USB\\VID\_0547&PID\_1002, which matches one of the IDs in the [Microsoft.*xxx*] section of osrusbfx2um.inf. diff --git a/usb/usbsamp/README.md b/usb/usbsamp/README.md index 91f950d3..dc903fd1 100644 --- a/usb/usbsamp/README.md +++ b/usb/usbsamp/README.md @@ -77,7 +77,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). 1. Copy all of the files in your driver package to a folder on the target computer (for example, c:\\Usbsamp). 1. On the target computer, open a Command Prompt window as Administrator. Navigate to your driver package folder, and enter the following command: |
