Store custom text in windows registry is a good idea?

1

I made a Windows image (with sysprep), and probably I will do changes on it and rebuild it, so I will have some computers with and old version of my image and other with a newer version.

I may need some way to know what image version it's installed on a computer and I'm thinking about create a custom key entry in Windows Registry (regedit) to store this information, for example:

KEY HKLM\SOFTWARE\MyImage 
Value Version
Data 1.0

Anyone can see some kind of problem doing that?

Thanks for share your opinions

pedaleo

Posted 2016-02-10T09:54:27.233

Reputation: 13

Answers

1

That won't be a problem, as long as you're making a key unique to your usage and it doesn't clash with any other keys on the system.

Jonno

Posted 2016-02-10T09:54:27.233

Reputation: 18 756