I assume the process is change a register, boot the
test app, see if the VT bit is set. If not, run the
cmos change app restore the register, change the next
register. Repeat.
You could do it that way (change only registers which are set to [0000] and leave all other alone) one by one and spend a lot of hours or you could just set the first half of all zeroed registers to one, check if the VT bit is set, if no: restore your original cmos and try the other half - if yes: only change half of the registers to one within the found set, check again and repeat (binary search principle).
But I would try register 399 (on line 210 of the generated cmos file) first - maybe you're lucky!
I am afraid I might brick this FZ190. Of course I
guess worst case with method one I could just pull
the CMOS battery, right? Is there any chance of
bricking using method one?
Not that I could think of. If I'd design the bios, I would not ultimately trust the settings read from cmos (there could be corruption or a changed layout after a bios update where the checksum is still valid for invalid data) and thus would not trigger any functionality which permanently bricks the boot process.
Good luck and let me know about the outcome, if you try it!