Saving Data to Registry on Windows 7
Posted
by Jim Fell
on Stack Overflow
See other posts from Stack Overflow
or by Jim Fell
Published on 2010-05-14T17:04:01Z
Indexed on
2010/05/14
17:14 UTC
Read the original article
Hit count: 182
I heard that Windows 7 restricts access to its registry, so that applications cannot write directly to it. Is this so? I am developing an application in C#, and I would like to be able to save things such as port settings, last file used, etc. between sessions. Is the registry still a good option, or is there another preferred means of doing this now? Thanks.
© Stack Overflow or respective owner