Results 1 to 2 of 2

Thread: Registry Editing to Remove Hive File

  1. #1

    Thread Starter
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Registry Editing to Remove Hive File

    I was wondering if there was a way to make a visual basic .net application to replace the SAM file so that if a password is lost, the password could be over written with a fresh sam file.

    I suppose the application would have to be ran in a PE type of environment or at least alongside the registry so that you wouldn't get any errors.

    Thanks

  2. #2
    Fanatic Member schoolbusdriver's Avatar
    Join Date
    Jan 2006
    Location
    O'er yonder
    Posts
    1,020

    Re: Registry Editing to Remove Hive File

    Not sure if there's NET equivalents, but you'd use the API RegSaveKeyEx (or RegSaveKey) to back it up and RegRestoreKey to overwrite it, or alternatively RegReplaceKey to replace HKLM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width