VMware Cloud Community
GarTomlon
Enthusiast
Enthusiast
Jump to solution

Applying a .reg file to Windows 10 Registry.

I have a REG file that I store on my VCO appliance.  I have a work flow that will copy that REG file to my guest OS.  That woks fine.  I would like to apply that REG file and insert the data into my registry.  I have a workflow that will launch a program on the guest.  I am assuming that is probably what I will need to use.  I have tried a few variations of this, but it is not working.  What would be the best way to do this?

0 Kudos
1 Solution

Accepted Solutions
daphnissov
Immortal
Immortal
Jump to solution

Rather than copy a file, it'd probably be easier to just run reg add and pass in the key and values you want. Any value can be set via a cmd command so it negates the need for file copying unless you have a rather large set of values to save.

View solution in original post

0 Kudos
2 Replies
daphnissov
Immortal
Immortal
Jump to solution

Rather than copy a file, it'd probably be easier to just run reg add and pass in the key and values you want. Any value can be set via a cmd command so it negates the need for file copying unless you have a rather large set of values to save.

0 Kudos
GarTomlon
Enthusiast
Enthusiast
Jump to solution

Thanks.  I was able to do just that.  Only had 3 keys to modify.  Again, thanks.

0 Kudos