mirror of
https://github.com/Thracky/GlosSI.git
synced 2024-11-17 03:26:02 +00:00
ViGemScript: add vigem device removal, just in case
This commit is contained in:
parent
4489b9d3d7
commit
9ee1bed7a7
@ -8,14 +8,17 @@ Return
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#Remove multiple just in case...
|
||||||
|
Get-ViGEmBusDevice | Remove-ViGEmBusDevice
|
||||||
|
Get-ViGEmBusDevice | Remove-ViGEmBusDevice
|
||||||
|
Get-ViGEmBusDevice | Remove-ViGEmBusDevice
|
||||||
|
Get-ViGEmBusDevice | Remove-ViGEmBusDevice
|
||||||
|
|
||||||
|
|
||||||
Register-PSRepository -Name nuget.vigem.org -SourceLocation https://nuget.vigem.org/ -InstallationPolicy Trusted -confirm:$false
|
Register-PSRepository -Name nuget.vigem.org -SourceLocation https://nuget.vigem.org/ -InstallationPolicy Trusted -confirm:$false
|
||||||
|
|
||||||
Install-Module ViGEmManagementModule -Repository nuget.vigem.org
|
Install-Module ViGEmManagementModule -Repository nuget.vigem.org
|
||||||
|
|
||||||
#Remove just in case...
|
|
||||||
Get-ViGEmBusDevice | Remove-ViGEmBusDevice
|
|
||||||
|
|
||||||
Install-ViGEmBusDeviceDriver
|
Install-ViGEmBusDeviceDriver
|
||||||
|
|
||||||
Add-ViGEmBusDevice
|
Add-ViGEmBusDevice
|
Loading…
Reference in New Issue
Block a user