Click here to Skip to main content
15,886,026 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Exporting VB.Net DLLs to VB6 Pin
Fade (Amit BS)25-Oct-04 19:54
Fade (Amit BS)25-Oct-04 19:54 
GeneralJava Script doesn't run before server.transfer Pin
mtm8800123-Oct-04 17:58
mtm8800123-Oct-04 17:58 
GeneralRe: Java Script doesn't run before server.transfer Pin
Dave Kreskowiak24-Oct-04 14:56
mveDave Kreskowiak24-Oct-04 14:56 
Generalediting a winforms datagrid Pin
bartwinsimpson23-Oct-04 17:45
bartwinsimpson23-Oct-04 17:45 
GeneralLogging into Admin Account from limited user account. Pin
23-Oct-04 16:43
suss23-Oct-04 16:43 
GeneralRe: Logging into Admin Account from limited user account. Pin
Dave Kreskowiak24-Oct-04 14:53
mveDave Kreskowiak24-Oct-04 14:53 
GeneralRe: Logging into Admin Account from limited user account. Pin
Mekong River24-Oct-04 15:09
Mekong River24-Oct-04 15:09 
GeneralRe: Logging into Admin Account from limited user account. Pin
Dave Kreskowiak25-Oct-04 2:10
mveDave Kreskowiak25-Oct-04 2:10 
You wil note that that utility you pointed out does NOT run under Windows. Since Windows is not running, the security around the SAM database is also not running. If you we're to attempt to write to the SAM database as a user you would get an Access Denied failure. Reading/Wrighting the SAM database is restricted to the System and Administrators only.

Without running Windows, read/writing the SAM database is just a matter of reading and writing files, if you know the proper format of the file, of course. I've got a UNIX boot CD that does the same thing. No, not on a UNIX system, but will let you edit the registry and clear/change passwords of a Windows XP/NT/2000/2003 machine. All you need is a file system driver that understands NTFS 5 and the proper know-how for reading and writing the registry WITHOUT using registry functions (again, because there is no Windows to do it for you!)

For a project like this, you cannot use C#, Visual Basic, J#, or any other .NET managed language. You can only use raw C++, or any other language that doesn't need a runtime or managed environment.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Logging into Admin Account from limited user account. Pin
Member 145028524-Oct-04 17:08
Member 145028524-Oct-04 17:08 
GeneralRe: Logging into Admin Account from limited user account. Pin
Dave Kreskowiak25-Oct-04 2:11
mveDave Kreskowiak25-Oct-04 2:11 
GeneralPeep2peer, choose ports for TCP Pin
[DK]KiloDunse23-Oct-04 14:30
[DK]KiloDunse23-Oct-04 14:30 
GeneralRe: Peep2peer, choose ports for TCP Pin
Fade (Amit BS)24-Oct-04 18:58
Fade (Amit BS)24-Oct-04 18:58 
GeneralRe: Peep2peer, choose ports for TCP Pin
[DK]KiloDunse25-Oct-04 3:25
[DK]KiloDunse25-Oct-04 3:25 
GeneralSending Emails Using VB.Net Pin
Modern_night23-Oct-04 12:42
Modern_night23-Oct-04 12:42 
GeneralRe: Sending Emails Using VB.Net Pin
Kumar0925-Oct-04 4:35
Kumar0925-Oct-04 4:35 
GeneralRe: Sending Emails Using VB.Net Pin
Modern_night26-Oct-04 23:02
Modern_night26-Oct-04 23:02 
GeneralHelp making a listbox appear when I write something Pin
Rylogy23-Oct-04 4:57
Rylogy23-Oct-04 4:57 
GeneralRe: Help making a listbox appear when I write something Pin
MohammadAmiry23-Oct-04 22:13
MohammadAmiry23-Oct-04 22:13 
GeneralRe: Help making a listbox appear when I write something Pin
Rylogy24-Oct-04 4:00
Rylogy24-Oct-04 4:00 
GeneralRe: Help making a listbox appear when I write something Pin
Dave Kreskowiak24-Oct-04 14:46
mveDave Kreskowiak24-Oct-04 14:46 
GeneralRe: Help making a listbox appear when I write something Pin
Rylogy24-Oct-04 14:47
Rylogy24-Oct-04 14:47 
GeneralRe: Help making a listbox appear when I write something Pin
Fade (Amit BS)24-Oct-04 19:10
Fade (Amit BS)24-Oct-04 19:10 
GeneralRe: Help making a listbox appear when I write something Pin
Rylogy25-Oct-04 11:12
Rylogy25-Oct-04 11:12 
GeneralHelp modifying text Pin
Rylogy23-Oct-04 3:06
Rylogy23-Oct-04 3:06 
GeneralRe: Help modifying text Pin
Dennis C. Dietrich23-Oct-04 4:21
Dennis C. Dietrich23-Oct-04 4:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.