- First we create a bat file having program to open websites
- Convert it to a exe file
- Add it to startup
1) Open Notepad and paste the below code
@echo off
start www.facebook.com
NOTE: Instead of facebook you can also add other sites. Like this
@echo off
www.facebook.com
www.gmail.com
www.google.com
2) Save it as example.bat
3) We need to convert the bat file to an exe file. For this read my article
Free Bat to Exe Converter Download
4) After creating the exe file, create a shortcut of the exe file (Right click on the file>>Create shortcut)
5) Copy the Shorcut to the forlder
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
6) Done. Restart your pc.
0 comments:
Post a Comment
Did this article helped you?? Say a Thank you by commenting. We always appreciate your feedback.