Computer Science Canada

Deleting a registry key

Author:  ReN3g@de [ Mon Mar 08, 2004 6:42 pm ]
Post subject:  Deleting a registry key

is there a way to delete a registry key thru c++?

the path is...
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\ABC_DE

Author:  Dan [ Mon Mar 08, 2004 9:02 pm ]
Post subject: 

probly if you tap in to the windows API using VC++ or a windows C++ apliaction. in stander conosle c++ i dont think there is.

Author:  wtd [ Mon Mar 08, 2004 10:12 pm ]
Post subject: 

The standard C++ librares don't allow for it, but there's no reason a console application can't access the registry. Just clarifying. Smile

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcsample98/html/vcsmpregistrysampleusingwin32apitoaccessregistry.asp

Author:  Dan [ Tue Mar 09, 2004 9:17 pm ]
Post subject: 

that why i side "in stander conosle c++..." Razz

so what are you trying to make ReN3g@de, some evil virus? sounds like fun Twisted Evil


: