Tuesday 30 April 2013

Make Your Computer Welcome You When you Log On !


Open Notepad
Paste the bellow code in Notepad


Dim speaks, speech
speaks="Welcome Back, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks




Replace Username with your name which is in bold
Click Save As and save as type Welcome.vbs
Copy File Welcome.vbs and paste it in bellow address

                                                             Windows-7

C:\Users\Username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup


*Replace Username with your username and C:\ with your Root Drive.

                                                             Windows-Xp

C:\Documents and Settings\All Users\Start Menu\Programs\Startup


Done, now restart your computer and let your computer welcomes you.

Enjoy :)

Trick for Desktop Fun !





1.Take a screen shot of your desktop (by clicking Print Screen SysRq button) and then paste the image to paint and save it as Jpeg image format .

2. Then open the image of your desktop and make it your desktop wallpaper. Now hide all the icons from your desktop
( Right click > arrange icons by > Hide desktop icon) . Also unlock the taskbar. Now your desktop will look like exactly same like before but everyone will be fooled whenever they try to click any icon. You can do this trick on your friends computer and enjoy the fun show
.

Friday 26 April 2013

How to make Folders unaccessable, undeleteable, unseachable by everyone ?



  1. Open command prompt ( Press Win key+R, type “cmd” in the Run dialogue box and hit “Enter”).
  2. Change to the directory where your folder is located.       cd <dir_name>
  3. cacls <directory name> /e /p everyone:n
  4. now your folder is protected by everyone 
  5. To remove the restrictions, follow these step
  6.  cacls <directory name> /e /p everyone:f
  7. Now you can proceed in to folder.

Change Directory

Add caption

Enjoy :)

Wikipedia

Search results