
-----------------------------------
ReN3g@de
Mon Mar 08, 2004 6:42 pm

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

-----------------------------------
Dan
Mon Mar 08, 2004 9:02 pm


-----------------------------------
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.

-----------------------------------
wtd
Mon Mar 08, 2004 10:12 pm


-----------------------------------
The standard C++ librares don't allow for it, but there's no reason a console application can't access the registry.  Just clarifying.  :-)

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcsample98/html/vcsmpregistrysampleusingwin32apitoaccessregistry.asp

-----------------------------------
Dan
Tue Mar 09, 2004 9:17 pm


-----------------------------------
that why i side "in stander conosle c++..."  :P 

so what are you trying to make ReN3g@de, some evil virus? sounds like fun  :twisted:
