Saturday, January 28, 2023

NET Framwork "what version is installed?"

 PowerShell

reg query "HKLM\SOFTWARE\Microsoft\Net Framework Setup\NDP\v4" /s

JSON Editing and Notepad++

Inserting Lines Below the Selection 1. Select a line or lines 2. Ctrl + D 3. The lines will be inserted below the selection. If lines alread...