FG
💻 Software

How can I specify REG_EXPAND_SZ entries in a .REG file?

Fresh5 days ago
Mar 15, 202616738 views
Confidence Score0%
0%

Problem

I'm trying to use a batch script and a file to set up some custom services. Most of the keys are being set up properly, but I need to set the key for some of the services, which is normally a multi-string. Is it possible to set this key from a file, or will manual entry be required?

Error Output

.reg

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How can I specify REG_EXPAND_SZ entries in a .REG file?

Low Risk

data in files must be encoded in hexadecimal. If the content never changes, you can create a dummy item in your registry with the data, export it, and adjust that to your needs. If it does change, it will probably be far easier to use the program in…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment