Jump to content

Recommended Posts

Posted

I have issues with my current boot sector on another system. I used to have some Ontrack software on floppy disk which removed absolutely everything on the drive when booted, unfortunately due to multiple reasons I can no longer use this disk (no floppy drive and I lost the disk).

Anyone know of a cd/dvd based version that will boot and allow me to do the same thing?


Posted

Haven't tried this from say bartpe or windows pe but how about a debug script that will wipe it.

run Debug in cmd window, type the following:

A 
MOV AX,330
MOV CX,1
MOV DX,80
MOV BX,3800
MOV ES,BX
INT 13
INT 3
{ENTER};just press enter
G
Q

modified code

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...