xboxscene.org forums

Author Topic: Cant Lock Hdd With Evox  (Read 73 times)

saku39

  • Archived User
  • Newbie
  • *
  • Posts: 6
Cant Lock Hdd With Evox
« on: May 05, 2005, 06:14:00 AM »

I have the latest evox dash and under the settings it wont let me lock the hdd like it should.  It just says lock disabled.  How can I lock it? <
Logged

SBEEZY

  • Archived User
  • Jr. Member
  • *
  • Posts: 93
Cant Lock Hdd With Evox
« Reply #1 on: May 05, 2005, 06:34:00 AM »

use configmagic <
Logged

_InFeRnO_

  • Archived User
  • Full Member
  • *
  • Posts: 176
Cant Lock Hdd With Evox
« Reply #2 on: May 06, 2005, 01:47:00 AM »

Open up your .ini file for evox and look for this section,
CODE
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 Cycle",ID_Full_Reboot
   Item "Power Off",ID_Power_Off
#   Item "Lock Harddisk",@210
#   Item "Unlock Harddisk",@211
   Section "System Utils"


Edit it to look like this,
CODE
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 Cycle",ID_Full_Reboot
   Item "Power Off",ID_Power_Off
    Item "Lock Harddisk",@210
   Item "Unlock Harddisk",@211
   Section "System Utils"


This will give you the Lock and Unlock command's. Hope this help's. :)
 <
Logged