I want to get the Environment.SpecialFolder.ApplicationData of all users from windows service installed as a local system with admin privileges.
Example:
If I have Tom, Matt and Christine users, I need:
C:\Users\Matt\AppData\Local
C:\Users\Tom\AppData\Local
C:\Users\Christine\AppData\Local
Thanks in advance!