Add ViGEm Install / Update script

experimental
Peter Repukat 7 years ago
parent a4416fdb74
commit 5e712ed2db

@ -0,0 +1,10 @@
Register-PSRepository -Name nuget.vigem.org -SourceLocation https://nuget.vigem.org/ -InstallationPolicy Trusted -confirm:$false
Install-Module ViGEmManagementModule -Repository nuget.vigem.org
#Remove just in case...
Get-ViGEmBusDevice | Remove-ViGEmBusDevice
Install-ViGEmBusDeviceDriver
Add-ViGEmBusDevice
Loading…
Cancel
Save