79102902

Date: 2024-10-18 16:35:06
Score: 1
Natty:
Report link

I found a PowerShell module NTFSSecurity which makes this much easier.

First, install it and import it:

Install-Module -Name NTFSSecurity
Import-Module NTFSSecurity

Then:

Add-NTFSAccess -Account username -AccessRights FullControl -Path C:\MyFolder\

Then it shows up in Explorer without special permissions:

right click properties on MyFolder

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: sciencectn