|
Go get complex tools from "the usual place".
Alternatively if you have EvolutionX installed make the following additions to your evox.ini:
[Menu]
Section "Root" { Item "Lock Harddisk",@210 Item "Unlock Harddisk",@211 #You can add this to any Section (submenu) you want or you can keep it on root }
#Add the following lines onto the end of your evox config: [Action_10]
LogFile = "f:\lock.log" Info "This function will lock your XBOX Harddisk" Warning "You will now lock your XBOX harddisk and will be able" Warning "to boot from an original XBOX bios" # hddlockenable
[Action_11]
LogFile = "f:\unlock.log" Info "This function will unlock your XBOX Harddisk" Warning "You will now unlock your XBOX harddisk and will not be able" Warning "to boot from an original XBOX bios" # hddlockdisable
Now you will have a Lock Harddisk and Unlock Harddisk menu items (on root or where ever you added them) just select unlock to unlock your HDD, and lock to lock your HDD.
|