I believe there is only a single INI file. From
https://answers.microsoft.com/en-us/...2633b8b?page=2 it would appear that there are
Quote:
What you are seeing is junctions and symbolic links, that are present in order to maintain support for legacy applications.
C:\Documents and Settings - junction - points to C:\Users
C:\Users\All Users - symbolic link - points to C:\Program Data
C:\Documents and Settings\All Users - same as C:\Users\All Users
C:\ProgramData\Application Data - junction - points back to C:\ProgramData
If you want to list all them all, open command prompt and enter: dir /a:l /s C:\
|