Advertisement
2_2002-2004 Registry #123039

EZ RegRead

My First Submission to PSCode.Com- After searching all over PSC for a SIMPLE registry reading article, i couldnt find one. Although i did find a Registry write and thats where i got this code from and altered it to do reading instead of writting. Plz vote, any comments welcome!! NOTE: To use this place this code in the Form Load and place a TextBox called Text1 on your form and you should be set...have any questions, post them and i will check them out later!!

AI

Podsumowanie AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Kod źródłowy
original-source
Set wshshell = CreateObject("WScript.Shell")<br>
Text1.Text = wshshell.RegRead("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Start Page")
Oryginalne komentarze (3)
Odzyskane z Wayback Machine