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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| 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. |
| |||
| 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 |
| |||
| 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 |
| |||
| 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. |
| |||
| 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 |
| |||
| 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. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
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 |