17-08-23, 11:42 PM
Static KeyboardCount As Integer
KeyboardCount += 1
If KeyboardCount > 2 Then KeyboardCount = 0
Process.Start("rundll32.exe", "shell32.dll,Control_RunDLL main.cpl,@1," & KeyboardCount)
KeyboardCount += 1
If KeyboardCount > 2 Then KeyboardCount = 0
Process.Start("rundll32.exe", "shell32.dll,Control_RunDLL main.cpl,@1," & KeyboardCount)
