Right now a project I'm working on is in the planning stage, but I'd like to know the best way of going about this:
This project's end goal is to behave like Group Policy's Software Restriction Policy, whereby an administrator can block execution of a file or file within a path / registry key...
Hello everyone
I am reading filenames and some details recursively, starting from a user selected folder.
Dim Path As New DirectoryInfo(NewPath)
Dim File As FileInfo
' Get details for each file
For Each File In Path.GetFiles
...
Next
I tried scanning an entire drive to test the code and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.