Search results for query: *

  • Users: aljeff
  • Content: Threads
  • Order by date
  1. A

    Question [VS 2010] Creating Registry View

    Hello, All. Can someone help me to speed up the loading of application. I'm creating a program like a Registry Editor but for viewing purposes only. The program loads too slow because of my Try-catch for the security issues. Here's the code. Imports Microsoft.Win32 Imports System.Security...
  2. A

    Question Registry Permission

    Hello, Everyone. Could you help me on this. I can't start to program on getting the registry security permission of a given registry path. I attached the screenshot of what I wanted to get on a certain registry hive. Permission entries in the box to be exact. I hope you could give me some...
  3. A

    Question Help me to simulate: Checking security permissions set in a File and Folder

    Hi, Everyone! I have this code that will get the group permissions of a file and folders. Now my problem is that groups queried in the system are redundant. Here's output of the code. BUILTIN\Users - Modify, Synchronize NT SERVICE\TrustedInstaller - FullControl NT SERVICE\TrustedInstaller -...
  4. A

    TreeView for Specified Folder and its contained files

    Hi, everyone. I would like to ask how can I code a TreeView if a user specify the Path of directory. Ex. User input a two directories C:\Folder1\Folder2\ C:\Program Files\Folder1\Folder2\ The output will be C:\Folder1\Folder2\+Folder3 File1 File2 File3 +Folder4 File4 File5 File6 +Folder5...
  5. A

    Question How to determine permission/s given to a file, folder, and registries?

    I need to create a program that will determine permission/s given to a files, folders, and registries. Example: If the user will input the ff: Folder: C:\Program Files\Adobe File: C:\Program Files\Adobe\ReadMe.htm Registry: HKLM\SOFTWARE\Microsoft\Adobe The output will be for the 4 groups...
Back
Top