C# / .NET :: Reading from registry as user on Vista / win 7
        Posted  
        
            by Bugz R us
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Bugz R us
        
        
        
        Published on 2010-04-27T15:58:21Z
        Indexed on 
            2010/04/27
            16:13 UTC
        
        
        Read the original article
        Hit count: 304
        
I'm storing a value in the registry with the first install date of my program. When I try to read this value as a USER (non-admmin) on Vista or Win 7, i get an error saying I don't have enough rights to read the registry ??
How can I read registry as a user, or how should I save my install date?
© Stack Overflow or respective owner