Go Back   PCMech Forums > Help & Discussion > Internet, Web Applications, & The Cloud

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 05-13-2002, 07:37 AM   #1
Member (9 bit)
 
Join Date: Jan 2002
Location: UK
Posts: 389
Homepage Question

Does anyone know the file in which the computers homepage is stored,

i dont even know if it is in a txt file or what

Hope someone can help

Regards,
James
Battery Powered is offline   Reply With Quote
Old 05-13-2002, 09:24 AM   #2
Member (10 bit)
 
Join Date: Jan 2002
Location: Oregon Coast
Posts: 768
Are you trying to change your home page?
If so go to Tools>Internet options and change it there.
jamesrpm is offline   Reply With Quote
Old 05-13-2002, 09:45 AM   #3
Member (9 bit)
 
Join Date: Jan 2002
Location: UK
Posts: 389
No im trying to change my homepage from the command line

i need to know if you can edit the registry from the command line

Dont know if you can help with htet one

Regards,
James
Battery Powered is offline   Reply With Quote
Old 05-13-2002, 11:48 AM   #4
Member (9 bit)
 
Join Date: Mar 2000
Posts: 457
Not that I know, but why do you want to change the Homepage that way?
MadMax is offline   Reply With Quote
Old 05-13-2002, 12:46 PM   #5
Member (9 bit)
 
Join Date: Jan 2002
Location: UK
Posts: 389
Its just something im trrying to do, im sad i know :-))

If you ever hear of a method then let me know :-)

Thanks for your time,
James
Battery Powered is offline   Reply With Quote
Old 05-13-2002, 02:46 PM   #6
Member (9 bit)
 
TheOldMan's Avatar
 
Join Date: Feb 2002
Location: State of Confusion
Posts: 386
Well, what do you need to do and how do you mean change from the command line?

You can paste the following in notepad and save it as
ChangeHome.reg. Then you can double click on it to make the change or invoke it from the command line.

==================
REGEDIT4

;; Change the IE home page.

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Start Page"="http://www.microsoft.com/isapi/redir.dll?prd=ie&pver=5.5&ar=msnhome"
==================

Does that help?
The Old Man
TheOldMan is offline   Reply With Quote
Old 05-13-2002, 03:01 PM   #7
Member (9 bit)
 
Join Date: Jan 2002
Location: UK
Posts: 389
Thats good, thats one way arround it

What i was tring to do was to just be able to open the command line and type whats needed to change the start page.

This start page is just an example im using

Im wondering if the registery can be appended to in general by the command line (not by executing a .reg file)

Dont get me wrong that .reg way would work fine but im just trying to see if theres a way without making the .reg file

Thanks alot for your help,

James
Battery Powered is offline   Reply With Quote
Old 05-13-2002, 03:15 PM   #8
Member (9 bit)
 
TheOldMan's Avatar
 
Join Date: Feb 2002
Location: State of Confusion
Posts: 386
To my knowledge there is no way to append or change it directly from the command line. Just a word of caution, playing around with the registry can cause serious damage and render the OS inoperable. Good luck.

The Old Man
TheOldMan is offline   Reply With Quote
Old 05-13-2002, 03:46 PM   #9
Member (9 bit)
 
Join Date: Jan 2002
Location: UK
Posts: 389
I know, im treding carefully :-)

Thanks for all you help

Regards,
James


(and if you ever here of a way to do it then shout me out)
Battery Powered is offline   Reply With Quote
Old 05-13-2002, 04:12 PM   #10
Red-eyed Moderator
Staff
Premium Member
 
HAL9000's Avatar
 
Join Date: Dec 1999
Location: Regina, Saskatchewan, Canada
Posts: 17,576
You could type out a the key in a text editor and import the file, but I don't know why one would want to go through that kind of trouble.
__________________
-At Ford, quality is job #1, job #2 is making them explode. ~Norm MacDonald, SNL News

-Switching to Glide..Balancing in my head..inside of me...
taking the glide path instead.
HAL9000 is offline   Reply With Quote
Old 05-13-2002, 08:06 PM   #11
Member (9 bit)
 
Hot Rod's Avatar
 
Join Date: Mar 2001
Location: Iowa
Posts: 413
You don't happen to be trying to write a program that will change other people's registry settings....are you? Just curious.
Hot Rod is offline   Reply With Quote
Old 05-14-2002, 03:49 AM   #12
Member (9 bit)
 
Join Date: Jan 2002
Location: UK
Posts: 389
No im not, i cant program

it was just something i was trying to do, but seems is impossible

Thanks for all ur help everyone


Regards,
James
Battery Powered is offline   Reply With Quote
Old 05-14-2002, 04:07 AM   #13
digitally confused
Premium Member
 
TimPoet's Avatar
 
Join Date: Jul 2001
Location: Las Vegas
Posts: 2,301
Send a message via AIM to TimPoet
Hmmmm

Methinks, me fellow frosh may like learning code and special challenges, mayhaps.

A thrust at Linux systems may serve a satisfying diversion, unless he's already mastered such knowin's....
__________________
.

Pentium D 805 | ASUS P5L-MX | CORSAIR ValueSelect 2 GHz |Primary HDD WD 40GB Back up HDD Seagate 7200.10 250GB SATA | eVGA 7600gt | Creative X-Fi Extreme Music audio card | Hauppauge TV Tuner Card | Lite On DVD burner/ LightScribe | COOLER MASTER Case | Fortron ATX400-PA 400W Power Supply | ViewSonic Q19wb LCD
TimPoet is offline   Reply With Quote
Old 05-14-2002, 06:40 AM   #14
Member (9 bit)
 
Join Date: Jan 2002
Location: UK
Posts: 389
Timpoet has summed things up quite well

It is just something im trying to do, curiosity i spose,
Battery Powered is offline   Reply With Quote
Old 05-14-2002, 06:46 AM   #15
Member (9 bit)
 
Hot Rod's Avatar
 
Join Date: Mar 2001
Location: Iowa
Posts: 413
That's fine....just curious.

Anyway, I found this Question on http://www.computerhope.com/registry.htm

REGISTRY Q&A

Q: Is there a way to edit the registry from a command prompt (DOS)?
A: Unfortunately because the registry is a part of Windows it is not possible to edit the registry without running Regedit through Windows. If you are not able to get into Windows you may wish to attempt to run regedit.exe from Safe mode.
Hot Rod is offline   Reply With Quote
Old 05-14-2002, 07:23 AM   #16
Member (9 bit)
 
Join Date: Jan 2002
Location: UK
Posts: 389
Well thankyou for that, now i no for sure :-))


well the .reg file seems my best bet


Thankls alot guys,


James
Battery Powered is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 06:18 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2