VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Change Internet Explorer Start page with only 2 lines of code

by Design7 Software (7 Submissions)
Category: Registry
Compatability: Visual Basic 5.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (7 Votes)

Change Internet Explorer Start page with only 2 lines of code!!!
Please vote for my code if you like it

Rate Change Internet Explorer Start page with only 2 lines of code

Set wshshell = CreateObject("WScript.Shell")
wshshell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Start Page", "http://www.newstartpage.com"

Download this snippet    Add to My Saved Code

Change Internet Explorer Start page with only 2 lines of code Comments

No comments have been posted about Change Internet Explorer Start page with only 2 lines of code. Why not be the first to post a comment about Change Internet Explorer Start page with only 2 lines of code.

Post your comment

Subject:
Message:
0/1000 characters