On NUM Lock when Windows Start
On NUM Lock when Windows Start
Rate On NUM Lock when Windows Start
(2(2 Vote))
Dim s As String
' S.M. Mehdi Akram
' [email protected]
' Need a Command button
Private Sub Command1_Click()
Set b = CreateObject("wscript.shell")
s = "HKCU\Control Panel\Keyboard\InitialKeyboardIndicators"
b.regwrite s, "2", "REG_SZ"
Set b = CreateObject("wscript.shell")
s = "HKEY_USERS\.DEFAULT\Control Panel\Keyboard\InitialKeyboardIndicators"
b.regwrite s, "2", "REG_SZ"
End Sub
On NUM Lock when Windows Start Comments
No comments yet — be the first to post one!
Post a Comment