|
-
Jan 3rd, 2009, 12:17 PM
#1
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
-
Jan 3rd, 2009, 01:49 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|