Tutorial on how to make google homepage with your name
1. Go to the internet browser
2. Write to the address bar
ShinySearch.com
3. And then enter anything you want to see as your homepage.
Simple as that, try it by yourselves.
Make your computer talk
This is a visual basic script file that will pop up an message which requires
you to write something...
when you write it and press ok
your computer will tell what you typed.
Paste This Code on your notepad and save it as talk.vbs
Dim userInput
userInput = InputBox("Write a message for me to say")
Set Sapi = Wscript.CreateObject("SAPI.SpVoice")
Sapi.speak userInput
NOTE: Be sure to save it in a .vbs file extension.
Give your USB a background image!!!
Copy this code to ur text editor,then save it as "desktop.ini"
Code:
[.ShellClassInfo]
IconFile=%SystemRoot%\system32\SHELL32.dll
IconIndex=127
ConfirmFileOp=0
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image="your_picture.jpg"
IconArea_Text="0xFFFFFF"
VeBRA sources - don't delete the tag above, it's there for XXXXX purposes -
[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}
{5984FFE0-28D4-11CF-AE66-08002B2E1262}={5984FFE0-28D4-11CF-AE66-08002B2E1262}
[{5984FFE0-28D4-11CF-AE66-08002B2E1262}]
PersistMoniker=Folder.htt
PersistMonikerPreview=%WebDir%\folder.bmp
__________________________________________________ __________________________________________________
(Note in :IconArea_Image="your_picture.jpg" enter the name of your picture.)
2. Put "desktop.ini and your_picture.jpg in your USB Drive then Hidden it.
3. Refresh and enjoy with new background.
1. Go to the internet browser
2. Write to the address bar
ShinySearch.com
3. And then enter anything you want to see as your homepage.
Simple as that, try it by yourselves.
Make your computer talk
This is a visual basic script file that will pop up an message which requires
you to write something...
when you write it and press ok
your computer will tell what you typed.
Paste This Code on your notepad and save it as talk.vbs
Dim userInput
userInput = InputBox("Write a message for me to say")
Set Sapi = Wscript.CreateObject("SAPI.SpVoice")
Sapi.speak userInput
NOTE: Be sure to save it in a .vbs file extension.
Give your USB a background image!!!
Copy this code to ur text editor,then save it as "desktop.ini"
Code:
[.ShellClassInfo]
IconFile=%SystemRoot%\system32\SHELL32.dll
IconIndex=127
ConfirmFileOp=0
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image="your_picture.jpg"
IconArea_Text="0xFFFFFF"
VeBRA sources - don't delete the tag above, it's there for XXXXX purposes -
[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}
{5984FFE0-28D4-11CF-AE66-08002B2E1262}={5984FFE0-28D4-11CF-AE66-08002B2E1262}
[{5984FFE0-28D4-11CF-AE66-08002B2E1262}]
PersistMoniker=Folder.htt
PersistMonikerPreview=%WebDir%\folder.bmp
__________________________________________________ __________________________________________________
(Note in :IconArea_Image="your_picture.jpg" enter the name of your picture.)
2. Put "desktop.ini and your_picture.jpg in your USB Drive then Hidden it.
3. Refresh and enjoy with new background.

No comments:
Post a Comment