Update README.md

This commit is contained in:
Benjamin Höglinger
2017-12-21 16:09:14 +01:00
committed by GitHub
parent ae1562fb09
commit 273f8977f4

View File

@@ -13,14 +13,5 @@ Before installing the bus driver on Windows 7 (x86 or x64) the following 3rd par
* [Security Update for Windows 7 (KB3033929)](https://www.microsoft.com/en-us/download/details.aspx?id=46078)
* [Security Update for Windows 7 for x64-based Systems (KB3033929)](https://www.microsoft.com/en-us/download/details.aspx?id=46148)
## Manual Installation
From an elevated prompt execute:
```
devcon.exe install ViGEmBus.inf Root\ViGEmBus
```
The [Windows Device Console (Devcon.exe)](https://docs.microsoft.com/en-us/windows-hardware/drivers/devtest/devcon) is included in the Windows Driver Kit.
## Manual Removal
```
devcon.exe remove Root\ViGEmBus
```
## Installation
[Follow the installation instructions](https://github.com/nefarius/ViGEm/wiki/Driver-Installation).