|
Mine works - Hardive lock disabled, I donno!! Actually this is my old INI, I moved the section "launch menu" to the start so it would show up first.
Section "Root"
{
Item "Launch DVD",ID_Launch_DVD
Item "Trainers",ID_trainer
Item "MS Dashboard",ID_MS_Dash
Item "Reboot",ID_Quick_Reboot
Item "Power Off",ID_Power_Off
Item "Flash Evox BIOS","c:\bios\d6.bin",ID_Flash_Bios_File
Item "Lock Harddisk",@210
Item "Unlock Harddisk",@211
Section "System Utils"
{
Item "Settings",ID_Settings
Item "Flash BIOS",ID_Flash_Bios
Item "Backup",ID_Backup
Item "Skins",ID_Skins
}
Section "Launch Menu"
{
Section "Games"
{
AutoAddItem "e:\games\"
SortAll
}
Section "Apps"
{
AutoAddItem "e:\apps\"
SortAll
}
}
}
[Action_10]
LogFile = "e:\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 = "e:\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
Last edited by ihaveanosebleed; 22-03-2004 at 15:30.
|