Thursday, July 23, 2020

Notepad++

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


Ventoy On Secure Boot

I turn of secure boot in every BIOS. However, some do not show that setting. Here is an option that has worked for me. Boot the PC and launc...