What are the default/recommendet access rights for %ALLUSERSPROFILE%?
        Posted  
        
            by 
                RED SOFT ADAIR-StefanWoe
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by RED SOFT ADAIR-StefanWoe
        
        
        
        Published on 2010-12-22T09:45:03Z
        Indexed on 
            2010/12/22
            9:55 UTC
        
        
        Read the original article
        Hit count: 290
        
Windows
|permissions
We have a Windows application that reads and writes some data for all users. We place it at
%ALLUSERSPROFILE%\OurProgram*.*
We now encounter a few cases in larger companies, where users do not have write permission to %ALLUSERSPROFILE%. Most of these cases are running Windows 7. The problem does not occur on a normal desktop installation of Windows 7 though.
What is the recommended policy for this location? I have not found any "official" information about this. Is there a different location where all users have write permission?
© Server Fault or respective owner