I want to read the boot sector in windows 2k, nt, xp, etc. The problem is, forcing the user to be administrator is not acceptable. Is there any way to do this? I saw the function CreateFile (http://msdn.microsoft.com/library/de...createfile.asp) which gives a handle to possibly a disk sector, but it says you need to be admin to do this. Any suggestions?