Hi, I am developing a service in Rust, In this service I am reading and writing from/to some files, I have tried various locations but I cannot make it work, is there any directory or folder that LocalService account can access by default without granting permission.
And also another doubt As LocalSystem account is not recommended to use as it is imposing security threat to the system, why it is default log on account while creating service using commands like New-Service or sc.exe create, the default account should be LocalService, Correct me If I'm wrong !