This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Quick Text Formatting/Style Changes and Other Helpful Windows Tools | |
; - High-compatibility and unifies keyboard shortcuts b/t programs | |
; - Shortcuts for converting selected text to the following: | |
; All lower: THIS_is-a_tESt -> this_is-a_test | |
; All Upper: THIS_is-a_tESt -> THIS_IS-A_TEST | |
; Caps case: ThisIsAnExample -> THIS_IS_AN_EXAMPLE | |
; thisIsAnExample -> THIS_IS_AN_EXAMPLE | |
; Camel Case: THIS_IS_AN_EXAMPLE -> ThisIsAnExample | |
; this_is_an_example -> ThisIsAnExample | |
; tHIS_Is_an_ExAmPLE -> ThisIsAnExample. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### | |
### | |
### UPDATE: For Win 11, I recommend using this tool in place of this script: | |
### https://christitus.com/windows-tool/ | |
### https://github.com/ChrisTitusTech/winutil | |
### https://www.youtube.com/watch?v=6UQZ5oQg8XA | |
### iwr -useb https://christitus.com/win | iex | |
### | |
### OR take a look at | |
### https://github.com/HotCakeX/Harden-Windows-Security |