Subscribe:

Ads 468x60px

Saturday 31 March 2012

One click shutdown button



Hi friend
again with new trick to shutdown or lock or reboot system with single click 
for it just create a shortcut on your desktop by right-clicking on the desktop, choosing New, and then choosing Shortcut. The Create Shortcut Wizard will appear.now write shutdown and than next than again write shutdown ..
After completing it just double click on it your system will go shutdown..
But you can do much more with a shutdown shortcut than merely shut down your PC. You can add any combination of several switches to do extra duty, like this:

shutdown -r -t 01 -c "Rebooting your PC"
Double-clicking on that shortcut will reboot your PC after a one-second delay with the message "Rebooting your PC." The shutdown command includes a variety of switches you can use to customise it.
here are some other examples..

shutdown -s -t 02 -c "Bye Bye m8!"
shutdown -r -t 02 -c "Ill be back m8 ;)!"

Switch
What it does

-s
Shuts down the system

-l
Logs off the current user.

-t nn
Indicates the duration of delay, in seconds, before performing the action.

-c "message text"
Displays a message in the System Shutdown window. A maximum of 127 characters can be used. The message must be enclosed in quotation marks.

-f
Forces any running applications to shut down.

-r
Reboots the system


you can also do it in an other method

go to search box in windows 7 and just type shutdown -s -t 3
it will close your system within 3 sec 

Cheers!!!!!

How to lock folder with password without any software

Hi friends 
today i am here with a new trick 
how to lock folder with password without any software
so follow these steps for it..
open notepad 
and paste below code in it


cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End*


Save it as batch file(with aextension .bat).Any name will work 

now you will see a batch file 
now double click on it 
you will see a folder there with name locker 
 

 now go to that locker folder nad paste any file which you want to lock 


Now double click the batch file to lock the folder namely Locker.
 


you will get window of confirmation 
press y and enter


            now your locker folder will be hide and lock
If you want to unlock your files,double click the batch file again and you would be prompted for password.Enter the password and enjoy access to the folder.

You have done 
Cheers!!!!

how to undo a send mail in gmail within 30 sec

Hi friend 
i am again here with a fabulous trick which will help you to undo a send mail in gamil with in 30 sec 
first go to www.gmail.com and login with your gmail id and password 
now click on gmail setting 
 now click on labs in setting 

now search for a lab "undo"

now click on enable 
no click on save changes 

 
now you are done..
well lets come and check its work 
compose a mail to anyone 

now send it 
when you will send ,you will get a notification like it 
you will see undo 
than click on it and your mail sending will be undo like it 

you had done...
cheers!!!!!!!

How to make fun with any webpage to make your friend fool

hi friend 
i am again with a new cool trick 
with the help of this trick you can make changes in any page for fun 
this is a javascript trick 
so just open any webpage according to your own wish 
than paste the below code in address bar 



javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

and press enter 
now all page is your 
you can change anything from that page  like this 


but its just for a fun it will finished when you will close broswer .
you have done enjoy
Cheers!!!!


Hide any file into a image

hey guys!!!!
how are all of you?
i am here with new trick to show you a fantastic trick to hide any file in a image 
see here and enjoy 
    go to c drive and make a folder with any name

    now go to that folder and make 2 text file which you want to hide 
    you can use any type of file 

    now change their name like secret and secret 2



    now copy the image in which you want to hide files and rename it with picture.jpg
     now select all files and right click on it and select add to archive


     now archive window will open than write archive name as mahi.rar and than click ok 


    now you will see a rar file with name mahi.rar

     now open command prompt 


    now write this command cd \
    and now you are in c drive

    now go to mahi folder which you was created in first step

    now you are in mahi folder in which you have all files which you want to hide 


    now write these command 
    copy /b picture.jpg + mahi.rar mahi.jpg 
    here picture.jpg is the image name which was you copied in this mahi folder(step 3)
    mahi.rar is archived file wich you was created in (step 5)
    mahi.jpg is the name of new image in which the all data will be saved

    now press enter and you will see this 

    now in mahi folder you will look a new image file with name mahi.jpg


    now right click on mahi.jpg and open it with winrar and press ok


    now you will  see all that secret and secret2 files which you want to hide in to this image 


    you have done....
    cheers!!!!