Here's the deal: I need to write a few keys of the type REG_BINARY with a vbscript. I just learned that regwrite will only write 4 bytes or less. My question: Does anyone know of a work around for ...
I'm writing a hardware debug tool and I want to load my tool onto a bootable USB memory stick (alas this machine has no floppy drive!). I wrote a simple 512-byte test bootloader, but I'm not sure how ...