Computing.Net > Forums > Programming > VBscript to change homepage

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

VBscript to change homepage

Reply to Message Icon

Name: prez21
Date: December 1, 2004 at 20:34:13 Pacific
OS: XP
CPU/Ram: 256
Comment:

hi
i would like to know how to make a particular website as default homepage using vbscript and deploying it through altiris.

i have tried to create script:
'vbscript
Set objWshShell = CreateObject("WScript.Shell")

strHomePage = "http://atsc/default.aspx"

objWshShell.RegWrite "HKCU\Software\Microsoft\Internet Explorer\Main\Start Page", strHomePage

Set objWshShell = Nothing

when i run the file by clicking on the file..it works
but when i try to deploy on client pc through altiris..nothing happened
please help



Sponsored Link
Ads by Google

Response Number 1
Name: StuartS
Date: December 2, 2004 at 14:20:44 Pacific
Reply:

Have you considered the possibility that the client PC may have software installed to prevent the changing of the home page. Most anti adware software will do this.

What is altiris?


Stuart


0
Reply to Message Icon

Related Posts

See More


Howto build front-end, GU... Mysql, SQL, Solid C...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: VBscript to change homepage

VBScript to launch a secure website login www.computing.net/answers/programming/vbscript-to-launch-a-secure-website-login/20230.html

How to change font and background c www.computing.net/answers/programming/how-to-change-font-and-background-c/10470.html

Can some help me to change this C++ www.computing.net/answers/programming/can-some-help-me-to-change-this-c/3985.html