To create a Killdisk boot media with custom settings and to remember any settings changes you make, please follow the instructions below. This script will also store the log files and certificates on the USB stick.
Save the below as a text file and rename it to "LaunchKilldisk12.cmd"
cd /d %~dp0
set dr=%~d0
set kdlog=%dr%\kd\log
set kdcert=%dr%\kd\cert
set kdsettings=%dr%\kd\Settings
IF NOT EXIST %kdlog%\NUL md %kdlog%
IF NOT EXIST %kdcert%\NUL md %kdcert%
IF NOT EXIST %kdsettings%\NUL md %kdsettings%
x:
cd "x:\program files\bootdisk"
IF EXIST %kdsettings%\settings.xml copy %kdsettings%\settings.xml "x:\program files\bootdisk"
killdisk -cp=%kdcert% -lp=%kdlog%
copy "x:\program files\bootdisk\settings.xml" %kdsettings%
Start the bootdisk creator
Choose USB as the boot media, click ‘next’.
In the target tab, choose the Windows-based boot disk. Do NOT hit next.
After choosing the windows boot media, click on the ‘system boot settings’ tab. Make sure ‘default application->start is off
Click the ‘startup scripts’ tab
Click –add files’
Select the LaunchKilldisk12.cmd file you just created
Click ‘next’ then ‘create’
Comments
0 comments
Please sign in to leave a comment.