QUOTE(uko @ Dec 2 2004, 05:44 AM)
QUOTE(cranky @ Dec 2 2004, 03:14 PM)
registry keys are only places to store info that the os or apps need. if they need to know a value, they query it. if nothing queries it then its useless. if you change a value tho, then problems arise.
I can also confirm that this is true. I regularly deploy registry changes to Windows 2000 and 2003 servers via group policies. A lot of the time the changes only apply to Windows 2003 but still get deployed to the 2000 servers.
As long as the OS isn't looking for a value and the value you set conflicts with what it was expecting you should be right.
Mostly that will be true. However, some programs store lists in the registry. And then query all values under that "folder" later. (Like the history of url's in IE). Possibly other programs and windows parts do the same.
By adding weird values to those "folders", you might be able to crash the program.
But that's just something from the top of my head.