From d41df2819ad674806d0a78347639e044abe0615f Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 5 Nov 2023 14:19:12 +0100 Subject: [PATCH] WindowsInk fix --- windows11.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows11.bat b/windows11.bat index 9106926..b5b060a 100644 --- a/windows11.bat +++ b/windows11.bat @@ -222,11 +222,11 @@ REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenTabletDriv REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenTabletDriver" /f /v InstallLocation /t REG_SZ /d "%ProgramFiles%\OpenTabletDriver" :: WindowsInk -PowerShell -Command "Invoke-WebRequest -Uri https://github.com/X9VoiD/vmulti-bin/releases/download/v1.0/Driver.zip -OutFile '%TEMP%\Driver-VMulti.zip'" +PowerShell -Command "Invoke-WebRequest -Uri https://github.com/X9VoiD/vmulti-bin/releases/download/v1.0/VMulti.Driver.zip -OutFile '%TEMP%\VMulti-Driver.zip'" :: Extract -PowerShell -Command "Expand-Archive -Path '%TEMP%\Driver-VMulti.zip' -DestinationPath '%TEMP%\Driver-VMulti'" +PowerShell -Command "Expand-Archive -Path '%TEMP%\VMulti-Driver.zip' -DestinationPath '%TEMP%\VMulti-Driver'" :: Install driver -CALL %TEMP%\Driver-VMulti\64\install_hiddriver.bat +CALL %TEMP%\VMulti-Driver\install_hiddriver.bat :: Download plugin PowerShell -Command "Invoke-WebRequest -Uri https://github.com/X9VoiD/VoiDPlugins/releases/latest/download/WindowsInk.zip -OutFile '%TEMP%\WindowsInk.zip'" :: Extract plugin