khathiatz Posted February 2, 2017 Share Posted February 2, 2017 (edited) [DELETED] Edited March 17, 2017 by khathiatz Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted February 2, 2017 Moderators Share Posted February 2, 2017 (edited) We do not support external advertising on this site. My apologies, missed that this is a link to an AutoIt script. As long as you are not charging, it is fine. Edited February 2, 2017 by JLogan3o13 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
argumentum Posted February 8, 2017 Share Posted February 8, 2017 0 - Turns off Num Lock, Caps Lock, and Scroll Lock 1 - Turns on Caps Lock 2 - Turns on Num Lock 3 - Turns on Caps Lock and Num Lock 4 - Turns on Scroll Lock 5 - Turns on Caps Lock and Scroll Lock 6 - Turns on Num Lock and Scroll Lock 7 - Turns on Caps Lock, Num Lock, and Scroll Lock RegWrite('HKEY_CURRENT_USER\Control Panel\Keyboard','InitialKeyboardIndicators','REG_SZ',$i) Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
spudw2k Posted February 8, 2017 Share Posted February 8, 2017 (edited) 15 hours ago, argumentum said: RegWrite('HKEY_CURRENT_USER\Control Panel\Keyboard','InitialKeyboardIndicators','REG_SZ',$i) Doesn't load until after login...right? What about at logon screen? Without testing, I suspect either the .DEFAULT or one of the other local account profiles is where it needs to be set for the login screen. edit: .DEFAULT confirmed by @argumentum in link below. Thanks for finding an sharing. Edited February 8, 2017 by spudw2k argumentum 1 Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF Link to comment Share on other sites More sharing options...
argumentum Posted February 8, 2017 Share Posted February 8, 2017 6 minutes ago, spudw2k said: Without testing, I suspect either the .DEFAULT https://support.microsoft.com/en-us/help/154529/how-do-i-enable-the-num-lock-key-for-the-logon-screen spudw2k 1 Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now