Recent content by michelbdec29

  1. M

    Windows 10 Permission in folder

    continue fullcontrol in powershell Windows no
  2. M

    Windows 10 Permission in folder

    I try to give permission in with the commands: New-Object DirectorySecurity.FileSystemAccessRule ('User', 'FullControl', 'Allow') acl.SetAccessRule ($) Set-ACL c: \ windows \ system32 \ drivers -AclObject it should changed to FullControl In PowerShell when I...
Back
Top