enable or disable c-mos,bios p/w from visual basic

Status
Not open for further replies.

aadipa

Padawan
there is a way to do it through debug command. I don't remember the exact command. Just search the old posts here, u will get the info.
 

it_waaznt_me

Coming back to life ..
Start > Run > Cmd <Press enter>
or Command in Win98
On the Command prompt, type :
DEBUG <press enter>
-o 70 2e <press enter>
-o 71 ff <press enter>
-q <press enter>

Close the command prompt by
Exit <press enter>

Restart :p ...

"Inspired " by Ankit Fadia ..
 

GNUrag

FooBar Guy
@Batty, newer versions of Windows (especially since NT 4.0 )dont respond to debug anymore.... did Microsoft realize this folly?
 
A

Ashwin Saxena

Guest
I think debug command is not working in newer OS's. Not working in 98 too for me.
 
Status
Not open for further replies.
Top Bottom