IT Community - Software Programming, Web Development and Technical Support

how to add my site in windows startup?

This is a discussion on how to add my site in windows startup? within the Web Design Help forums, part of the Web Development category; Hi, I need to give the provision for my user to add my site in windows startup.Whenever user ON ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > Web Design Help

Register FAQ Members List Calendar Mark Forums Read
  4 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 11-01-2007, 06:19 AM
varghese varghese is offline
D-Web Programmer
 
Join Date: Feb 2007
Posts: 93
varghese is on a distinguished road
Default how to add my site in windows startup?

Hi,
I need to give the provision for my user to add my site in windows startup.Whenever user ON his system my site should open. It is possible?

Thanks

T.Varghese
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 11-01-2007, 11:10 PM
Jeyaseelansarc Jeyaseelansarc is offline
D-Web Genius
 
Join Date: Mar 2007
Location: Chennai
Posts: 1,159
Jeyaseelansarc is on a distinguished road
Send a message via AIM to Jeyaseelansarc
Default Re: how to add my site in windows startup?

Hi,
Great thought! I think, it is possible.
__________________
With,
J. Jeyaseelan

Everything Possible
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 11-05-2007, 01:25 AM
Sabari Sabari is offline
D-Web Genius
 
Join Date: Jul 2007
Posts: 1,008
Sabari is on a distinguished road
Default Re: how to add my site in windows startup?

Hi varghese,

can you please explain what exactly you want, i'm eagerly waiting to help you?
__________________
Thanks & Regards
Sabari...
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 11-09-2007, 01:46 AM
varghese varghese is offline
D-Web Programmer
 
Join Date: Feb 2007
Posts: 93
varghese is on a distinguished road
Default Re: how to add my site in windows startup?

Thanks sabari,
Actually i would like to open a site automatically once when the system gets booted, Like the exe files started automatically once we put the file in the start up folder. How can we place it in start up folder?. Or is there any way we can automatically go to a site once the system booted.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 11-09-2007, 02:42 AM
shiva shiva is offline
Super Moderator
 
Join Date: Feb 2007
Location: Chennai
Posts: 53
shiva is on a distinguished road
Send a message via AIM to shiva Send a message via MSN to shiva
Default Re: how to add my site in windows startup?

Hi,

Actually i think we can only add applications (.exe) files in windows startup... So in your case, maybe we can do a workaround by adding IE in windows startup and set the website as default website in IE, so that IE will start automatically when windows boots up with the site you wanted

To add quickly the startup item, you can do it via the Registry way..

Open REgistry editor (type "regedit" from the START --> RUN window)

Go to HKEY_LOCAL_MACHINE --> SOFTWARE --> Microsoft --> Windows --> Current Version --> Run

And right click in the right pane to add a new String Value and add a name to it and in the description add the IE Path c:\Program Files\Internet Explorer\iexplore.exe

Note: Modifying Registry Settings should be made under the supervision of the Sys Admin, as each and every settings for Windows Operating System, so it should be dealt with proper Care

Now when you boot up the machine again, IE will open automatically with the website which you would've set as the default Site in IE...

Hope this Helps!!!

Thanks
Shiva...
__________________
The real voyage of discovery consists not in seeking new landscapes, but in having new eyes
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 11-09-2007, 05:27 AM
varghese varghese is offline
D-Web Programmer
 
Join Date: Feb 2007
Posts: 93
varghese is on a distinguished road
Thumbs up Re: how to add my site in windows startup?

Hi Shiva,

Yes it is one of good solution but it will open IE with system configuration changes which need to do by user. As you know it is not possible to explain those stuff to any user. My requirment is little bit more and in place of user to do this much of step want to finish the step with minimum changes in their[User] side and more changes in my side [Development side]. Let me try to explain more.

Here is one of my client want me to build site which also give option to visiting user to add my site in his startup with some option. Just accepting those option will add my site in his window startup.

I hope my query is more clear now.


Thanks in advance
Varghese
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 11-09-2007, 09:24 PM
Anand Anand is offline
D-Web Programmer
 
Join Date: Mar 2007
Posts: 52
Anand is on a distinguished road
Default Re: how to add my site in windows startup?

Hi Varghese,

Not only we can put the exe files in the start up, we can also put the lnk file. Here i have given an example for this.

//-------------- copy and paste the below two lines --------------------
[InternetShortcut];
URL="discussweb.com"
----------------------------------//

Paste the above code in a notepad and save it as "testredirect.url" and save it under the startup folder. Now whenever your system gets booted you can see the discussweb site automatically.
__________________
None of us is As Strong as All of us.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 11-19-2007, 03:23 AM
varghese varghese is offline
D-Web Programmer
 
Join Date: Feb 2007
Posts: 93
varghese is on a distinguished road
Default Re: how to add my site in windows startup?

Now i got the solution for this

hi all

if you want add your site in your window start menu, window startup, favourite etc follow the following procedure

step 1 - get the systemusername.

step 2 - crate shortcut file extension .url.

step 3 - assign url = your site url in the shortcut file content
example
--------
//-------------- copy and paste the below two lines --------------------
[InternetShortcut];
URL="discussweb.com"
----------------------------------//
step 4 - get the values windowstartmenu,windowstartup,favourite through checkbox.

step 5 - write the url file corresponding to step4
example
--------
1. C:\Documents and Settings\systemusername\Start Menu\Programs\Startup\shortcut file
for windowstartup
C:\Documents and Settings\systemusername\Favorites\shortcut file
for favorite or bookmark

step 6 - The above steps are created in vb or other application language and make as exe and stored in server.

step7 - give the exe download option through php or serverside language.

step8 - now the user download the exe from server to client machine and install the exe. then reflect in window startmenu, window startup and favourite.

Note : we have to create seperate exe for firefox because favourit and bookmark are seperate location. check the browser and give the download option for the corresponding exe.

Thanks
T.Varghese
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 11-27-2007, 10:08 PM
webanewindia webanewindia is offline
D-Web Trainee
 
Join Date: Nov 2007
Posts: 1
webanewindia is on a distinguished road
Cool great thought , it is possible

seo company offering a webdesing services in cheap price.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 06-03-2008, 09:23 PM
rocks rocks is offline
D-Web Trainee
 
Join Date: Jun 2008
Posts: 1
rocks is on a distinguished road
Post Re: IT Help Desk

Hi,
If you have any broblem to IT Help Desk, you can Visit our site and solve your problem:-
IT Help Desk - small business IT support – managed IT – IT service – MSP – mindSHIFT
Our company Get high-quality IT support from a Help Desk that features 24x7x365 service; fully-trained, U.S.-based technical experts; and remote access for immediate resolution.


Richee robert
( Welcome to mindSHIFT - small business IT support – managed IT – IT service – MSP – mindSHIFT )

Last edited by rocks : 06-06-2008 at 01:45 AM.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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

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

LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/web-design-help/4345-how-add-my-site-windows-startup.html
Posted By For Type Date
Add my site in windows Startup menu and window Startup - WebDeveloper.com This thread Refback 11-19-2007 03:06 PM
Add my site in windows Startup menu and window Startup - WebDeveloper.com This thread Refback 11-19-2007 09:38 AM
Add my site in windows Startup menu and window Startup - WebDeveloper.com This thread Refback 11-19-2007 03:45 AM
DiscussWeb IT Community - Technical Support and Technology Discussions This thread Refback 11-01-2007 11:08 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
how to add my site in windows startup? varghese Web Design Help 1 04-07-2008 10:22 PM
Network Security in Windows XP Professional and Windows 2000 arjkhanna Networking & Internet Connectivity 12 02-15-2008 07:58 AM
i want create one web site and same site to work multiple language how is possible ? vel.m8 ASP and ASP.NET Programming 1 11-15-2007 12:58 AM
How to create an auto startup application on WM5 ? theone Windows Mobile 1 07-30-2007 02:49 AM
problem with migrating web server windows 2000 to windows 2003 kingmaker ASP and ASP.NET Programming 1 07-20-2007 03:39 AM


All times are GMT -7. The time now is 11:11 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0