Click to See Complete Forum and Search --> : Reading Boot Record from Hard Drive in W2k/NT/XP - NOT as administrator


campda2
February 26th, 2004, 03:53 PM
Is there any way that I can read the boot record from the hard drive in w2k/nt/xp without being administrator? I see the CreateFile function which allows me to open a certain sector of the disk as a file, but I need to be admin to do this. I just want to read, sort of like reading from /dev/hd0 in *nix.