I am trying to modify the HDD that windows 7 is running on using WinHex. But after i edit a few bytes of the physical HDD, i cannot save the changes as it says my HDD is write protected and locked.

Is there anyway to actually edit a HDD in windows while windows is running? Please help

link|improve this question
I've tried numerous disk editors and they all give me the same error about the HDD being write protected, so this isn't just a winhex issue. – notdefeated8 Jun 25 '11 at 10:31
feedback

2 Answers

Even chkdsk can not access a running c: drive. You need to boot from another disk/CD/USB Stick.

Other drives should work, as long as there is not a file open on the drive.

link|improve this answer
so basically its impossible? – notdefeated8 Jun 25 '11 at 11:00
feedback

Open a command box and type in the following commands individually, and hit enter after each one.

diskpart
list disk
select disk 0 (or whatever disk you are trying to change)
attributes disk clear readonly (this command is not available on XP)

That should do it for you.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.