Start Tablet driver at startup
This commit is contained in:
parent
453594fd2a
commit
7e6efa1ee5
1 changed files with 9 additions and 0 deletions
|
@ -262,6 +262,15 @@ PowerShell -Command "Invoke-WebRequest -Uri !repo!/opentabletdriver/vertical-sec
|
|||
ECHO Setting up OpenTabletDriver...
|
||||
XCOPY "%LOCALAPPDATA%\OpenTabletDriver\Presets\vertical-main.json" "%LOCALAPPDATA%\OpenTabletDriver\settings.json" /-I /Y
|
||||
|
||||
:: Start minimized at startup
|
||||
PowerShell -Command "" ^
|
||||
"$WshShell = New-Object -comObject WScript.Shell;" ^
|
||||
"$Shortcut = $WshShell.CreateShortcut('%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup\OpenTabletDriver.lnk');" ^
|
||||
"$Shortcut.TargetPath = '%ProgramFiles%\OpenTabletDriver\OpenTabletDriver.UX.Wpf.exe';" ^
|
||||
"$Shortcut.WorkingDirectory = '%ProgramFiles%\OpenTabletDriver';" ^
|
||||
"$Shortcut.WindowStyle = 7;" ^
|
||||
"$Shortcut.Save()"
|
||||
|
||||
:: Install VALORANT rank yoinker
|
||||
:: ECHO VALORANT rank yoinker...
|
||||
:: PowerShell -Command "" ^
|
||||
|
|
Loading…
Reference in a new issue