Jump to content

RegDelete


agent47
 Share

Recommended Posts

hii,

I have just try to delete the below registry entry using the code but i cant able to delete it could you check anyone help me to check whether the instructions are correct

HKEY_LOCAL_MACHINE\SOFTWARE\APcDefender

RegDelete("HKLM\SOFTWARE\APcDefender\", "")
Link to comment
Share on other sites

RegDelete("HKLM\SOFTWARE\APcDefender\", "")

Without the last backslash:

RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\APcDefender")
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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