NTFS Permissions - SYSTEM
--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: A Thousand Exotic Places Looping v001
--
Chapters
00:00 Ntfs Permissions - System
00:39 Accepted Answer Score 8
01:18 Answer 2 Score 1
01:31 Thank you
--
Full question
https://superuser.com/questions/343873/n...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows #permissions #ntfs #acl
#avk47
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: A Thousand Exotic Places Looping v001
--
Chapters
00:00 Ntfs Permissions - System
00:39 Accepted Answer Score 8
01:18 Answer 2 Score 1
01:31 Thank you
--
Full question
https://superuser.com/questions/343873/n...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows #permissions #ntfs #acl
#avk47
ACCEPTED ANSWER
Score 8
Most Windows services are running under the SYSTEM account. Windows Search Indexer, for example, runs under Local System account. If LocalSystem account cannot access your files, they will not be indexed / found via Windows Search.
There could be other side-effects, mostly related to the fact that many services (including third-party ones) are built with the assumption that user files are accessible to the system account.
So, in theory you can remove these permissions, but in practice you need a really good reason to do so.
ANSWER 2
Score 1
If the directory gives access to Administrators, then it is not necessary to give access to SYSTEM. Any access token including SYSTEM will also have Administrators.