mirror of
https://github.com/Thracky/GlosSI.git
synced 2024-11-17 03:26:02 +00:00
Add ViGEm Install / Update script
This commit is contained in:
parent
a4416fdb74
commit
5e712ed2db
10
redist/Install_Update_ViGEm.ps1
Normal file
10
redist/Install_Update_ViGEm.ps1
Normal file
@ -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…
Reference in New Issue
Block a user