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!!
Original Author: Brandon Pinnick
Code
Set wshshell = CreateObject("WScript.Shell")
Text1.Text = wshshell.RegRead("HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerStart Page")
Loading Comments ...
Comments
No comments have been added for this post.
You must be logged in to make a comment.