How Can I Write Binary Data to the Registry?

Hey, Scripting Guy! How can I write binary data to the registry?-- FG Hey, FG. WMI’s Standard Registry Provider includes a method - SetBinaryData - that makes it relatively easy to write binary data to the registry. There’s one little catch to be aware of, but we’ll let you know what that is. First, though, let’s take a look at a script that wri...