Can't access some folders, despite service running as system user

Welcome to the forum @Nyechm

If you mean that it lacks SYSTEM, there’s the cause:

C:\backup source>whoami
nt authority\system

C:\backup source>type only_for_me.txt
Access is denied.

Unlike root on many UNIX systems, SYSTEM still needs to be granted access, or it has no access.

1 Like