View Single Post
  #3 (permalink)  
Old 10-20-2007
Unregistered
Guest
 
Posts: n/a
i tried this and found that your code is wrong

should be this:

Code:
reg add HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdateVistaSp1 /v Beta1 /t REG_SZ /d a2c3c14a-9586-4d37-9aaa-79fbd64069d2 /f
reg add HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftWindowsCurrentVersionWindowsUpdateVistaSP1 /v Beta1 /t REG_SZ /d a2c3c14a-9586-4d37-9aaa-79fbd64069d2 /f
remove the echo since it was causing problems and is'not needed
Reply With Quote