Click to See Complete Forum and Search --> : VB Script to write to registry


msore
October 11th, 2006, 05:21 AM
Hi

I need to add the following to registry:

[-HKEY_CLASSES_ROOT\CLSID\{5b4dae26-b807-11d0-9815-00c04fd91972}]

It works if I execute it from a .reg file.

I'm a complete novice in VB....

But if I try to make script and use RegWrite, it won't work...!

Any suggestion...?

PeejAvery
October 11th, 2006, 09:05 AM
Welcome to CodeGuru, msore. Please always search before posting questions. This is referenced in the "Before you post" announcement.

This question is easily found at Google. Here (http://www.google.com/search?hl=en&lr=&q=vbscript+registry&btnG=Search) is search that should solve your problem.