Hi all,
I'm writing a program to do stuff with registry and one question comes to me.
For example, the program which opens .txt files is written in HKEY_CLASSES_ROOT\txtfile\shell\open\command (Default). Though it seems to me that I should first check HKEY_CLASSES_ROOT\.txt (Default) and then go to where it points.
How portable is this? Can I expect to find the same information in the same place on another computer? On another Windows OS? Are there better ways to find/change it?