March 12, 201115 yr hey guys i am using visual basic 6.0 to create simple registry key deleter what i used is hereShell ("reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\wgalogon /f"), vbHidebut these dont work until i make it Shell ("reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\wgalogon" /f"), vbHidewhen i do this it says syntax errorit means i need " in registry key how to do that any help
March 12, 201115 yr Why would you want to delete that key? (Hmmm, says me!) If this is in reference to "Not Genuine", why not just use MS' Replace Key (using the valid correct key, of course) method and revalidate? This is part of KB905474 "WGA Validation". Works fine.Unless you mean this? This is in reference to a little-known "boo-boo" on MS' part for folks reinstalling their OS using the key on the side (COA) and the OEM's "modified" XP Install CD. In essence, (AFAICR), the files in a certain version (can't remember which) were incorrect and the only way to correct it was to first eliminate references to the "bad" and reinstall the newer, thus correctly validating.Please explain your reasoning. (cough-cough). Edited March 12, 201115 yr by submix8c
March 12, 201115 yr "reg delete ""HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\wgalogon"" /f"
April 2, 201115 yr why don't you just use this instead Windows Registry Editor Version 5.00[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\wgalogon] notice the minus - between the [ hthat means remove the reg keyjust save it as WHATEVERYOUWANTTOCALLIT.REG
Create an account or sign in to comment