Results 1 to 2 of 2

Thread: regkey

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2000
    Location
    medina, OH
    Posts
    125

    regkey

    I need to delete all the string values in a registry key, can anyone help?
    "Sometimes the only way you can feel good about yourself is by making someone else look bad And I'm tired of making other people feel good about themselves"-Homer Simpson

  2. #2
    Addicted Member
    Join Date
    Sep 1999
    Posts
    229
    Hi BigBosky,

    Try this out:

    Set objWSH = CreateObject("WScript.Shell")
    objWSH.RegDelete ("HKLM\Software\Microsoft\Windows\CurrentVersion\Run\Test")

    Hope it helps
    Keiko

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width