DavidXanatos / IgnoreACLs

A driver to make windows ignore Access Control when accessing files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

it sounds very great, but please describe how i use?

Nader-GenKO opened this issue · comments

Actually, it sounds very great (ignore ACLs), what is the instructions for using it please? also, is this will help me copy/replace files in WindowsApps folder?

I basically have the same question.
Seems like the instructions are very simplified though and assume you know how to do each step

Usage:

Enable test signing mode on your PC

Install using the ini file

run: fltmc load IgnoreACLsDriver

run: fltmc attach IgnoreACLsDriver c:

do whatever you want

run: fltmc detach IgnoreACLsDriver c:

run: fltmc unload IgnoreACLsDriver

Thanks for responding, I did read that as mentioned but I assume I just run those in cmd when cd into it, not sure what you would do at the "do whatever you want" part.

"do whatever you want" that is where you do what you wanted to do but the ACLs prevented you from doing, mess with your system, access protected filed, delete windows deffender, etc etc, whatever....
once you are done and want to re enable the enforcement of ACLs you continue with the next fltmc command

Thanks, that makes a lot more sense, appreciate it :)

ok i have updated the readme.md to be more explicite