Search found 4 matches

by 0xEBJC
Sat Apr 11, 2020 7:37 pm
Forum: XBOX Modding
Topic: xboxhdm23usb
Replies: 86
Views: 875219

Re: xboxhdm23usb

unlockhdd.bat @Echo off & SetLocal EnableDelayedExpansion & mode con:cols=80 lines=35 if "%2"=="none" ( smartctl.exe -g security /dev/sd%1 smartctl.exe -s security-eeprom-unlock,eeprom.bin /dev/sd%1 smartctl.exe -s security-eeprom-disable,eeprom.bin /dev/sd%1 ) if "%...
by 0xEBJC
Sat Apr 11, 2020 7:37 pm
Forum: XBOX Modding
Topic: xboxhdm23usb
Replies: 86
Views: 875219

Re: xboxhdm23usb

lockhdd.bat @Echo off & SetLocal EnableDelayedExpansion & mode con:cols=80 lines=35 echo %1 %2 if "%2"=="none" ( smartctl.exe -g security /dev/sd%1 smartctl.exe -s security-eeprom-setpass,eeprom.bin /dev/sd%1 ) if "%2"=="ata" ( smartctl.exe -d ata -g s...
by 0xEBJC
Sat Apr 11, 2020 7:36 pm
Forum: XBOX Modding
Topic: xboxhdm23usb
Replies: 86
Views: 875219

Re: xboxhdm23usb

xboxhd.bat :: XboxHD by ldotsfan :: Modifications by Rocky5 to make this batch file to look pretty :: Portions Copyright by Rocky5 Forums & JCRocky5 Twitter 2016 @Echo off & SetLocal EnableDelayedExpansion & mode con:cols=56 lines=20 & Title Xbox Hard Drive Maker for Windows goto get...
by 0xEBJC
Sat Apr 11, 2020 7:36 pm
Forum: XBOX Modding
Topic: xboxhdm23usb
Replies: 86
Views: 875219

Re: xboxhdm23usb

*** !!! USE AT YOUR OWN RISK, I TAKE NO RESPONSIBILITY IF YOU USE THESE SCRIPTS WRONG AND MESS SOMETHING UP !!! *** I had a bunch of errors on lock and unlock drive with messages "Please specify device type" "use -d option to specify drive type" I found that I needed to specify &...