Thursday, July 23, 2020

Notepad++

Remove beginning spaces. Take multiple hits of "replace"
find ^( *)[ ]
replace \1


Making A Powershell Shortcut For Invoke Commands

C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Bypass -Command "Start-Process powershell.exe -verb runas -A...