![]() |
|
#1
|
|||
|
|||
|
A driver to make windows Ignore ACLs
I wanted today to weasel around in my C:\Program Files\WindowsApps folder,
unfortunately that is more difficult than one may think like described here: https://superuser.com/questions/940693/editing-creating-files-in-c-program-files-windowsapps One can try messing with permissions but that may result in problems down the road. And it does not solve all issues anyways. So I was looking for a more "safe" solution like making windows temporarily ignore all permission settings ![]() After some research I found this approach and created an open source implementation: https://github.com/DavidXanatos/IgnoreACLs When applied to C: anyone can access C:\Program Files\WindowsApps for reading modifying, and deleting existing files. What does not work is creating new files or folders, for that i would have to modify the SecurityContext in some smart way. |
| The Following User Gave Reputation+1 to DavidXanatos For This Useful Post: | ||
niculaita (02-17-2020) | ||
| The Following 12 Users Say Thank You to DavidXanatos For This Useful Post: | ||
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Driver Signing on x64 Windows | _MAX_ | x64 OS | 7 | 10-22-2012 15:47 |
| WDF (Windows Driver Foundation) | vodu | General Discussion | 2 | 06-29-2005 06:06 |
| Help - Windows Device Driver Programming | psychedelic_fur | General Discussion | 7 | 06-29-2004 22:27 |
| Windows 2000 Device Driver Book + Inside Windows 2000 at FTP | dynio | General Discussion | 16 | 09-19-2003 23:21 |