- Added IBM & Chromebook support to Windows 10. Added Autodetect toggle.

This commit is contained in:
Ben Reaves
2020-08-25 22:19:15 -05:00
parent f7e3011b8c
commit e43df230f3
4 changed files with 132 additions and 36 deletions

View File

@@ -3,5 +3,5 @@ Set wShell = WScript.CreateObject("WScript.Shell")
Set fso = CreateObject("Scripting.FileSystemObject")
path = wShell.ExpandEnvironmentStrings("""%userprofile%")
strFolder = fso.BuildPath( path, "\.kinto\kinto.ahk""")
strFolder = fso.BuildPath( path, "\.kinto\kinto.ahk"" {kbtype}")
oShell.ShellExecute "C:\Program Files\AutoHotkey\AutoHotkey.exe", strFolder, , "runas", 0