Board index » delphi » Registry (Delphi 3.0)

Registry (Delphi 3.0)

Hello All!

I'm currently writing a program which is supposed to delete keys in the
registry. I use the Win32 API calls.

I can not figure out how to delete e.g. this key:

Hkey_local_machine\software

It is easy to delete the subkeys of software, but how to delete software?

Kind regards Ole

  HTTP://www.nightcall.dk/primeware/
  E-Mail: NoShit-Ole.Almind.Morten...@237-10-150.swimsuit.roskildebc.dk

  Please remove Noshit- when replying in E-Mail

 

Re:Registry (Delphi 3.0)


Why would anyone want to delete HKEY_LOCAL_MACHINE\SOFTWARE ?
Don't do that !!! It will crash your system for good !
--
Alon Yaffe
=========

Ole Almind Mortensen <Ole.Almind.Morten...@p150.f10.n237.z2.fidonet.org>
wrote in article <595_9706052...@night.ping.dk>...

Quote
> Hello All!

> I'm currently writing a program which is supposed to delete keys in the
> registry. I use the Win32 API calls.

> I can not figure out how to delete e.g. this key:

> Hkey_local_machine\software

> It is easy to delete the subkeys of software, but how to delete software?

> Kind regards Ole

>   HTTP://www.nightcall.dk/primeware/
>   E-Mail: NoShit-Ole.Almind.Morten...@237-10-150.swimsuit.roskildebc.dk

>   Please remove Noshit- when replying in E-Mail

Other Threads