Showing posts with label Tips and Tricks. Show all posts

Here is the trick to download google book and read it off line also.

How to do this?
Step 1:
Download/install Greasemonkey addon(Customize the way a web page displays or behaves, by using small bits of JavaScript.) in Firefox

Install this userscript :google book download

Download/install the Flashgot (FlashGot is the free add-on for Firefox and Thunderbird, meant to handle single and massive ("all" and "selection") downloads with several external Download Managers. )

Download/install Flashget(Download Manager)

Step 2:
View your favorite book.

For Example: http://books.google.com/books?id=Tmy8LAaVka8C&printsec=frontcover

In the left panel, click Download this book

Select all pages, right-click, choose FlashGot Selection
Press OK to start downloading. Note : Download only one page at a time, or your IP will be banned
After the downloading is finished, in FlashGet, left panel, choose Downloaded folder.
Select all pages of the book, right-click, choose Rename -> put File name

Process:

1.Start
2.Run
3.Type "cmd"

Now you are in DOS PROMPT

Navigate to The Drive where you wanna create your Folder.
For example if you wanna create a folder in D:/ Type "D:" ( without quotes")

4. Type "md \aux\\" without quotes marks and hit enter. ( without quotes")
A Folder named "aux" will be created there.

Your Folder is created. Try to delete it. A common computer user can not delete it. IF you wanna delete it.
Again Go to DOS PROMPT .

Type: Type "rd \aux\\" and press Enter. The folder Will be delete

1. Click on "Start" in the bottom left hand corner of screen
2. Click on "Run"
3. Type in "cmd" and hit ok You should now be at an MSDOS prompt screen.
4. Type "ipconfig /release" just like that, and hit "enter"
5. Type "exit" and leave the prompt
6. Right-click on "Network Places" or "My Network Places" on your desktop.
7. Click on "properties You should now be on a screen with something titled "Local Area Connection", or something close to that, and, if you have a network hooked up, all of your other networks.
8. Right click on "Local Area Connection" and click "properties"
9. Double-click on the "Internet Protocol (TCP/IP)" from the list under the "General" tab
10. Click on "Use the following IP address" under the "General" tab 11. Create an IP address (It doesn't matter what it is. I just type 1 and 2 until i fill the area up).
12. Press "Tab" and it should automatically fill in the "Subnet Mask" section with default numbers.
13. Hit the "Ok" button here
14. Hit the "Ok" button again

You should now be back to the "Local Area Connection" screen.

15. Right-click back on "Local Area Connection" and go to properties again.
16. Go back to the "TCP/IP" settings
17. This time, select "Obtain an IP address automatically" tongue.gif
18. Hit "Ok"
19. Hit "Ok" again
20. You now have a new IP address With a little practice, you can easily get this process down to 15 seconds.
Photo: **Hack To Change Your IP Address**
1. Click on "Start" in the bottom left hand corner of screen
2. Click on "Run" 
3. Type in "cmd" and hit ok You should now be at an MSDOS prompt screen. 
4. Type "ipconfig /release" just like that, and hit "enter" 
5. Type "exit" and leave the prompt 
6. Right-click on "Network Places" or "My Network Places" on your desktop. 
7. Click on "properties You should now be on a screen with something titled "Local Area Connection", or something close to that, and, if you have a network hooked up, all of your other networks. 
8. Right click on "Local Area Connection" and click "properties"
9. Double-click on the "Internet Protocol (TCP/IP)" from the list under the "General" tab 
10. Click on "Use the following IP address" under the "General" tab 11. Create an IP address (It doesn't matter what it is. I just type 1 and 2 until i fill the area up). 
12. Press "Tab" and it should automatically fill in the "Subnet Mask" section with default numbers. 
13. Hit the "Ok" button here
14. Hit the "Ok" button again

You should now be back to the "Local Area Connection" screen.

15. Right-click back on "Local Area Connection" and go to properties again. 
16. Go back to the "TCP/IP" settings 
17. This time, select "Obtain an IP address automatically" tongue.gif 
18. Hit "Ok" 
19. Hit "Ok" again 
20. You now have a new IP address With a little practice, you can easily get this process down to 15 seconds.

WPA/WPA2 password can be cracked simply by capturing WPA handshake and then applying a dictionary attack on them. If he passphrase is in the dictionary then password will be cracked, and this process may take hours, in some cases in even days. But what if password is not in dictionary?

So here we will learn to crack these passpharses

WPS:- Wi-Fi Protected Setup (WPS; originally Wi-Fi Simple Config) is a computing standard that attempts to allow easy establishment of a secure wireless

home network. By default this is enabled in most of routers.

Using Reaver we will brute force the AP's WPS, attempting every possible combination in order to guess the AP's 8 digit pin number. Since the pin numbers

are all numeric, there are 10^8 (100,000,000) possible values for any given pin number. However, because the last digit of the pin is a checksum value which

can be calculated based on the previous 7 digits, that key space is reduced to 10^7 (10,000,000) possible values.

The key space is reduced even further due to the fact that the WPS authentication protocol cuts the pin in half and validates each half individually.
Reaver brute forces the first half of the pin and then the second half of the pin, meaning that the entire key space for the WPS pin number can be exhausted in

11,000 attempts.So here key concept is that we can brute-force that pin, and can get all the credentials kept for Access Point which can be any combination of

digits, special symbols

Let's Start :

Boot your Backtrack :

Let's we will change the mac address of our network card so that we won't get caught

airmon-ng start wlan0
ifconfig mon0 down
macchanger -m 00:11:22:33:44:55 mon0
ifconfig mon0 up

Now run the following the command to get all the available AP's

wash -1 mon0

Now choose your target and note its bssid and issue the following command replacing <bssid> with the targets bssid:

reaver -i mon0 -b <bssid> -vv

Now wait until you Reaver brute force's the pin. Once its done, you'll have

WPS Pin
WPA PSK
AP SSID

Photo: As promised :D

Cracking Non-Dictionary WPA/WPA2 Passpharse

WPA/WPA2 password can be cracked simply by capturing WPA handshake and then applying a dictionary attack on them. If he passphrase is in the dictionary then password will be cracked, and this process may take hours, in some cases in even days. But what if password is not in dictionary?

So here we will learn to crack these passpharses

WPS:- Wi-Fi Protected Setup (WPS; originally Wi-Fi Simple Config) is a computing standard that attempts to allow easy establishment of a secure wireless

home network. By default this is enabled in most of routers.

Using Reaver we will brute force the AP's WPS, attempting every possible combination in order to guess the AP's 8 digit pin number. Since the pin numbers

are all numeric, there are 10^8 (100,000,000) possible values for any given pin number. However, because the last digit of the pin is a checksum value which

can be calculated based on the previous 7 digits, that key space is reduced to 10^7 (10,000,000) possible values.

The key space is reduced even further due to the fact that the WPS authentication protocol cuts the pin in half and validates each half individually.
Reaver brute forces the first half of the pin and then the second half of the pin, meaning that the entire key space for the WPS pin number can be exhausted in

11,000 attempts.So here key concept is that we can brute-force that pin, and can get all the credentials kept for Access Point which can be any combination of

digits, special symbols

Let's Start :

Boot your Backtrack :

Let's we will change the mac address of our network card so that we won't get caught

airmon-ng start wlan0
ifconfig mon0 down
macchanger -m 00:11:22:33:44:55 mon0
ifconfig mon0 up

Now run the following the command to get all the available AP's

wash -1 mon0

Now choose your target and note its bssid and issue the following command replacing <bssid> with the targets bssid:

reaver -i mon0 -b <bssid> -vv

Now wait until you Reaver brute force's the pin. Once its done, you'll have

WPS Pin
WPA PSK
AP SSID

 Follow the steps to bypass:
1) Press the power button to turn on your computer.
2) While ur on the screen with the animated microsoft logo press and hold the power button until turn off.
3) Press the power button to turn on again.
4) You should now see the option to bunch Start Up repair.. Select the option and press enter.
5) Run Startup Repair.
6) You should see a blue bar tht moves across the screen repeatedly. Above it should be messages
tht say "searching for problems" or something. The message should change to "Attempting repairs" within a few minutes.
7) Leave the computer running. This message should be there for 10-40 minutes depending on your computer.
A message should pop up tht says "start up repair could not fix the problem". Click the arrow next to "show problem details".
8) Scroll to the bottom and click the lnk to the .txt .
9) Notepad should open up with the file.
10) In notepad click File->Open. You can now use the file browser to perform the sethc.exe hack .
11) Go to C:Windows\system32 and find sethc.exe and rename to random.exe or somethign.
12) Copy the cmd.exe and rename the copied file to sethc.exe
13) Restart the computer and at the login screen press the "shift" key 5 times n quick succession.
14) Type in the cmd window "control userpasswords2" without the quotation marks.
15) You can now make a new admin account and login
Google is full of unique things and surprises. With that Google is also having few interesting tricks with its search engine. I have found some Google search engine tricks which are really cool. Some of them are really interesting and funny. I am sure you like them too. Just try all of them.
Shooting Game Google Trick
Here is quite cool trick. With this trick you will get some game like shooting where you have to hunt the insects which are eating your searching. Sounds interesting, Right? Check it out below.
Just follow these steps
  • First open the Google search Engine
  • Type “zerg rush
  • Press Enter or Search that keyword
  • Wait for 5 seconds (depending on your Internet Speed), and see the magic.
I am sure you will be surprised seeing its result, of course if it is still unknown to you. He he. For me, I have never seen it before so it was surprising for me. Hope you will like it too. Share it with friends and see their reactions. 

Google Packman: Another Gaming Related Trick
Packman is quite famous game in gaming world. I am sure you all have played this game on sometime. Want to give a try again for the same game. Here it is.
Just click this link. You will be redirected to google search page, with this game instead of Google logo. You can play the game too by using your keyboard navigation keys. So enjoy your Packman gaming experience again.

Let search Google by itself!!!!
This is my favorite one. And this is really good trick to share with someone. I don’t know how to tell you , I mean this will clear your ideas more when you use it. You can just search anything with this site, and this site will make a link for you. You can share that link with your friends which are quite lazy in typing and searching things on Google. It is like fun. Check out below link which I have made for my site.
He he. No need to type and press search button you lazy people. Okay that was just a joke. Here is the site link using which you can make such links.
With this site you can easily make links like this. And you can surely surprise your friends with this thing. I am sure you will like this too.

Tilt Your Google
This is not gaming related but you will surely love to see your favorite search engine tilted. He he. Follow the below instruction and you will find out about what I am saying.
  • Open Google Search
  • Type “tilt”
  • Hit Enter button or search above keyword
  • And see the result
I am sure you will love to see tilted Google. Enjoy.

Roll your Google
 This is another cool trick. Seeing our Google Rolling is quite unique thing to see. Check it by yourself.
  • Open Google Search
  • Type “do a barrel roll”
  • Hit Enter button or search above keyword directly
  • And see the result.
I am sure you will surprise seeing your Google Rolling. He he, it is funny. Enjoy.

Move your Google: Google Sphere
This is also cool trick. You will see your Google searches and Google page moving here and there. It is also just fun related trick. Go to below link and you will able to enjoy it.
Google Gravity Trick
I have already explained about it in some of my previous post. You can also check it out. I am sure you like this one too. Got to Google Gravity.
So this is it. I have explained all the tricks which I recently came to know about it. Hope you like them. I will update more when I came to know about more. ;) Have fun.
This article is about changing background image of Google Search Homepage. 

Google is most famous search engine for everyone now. For every query mostly all people preferring Google first. Well, now google is not only limited for searching, as there are many other interesting products available from google.  But let’s talk about Google search for now. Most of the people used to open google search whenever they having some problem or issue on any topic. Google’s results are best for any kind of our query on internet, at least for me. But Google search home page is quite boring with white background. But Google have given option to change that white background too. With that option you can even put your own selected photos as google background as below image.
[Click on image to enlarge it]
Let’s learn how we can do that.
How to change Google Background?
Well, for this thing, you need to login into your Google account. When you logged into your google account you will found Change background image option at the bottom of Google Search’s home page as below image.
[Click on image to enlarge it]
Just click on it and you will get few very cool pre-uploaded backgrounds in public gallery as shown in below image. You can select any of them and set them as background of your Google Home page.
[Click on image to enlarge it]
Put your own Images as Google Background
Well, just check out the above image again. I have underlined Your Picasa Web photos option with red line. Just click that option and you will found your every image uploaded on any Google Account. I mean you can see the images you have uploaded in Google +, Orkut, Blogger and other Google accounts. So you can upload your image into any account which you want to put as Google Search background and set it as Google’s background.
If you want to change the background image to simple white again then there is last option available to change the background image to again simple white.
Remember that to get that changed background Google’s Homepage you have to log into your Google account otherwise it will show you that simple white background. This thing is not limited to one computer, I mean after setting this option whenever you log into your account from any account, your Google Background will be that colorful image you set.
So this is it. With this trick, you can easily set different backgrounds for your Google Homepage. You can also put your own images which you like as background on Google Homepage. So change boring white home page and have fun.
People always used to of mouse. Even in laptop some people don't like touch pad, so they mostly use USB mouse. So mouse is an important part of computer, and users can't use the computer properly without it. So if somehow our mouse get damaged or get other problem then it will be very hard for us to use computer without it, and specially in emergency situation. But I have one trick using which we can operate mouse cursor with help of keyboard for time being and in emergency situation. This can be really helpful.
Now just recently i found on Internet that we can also move mouse cursor with the help of keyboard. How can we do it? Just follow below steps: (for windows 7)

For Windows 7:
1. Just follow this path : Control Panel - Ease of Access Center - Make the mouse easier to use.
You will get below screen :



Now as per image first tick on Turn on Mouse Keys and then click on Set up Mouse Keys.
2. Now you will reach to second page as below image :



Now as shown in image tick on Turn on Mouse Keys . And as just shown in image click on 'on' in Other settings if it is not clicked. You can change other settings too if you want.
Now apply all this settings. You are almost done. Now you will able to see a new icon in your task-bar right below side of your monitor. Now you just have to on number lock when you want to move mouse cursor from your keyboard. After switch on the number lock you can move your mouse cursor with the help of your number pad from your keyboard.

If you want to on this feature more easily then you can also use this direct keys :  Left alt + Left Shift + Numb Lock 

By above shortcut keys you can directly on this feature and start moving your cursor with number pad. You will get the small window with message after pressing above short cut keys. Just choose yes from it and this feature will be directly start.

Just remember this numbers, this will help you to move mouse using keyboard more easily.

4 = Move Left
8 = Move Up
6 = Move Right
2 = Move Down
5 = Mouse Left Click
- (minus) = Change 5 button to Mouse right click
/ = Change 5 button to again Mouse left click

For Windows Xp:

In windows xp you can also start this same thing. You can start this trick just by above shortcut keys.

Press Left alt + Left Shift + Number lock

This will start the same trick on Windows xp too.. If you want to make changes in speed of cursor and other things like I mentioned in windows 7 section, then just go to control panel, and open Easy Accessibility option in it. You will get new window with few tabs. Select mouse tab and you can do all settings like above from that page. So simple.
So this is it. Moving mouse cursor from keyboard is not as good as moving it from mouse. It is little time consuming task. But surely it is a helpful thing during some situations.
For other help use this link as reference : Click Here

Have fun
We all knows that firefox is an open source browser. May be people are doing some funny stuffs because of this. Just found some funny thing from friend via email and I thought I should share it with you friends :)

Its like refreshment and having little fun.



Just copy paste all these codes in your friefox address bar and see the results :


Code:
chrome://global/content/alerts/alert.xul
IT SHOWS Dancing Firefox.


Code:
chrome://browser/content/browser.xul
IT Opens another Firefox inside a tab in the the existing Firefox window.


Code:
chrome://browser/content/preferences/preferences.xul
IT Opens the Options dialog box inside the Firefox tab.


Code:
chrome://browser/content/bookmarks/bookmarksPanel.xul
IT Opens the “Book Marks Manager” inside a tab in the Firefox window.


Code:
chrome://browser/content/history/history-panel.xul
IT Opens the History Panel in the Firefox tab.


Code:
chrome://mozapps/content/extensions/extensions.xul?type=exte
nsions
IT Opens the Extensions window in the current tab.


Code:
chrome://browser/content/preferences/cookies.xul
IT Opens the “cookies window” inside a tab in the Firefox window.


Code:
chrome://browser/content/preferences/sanitize.xul
IT Opens the “Clear Private Data” window inside the current tab.


Code:
chrome://browser/content/aboutDialog.xul
IT Opens the “About Firefox” Dialog box inside the tab.

Ha ha... I liked the first one. Simple but still interesting. I would like to know how much more tricks are available like this. ;) Have fun.
I am having almost all browsers on my system. I am using all of them as different browsers have different and unique features in them. And surely I don't want to miss any of them. Lol. That's why I have downloaded almost all.
Just recently I came to know about this cool Google Chrome feature. I don't know whether it is common or known to you, but surely it was unknown to me so far and I really liked it. 
I am talking about feature by which we can make any our favorite web page into desktop application (like desktop shortcut/icon). After doing that we don't need to open any browser for opening that website. We can open it directly from desktop by double clicking just icon like all other application. 
How to Do It ??
  • Just open the site in Chrome for which you want to make short cut icon on desktop
  • After that site load, just click alt+f (or directly click setting button from your chrome browser) for menu
  • Now go to tools and select Create application shortcuts from that
  • You will get window like below image
  • Now you can select the items as per need where you want to create the short cuts(as above image).
  • Then Just press the create and you will get your web page as application at your desktop screen with icon
  • Now you can use it and that web page will open without any browser option like below
So you can make short cuts for any web site or webpage using this method. Let me tell you, You will loose all the navigation option too. So it will be more suitable if you do this thing for some particular webpage than the website. Like, you can do this thing for any game from any online gaming site. Or for any other things where you have to access only single page. 
So sometimes it is helpful.  And I liked this thing. And hope you too. ;) Have fun.
Some time when we start our computer its system time changes automatically. Mostly all people think that this is the problem related to that small battery which runs this clock. But it is not true in all cases.
Just recently I have similar problem with my computer. My computer starts with normal time but after few minutes its time get changed automatically (probably after connected to Internet) !! This was really irritating problem because I have to correct my time each time I restart my computer. After changing time it works okay till I restart it again.


I have searched about this thing many time and finally got a helpful and working tip from my friend.
This problem can arise due to incorrect time zone selection. Yes when I checked my time zone it was incorrect. I immediately set it to the correct one and since then its working fine.  So if your clock is not working properly than you can check this thing. If this is not set correctly the time can change when you connect your computer to internet. So you can correct it from date and time setting by right clicking clock from bottom right part.

You can also disable Internet synchronize time from the date and time settings which will not change your time even you having wrong time zone selected.

This is very basic thing but still can be really irritating sometimes. So just keep above two things in mind as a solution if you ever face something like this. Have fun.
Hello Friends, I had got many request of the Serial Keys of Various Software's.  So this post contains most of the Serial Keys of many Software's that you ever wanted. I hope you like it.  
Uniblue SpeedUpMyPC 2011 5.1.1.1 Serial:
 
SP-PQTWP-FKF6H-JCBH9-7UQB7-DWK43-GJEUF
 
SET NOD32 Antivirus Smart Security 4 Keys
 
Username: EAV-44623300
Password: mk538ed235
Username: EAV-44504694
Password: k8k3spnujk
Username: EAV-44506038
Password: tk2scjt63h
Username:EAV-44749569
Password:5c4e2rcxfb
Username:EAV-44748649
Password:uvak4b4baj
Username:EAV-44748670
Password:87djmxkv6e
Username:EAV-44749535
Password:c35cbrb3jh

Username:EAV-44750646
Password:ca5n2rtd57
Username:EAV-44750666
Password:j3xceemhaf
Username:EAV-44750669
Password:5v7e84vd3r
Username:EAV-44749537
Password:jn586kkrjc
Username:EAV-44749560
Password:ese8jud87h
Username:EAV-44749695
Password:udhr8mj2n7
Username:EAV-44749708
Password:va6pb6542n
Username:EAV-44748549
Password:sjd8u7bchx

 
ESET Nod 32 4.0 all version working keys Till 2015
 
Username:EAV-43398382
Password:s6h25db4c3
Username:EAV-43398400
Password:58tb266fvn
Username:EAV-43398306
Password:2uvxs3dh55
Username:EAV-43398307
Password:c465stdpth
Username:EAV-43398323
Password:pb84cfubpd
Username:EAV-43398340
Password:nacaaephjk
Username:EAV-43398378
Password:3ka3fxnfjv
Username:EAV-43398379
Password:8aavas27kr
Username:EAV-43398380
Password:kfh4aj2db7
Username:EAV-43398342
Password:uvb65a37je
Username:EAV-43398352
Password:p628d2aku5
Username:EAV-43398365
Password:mjdvck67h2

 
Microsoft Office Home and Student 2007 100% Key
 
HBC66-D6YR7-CRP7H-T8VP4-99PMW
QXMDH-CRYFM-QFR87-HB783-T7RFQ
P37JV-FYJ32-YHH3T-KX7GX-7BJY3
HRMGX-K8WKJ-7FBGW-FTBCY-DWCM3
RCFMT-WFT7M-R779R-BJQMB-M2KWD
T9HJX-4C3BM-MG2R6-WC933-RCBRT
BTT7P-9HBFP-6QHM7-RFHDV-X8XWG
HWMMV-7H4DT-J2PJ6-YB8X4-VQCM6
JM2QC-KMVTP-VR8GV-HJRKQ-YWXWG
BHD34-K6BT7-T6PXP-BXKT4-X3G8D
DDH8T-C2JGD-G6MWW-6CYBV-BDTB6

 
Microsoft Office 2010 Retail serial Key
 
YC8CK-XCDKK-HT398-G8QMY-MC4KG
MV874-M39G6-62W84-37JCQ-32YWB
H3V6V-MJRJT-79V3J-92F9F-R6268
36RJP-T4Y8B-P9HGT-G4C2X-7CB83
BQB2C-G4YR8-6KP2R-6DXJ6-X7TMY
CDQMC-TH6VC-CKCXV-36HRT-QC3DY
V4D3D-MRYR3-Q77QP-9GPB4-8P3DY
HCMJ4-4WM8Q-Q2QTR-WGPD2-Y6QDY
R7FKB-HMKXF-P38MF-HB9HW-VKYMB
RCHJ4-CM64F-GRHK7-BQYC9-K23DY
Q3MR2-7XRGP-HYTGX-V9GMQ-JJMMB
H3YQC-FF4VG-6W8BK-CT6Q3-CGVYB
FTF82-49K3J-BGJQV-RGPMB-7TQDY
Q33W9-T8636-W9VP2-Y87VJ-BDMMB

 
Microsoft Office Professional plus Retail key
 
WXJR-XXTM8-XTHJC-Y9P6K-TTBJH
C8YCF-KGDQ3-PFT29-88GT6-Q3KBB
D6Q7W-DKQBQ-W8862-V7HJ9-VY3WB
6BR37-HPGCV-VRM4C-VYVC8-66VX6
2YBB3-FBKX7-HVT4G-DP82G-VGP29
74329-VF7BM-2CDB7-PG3CD-RJMRP
278RC-WK9QG-PVYD7-3MWPF-J9W2K
GMWMX-7G27C-96KWD-TJHXK-RBHTF
RDGF9-WX39F-CGPD8-XFTFQ-WQBQ8

 
Microsoft office Home and Student 2010 Serial
 
2KGBH-GH34V-RF6JQ-7Y8PB-VWR8W
 
WinZip v15.0 Serial Key
 
ziax9-cvc2u-3fepf-mjka9-xqo2a-oedclzo
tzd6b-bxd3w-mo4us-ipwcs-bodja-ufdclzo
qsvyg-afppm-vl3zq-mwjss-djkha-fkdclzo

 
CyberLink powerdirector 9 Serial
 
BF937-FZ7NB-KHZEY-B3LAP-BNEFL-VT3EW
 
Total Video Converter 3.71 Serial
 
6DEC207B-F3C6764F-0E90B64F-80F3052A-5FB4E1A9-A9050784-1DA74A30-6E95FC39-B4F627AB-406D07C1-97BAB567-806A4672-39A2B2A5-0C7E9E30-8DFDD3CD-B67F235C
DFC5A0BA-023B98DA-320F9A39-71535F5F-5CFB7288-095258DA-45B477A5-D916E431-EA0DFCB3-525C12DE-C04285C4-7D78AB14-95DDAE18-D684A60B-B5F7BDC9-122DBEC
4D00F429-1FECE58B-DE027AC0-19ADEFB8-166B6D05-3457422C-F57D9F4B-FB0411D9-4F31A2F0-C74724B3-1FF8B8AF-3EEF0751-AD159250-0E7CE6B4-733B0E2E-CAF3DA59

 
Tune-up Utilities 2011 Serials
 
J250BQ-JV7CKD-57MEQ9-TNQY37-T227VK-NNKJ0F
J83R7W-09YTEY-D3NBT8-NAW7WT-41CAW8-C5CB0N
YC40X1-Q1VRN4-JMBJWF-D9VDQF-Y8Q5XT-PWMCPQ
7W83H3-DM6MM0-B267Y8-3M5H63-TNCN47-YRT5B9
25HAB6-TW5YN4-Y5HMPV-WDNCT5-X92T0P-Y3MBQF
TC20WH-JJ4TMC-R7734Y-7Q3T4D-KXDJH8-CN8EPH
MNTK1Y-HW5YR8-BPQHRC-WWDNJJ-HPPXME-9XQBXQ

 
Latest updated Tune-up key
 
DV77CD-V10K5J-3HWWD3-2Y2EEQ-4K4PVX-KV1DYT
 
Webroot Spy Sweeper 6.1.0 Serials                                                                                  
SSFC-ONLN-AADI-OOBZ-MSTW
SSFC-ONLN-AADI-OOGA-NRYV

 
Wonder Bit LifePhotoMaker v1.62 keys
 
0WJCQB-447TM6-E905UJ-D8F6NX-58GXNZ-HEU3HJ
0WJCQB-447TP4-7J23NZ-NW0R1D-AFB6MR-JJCB27
0WJCQB-447TPC-K12DQG-TAKEYT-9Y16UB-5K1HM6

 
Windows 7 All Version Product key
 
Windows 7 Home Premium:
 
6RBBT-F8VPQ-QCPVQ-KHRB8-RMV82
 
Windows 7 Professional:
 
1) VTDC3-WM7HP-XMPMX-K4YQ2-WYGJ8
2) 6RQ9V-6GCG4-8WV2H-966GF-DQ4DQ
3) 32KD2-K9CTF-M3DJT-4J3WC-733WD

 
Windows 7 Ultimate:
 
1) FJGCP-4DFJD-GJY49-VJBQ7-HYRR2
USB Secure v1.5.8 Serial :
Serial: U2-453444412-1111
Activation Key: 42F2BAD81844AC38FC5A46E2
Advanced SystemCare Pro 4 Serial
48F0-48F0-F0FF-0CD7

 
Adobe photoshop CS5 Keys
 
1330-1451-8723-5410-7237-6068
1330-1464-8862-0857-4064-8596
1330-1611-5806-7017-8124-5859

 
Microsoft Office 2010 Professional Serial Only
 
22HGX-728MX-BBWX9-7BB8X-J96B4
 
Project 2010 Professional use
 
CQYRY-3KBR3-JW34C-VGH7M-MQM49
 
Visio Premium use
 
PQCFB-YGXGC-TXB66-DH3VW-GCGYQ  
Windows 7 Ultimate E OEM Serial
 
TWMF7-M387V-XKW4Y-PVQQD-RK7C8
 
Autorun Virus Remover serial
 
Name: Dabangkhan
Serial: ESOSZ

 
Internet Download Manager 6.06 Build 2 Serial
 
Name: Dabangkhan
Serial: HP725-68X5M-IIW8F-8411F

 
TypingMaster Pro 7 Full version Working Key
Launch TypingMaster Pro, and enter license:

 
License ID: Don Moy
Product Key : 646MW-37XU-HLS-4PCNH47
Close the program and go to program files folder of TypingMaster (e.g. C:/Program Files/TypingMaster )
Right Click on file "tmaster8.net" and go to properties and apply attribute "Read Only"

 
Uniblue PowerSuite 2011 3.0.1.3 Serial
 
PS-E9J3T-HHJSM-PV3RM-REXGT-EPJK4-PBTF4
 
AVG Pc Tune Up 2011 Serial
 
YA5R41-3PM8J2-MTRD2K-PV0PM3-33­­F06P-DHTBJW
RRDNDT-XBFM7C-N9RJRJ-9F8NT1-RE­­1P1V-AQYBRN
5YHDTE-9RWA0K-P1WD6M-F4BVQR-6Q­­KBWA-Y0YJPP
DE9M46-1V8AK7-RQD4FE-X3BAJ6-37­­256N-8YD5PB
YADCM4-EMHPHT-XE27KW-8H1P34-F8­­1MYC-5A5AJB
JBFWRC-JXQ3BR-F5B8AP-QWM172-85­­FN15-56PKWC

 
WinZip v14.5 Serials 100% worked
 
CE3K3-7NWXA-GR38J-9QWU5-T3YU3-QH30R
EXXX5-2D1N5-CX558-NGKQ7-2UY3Q-8V8ZP

 
Nero Burning Rom 10
 
Serial :9X0C-004C-AXCP-797C-7ET6-C723-1ALK-2UTP
Just Follow these step before insert Serial Key >
1.Bock the program accessing internet using firewall/Disconnect internet.Then Install the application
2.Use the serial provided to register,
3.DO not update the program.
4.Done

 
AVG Anti-Virus Pro 2011 Keys Till 2018
 
8MEH-RXYFD-JUV72-8922R-FTDO8-Q­EMBR-ACED
8MEH-RS47Y-82HT8-GONVA-BCCCZ-D­EMBR-ACED
8MEH-RGM33-K474L-6FGRR-8QEFN-U­EMBR-ACED
8MEH-R6BFE-HWUHF-DPNDA-VFUWX-2­EMBR-ACED

 
Nero 10.5 All products keys Serials
 
Plugins Serials >
DTS Plug-In: KK00-5195-199K-254K-132E-9056-XC07
DTS Plug-in: 9K00-40E3-8E80-57C0-5058-2410-44A2
mp3PRO Plug-In: KC00-203X-1886-2446-051E-54C2-XC60
mp3PRO plug-in: 1C00-8014-9880-2000-408M-M5K3-M12E
Gracenote Plug-in: 9M0C-0194-WHXE-0EL6-CXK9-L81P-61C6-47X1
Nero Move it Plug-in: 9X11-00AK-W57M-MWHT-WP1C-M79W-WA1X-07W2
Nero Blu-ray Disc Playback Plug-in: 9X12-008A-M8PK-M1AU-0944-AM34-T88E-087A
Nero Multimedia Suite 10.5 Platinum HD serial >
Nero Multimedia Suite 10.5 or
Nero Multimedia Suite 10.5 Platinum HD
9X03-014M-337H-H1CZ-L2KK-229X-1ZUX-LPHA

Winamp Pro 5.58 Build 2975 serial

 
3MMW8-ZFCNO-C9ETR-N6U97
Vmware Workstation 9 Full Serial Key 
0F23V-4D38L-9ZQ38-2K37H-83C50
0F03K-80JEQ-8ZF89-8287H-A2R47
0A22R-400EM-EZ4W8-3K9NK-3AUPL
NA64Z-0V054-UZVC0-2L370-837K4
 
AVG Internet Security 2013 100% Working Serial Key 
8MEH-RW2ZU-29S4F-26QCR-WT482-BEMBR-ACED
8MEH-RNZLL-2Y4QX-79PPA-MMOKE-AEMBR-ACED
8MEH-RREY3-L2LQA-LUMOR-UDTZ4-6EMBR-ACED
8MEH-RF3MY-BZ7CJ-9LUAR-ST99N-CEMBR-ACED
8MEH-RMXLW-HN44A-BABPA-S9NQF-PEMBR-ACED
8MEH-RGM33-K474L-6FGRR-8RR7K-UEMBR-ACED
8MEH-RREY3-L2LQA-LUMOR-UJXN3-6EMBR-ACED
8MEH-RJXR4-2CKYP-2GB3A-DBMAD-PEMBR-ACED 

If any of the Serial Key is not Working. Please inform me by posting a comment. I will update it.
If you like the post, don't forget to say Thanks..:)


Windows 8: hidden tricks and shortcuts

Exploring Windows 8 is a like treasure hunting: every so often, you find a hidden gem. Since the operating system launched in October, Windows 8 revealed a wide range of secrets for those curious enough to find them, ranging from quick shortcuts to helpful maintenance tools.
Type and Search
Need to run a search in Windows 8 for a rarely-used application? Just start typing on an open area of the Start Screen. The operating system pulls up search results based on what you typed. Not having to open a search box is a nice timesaver, although if your touch-typing is as bad of mine you might send the system searching for misspelled apps.
Faster Screen Shots
Press Win + Print Screen (Win + Volume down on a tablet) and automatically save screenshot as a PNG file. No more opening Microsoft Paint, pasting and manually saving screenshots.
Win + X: The Best Shortcut Ever
Like many users, I miss the old Windows Start Menu, with its easy access to My Computer, Documents, and Control Panel. While Windows 8 dispenses with the Start button, Microsoft added a lovely little context menu. Simply press the Windows button + X and the menu appears.
How helpful is it? The menu offers access to everything from the Control Panel and Task manger to Computer Management and Network Connections. All told, the Win X menu offers sixteen helpful shortcuts.
The Task Manager Startup Tab
Some programs have an inflated sense of self-worth. During installation programs assume users want it active at all times, so it slips into your list of Start Up Programs. The more programs automatically running when you start up slows down your computer. The redesigned Windows 8 Task Manager includes a Startup tab, listing all programs that open during Startup. You can quickly scan the list, check off any programs you don’t need running and hit the Disable button.
Jump Lists
Taskbar Jump Lists are great shortcuts, but by listing your Recent Items, they raise some privacy concerns. Do you want just anyone gaining easy access to the documents you recently viewed or the videos you watched? Windows 8 allows users to customize Jump Lists by right-clicking the Taskbar and selecting Preferences. In preferences click Properties and then click the Jump Lists tab. You can know control what pops up when you right-click a taskbar icon.
Schedule Auto Maintenance
Windows 8 Schedules maintenance tasks automatically, including software updates, security scans and diagnostics. By default, these tasks run at 3.00 a.m. You can change the maintenance schedule to suit your own needs. From the Control Panel, click Systems and Security and then select the Action Center. Now click Maintenance and then Start Maintenance. From here, you can alter when Windows 8 performs maintenance, and select which maintenance functions you want to run. You can also choose to perform maintenance tasks manually, if you prefer a more hand-on approach.
Relocating Your Recycle Bin
You’d expect to find your Recycle Bin in the left-hand navigation pane, which lists open apps. But no, a quick peek reveals it’s not there. Microsoft decided to keep the navigation pane as simple as possible, so all you’ll see is a list of open apps. Don’t despair. If you want quick access to your Recycle Bin, click the navigation pane’s View option and select Options. You can now select Show All Folders, adding the Recycle Bin to the navigation pane.


How To Add Programs To Your Startup On Windows Vista, 7 & 8
Windows startup can be both a blessing and a curse. Including certain programs to launch on start can save you a lot of time and be great for automation, but adding too many can severely bog things down. I have a grotesque amount of programs set to automatically launch during my startup, but it’s necessary for me. That being said, I know I’ve got to wait an extra minute or so for things to settle in every single time I reboot my computer.
It recently came to my attention that there are people who are under the impression that to allow a program to run at startup, you’ll need to either enable it in the included program’s options or preferences or expect it to be shown on your System Configuration page (for those of you using Vista or 7, as it doesn’t exist in 8). That’s just not the case. Anything and everything can be launched on your Windows startup.

What Do You Want To Launch At Startup?

As obscure as it may be, executables aren’t the only thing that can be launched when your system starts. Maybe you’d like for a picture to open in your default editor? You can also set it up so that an audio file plays when Windows starts. The first step of the process is to pinpoint what you want to include in startup and navigate to the appropriate folder.

Create a Shortcut

The Windows desktop can be described as a placeholder for all of your shortcuts. Very rarely are files saved directly to your desktop, and never will an application be installed there. Think of a Windows shortcut as a redirect. You click the icon and, instead of launching the file associated with that icon, you are redirected to another file path and that file is instead launched.
add programs to startup vista
Shortcuts can be created for every single file type. In Windows 8 (and I believe Windows 7), shortcuts for executables do not include the shortcut indicator icon, which is an overlay at the bottom left-hand corner of the file. The indicator is an arrow over a white background. It’s used just to indicate that the file is not actually the type that it appears to be, but just a shortcut to that file type. Every other file type does show the indicator.
In Windows Explorer, right-clicking a file and selecting Create shortcut will create a shortcut in the same directory. Hovering over Send to and then selecting Desktop (create shortcut) will instead send it to the desktop. For this example, sending your shortcut to the desktop is easiest.

Navigate To The Startup Folder

In the Windows Start menu, there is a folder with the name “Startup“. Why the Start menu? This opens up the possibility to very easily add items to automatically run at your startup.
The folder is as follows: %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup
Paste this into your Windows Explorer address bar and hit enter.
add programs to startup vista
The above screenshot shows how mine looks. Chances are, you already have a few things sitting in this folder (especially if you use Dropbox or Evernote). As you can see in the Typecolumn, everything here is a shortcut.

Drag & Drop The Shortcut

Adding an item to your startup is as simple as restoring the window, finding your shortcut, and dragging and dropping it into this folder. If you’d like to test if what you’ve done has actually worked, log off and log back on to your current user profile. It’s faster than rebooting and will reload your startup entries.
It’s that simple! Be advised that I’d consider this to be your last resort when adding applications to your startup. Use it only for applications that do not include a manual setting for it to launch at your startup. Otherwise, things could get messy and problematic.

All latest Motherboards today, 486/ Pentium / Pentium Pro etc.,ensure that upgrades are easily obtained by incorporating the system BIOS in a FLASH Memory component.With FLASH BIOS, there is no need to replace an EPROM component. Once downloaded, the upgrade utility fits on a floppy disc allowing the user to save, verify and update the system BIOS. A hard drive or a network drive can also be used to run the newer upgrade utilities. However, memory managers can not be installed while upgrading.

Most pre-Pentium motherboards do not have a Flash BIOS. The following instructions therefore do not apply to these boards. If your motherboard does not have a Flash BIOS (EEPROM) you will need to use an EPROM programmer to re-program the BIOS chip. See your dealer for more information about this.

Please read the following instructions in full before starting a Flash BIOS upgrade:
A. Create a Bootable Floppy (in DOS)

•With a non-formatted disk, type the following:

format a:/s

•If using a formatted disk, type:

sys a:

This procedure will ensure a clean boot when you are flashing the new BIOS.

B. Download the BIOS file

•Download the correct BIOS file by clicking on the file name of the BIOS file you wish to download.

•Save the BIOS file and the Flash Utility file in the boot disk you have created. Unzip the BIOS file and the flash utility file. If you don't have an "unzip" utility, download the WinZip for Windows 95 shareware/ evaluation copy for that one time use from _www.winzip.com or _www.pkware.com. Most CD ROMs found in computer magazines, have a shareware version of WinZip on them.

•You should have extracted two files:

Flash BIOS utility eg: flash7265.exe (for example)

BIOS eg: 6152J900.bin (example)

Use the latest flash utility available unless otherwise specified (either on the BIOS update page or in the archive file). This information is usually provided.

C. Upgrade the System BIOS

During boot up, write down the old BIOS version because you will need to use it for the BIOS backup file name.

Place the bootable floppy disk containing the BIOS file and the Flash Utility in drive a, and reboot the system in MS-DOS, preferably Version 6.22

•At the A:> prompt, type the corresponding Flash BIOS utility and the BIOS file with its extension.

For example:

flash625 615j900.bin

•From the Flash Memory Writer menu, select "Y" to "Do you want to save BIOS?" if you want to save (back up) your current BIOS (strongly recommended), then type the name of your current BIOS and its extension after FILE NAME TO SAVE: eg: a:\613J900.bin

Alternatively select "N" if you don't want to save your current BIOS. Beware, though, that you won't be able to recover from a possible failure.

•Select "Y" to "Are you sure to program?"

•Wait until it displays "Message: Power Off or Reset the system"

Once the BIOS has been successfully loaded, remove the floppy disk and reboot the system. If you write to BIOS but cannot complete the procedure, do not switch off, because the computer will not be able to boo, and you will not be given another chance to flash. In this case leave your system on until you resolve the problem (flashing BIOS with old file is a possible solution, provided you've made a backup before)

Make sure the new BIOS version has been loaded properly by taking note of the BIOS identifier as the system is rebooting.

For AMI BIOS
Once the BIOS has been successfully loaded, remove the floppy disk and reboot the system holding the "END" key prior to power on until you enter CMOS setup. If you do not do this the first time booting up after upgrading the BIOS, the system will hang.

BIOS Update Tips
note:
1.Make sure never to turn off or reset your computer during the flash process. This will corrupt the BIOS data. We also recommend that you make a copy of your current BIOS on the bootable floppy so you can reflash it if you need to. (This option is not available when flashing an AMI BIOS).

2. If you have problems installing your new BIOS please check the following:

Have you done a clean boot?
In other words, did you follow the above procedure for making a bootable floppy? This ensures that when booting from "A" there are no device drivers on the diskette. Failing to do a clean boot is the most common cause for getting a "Memory Insufficient" error message when attempting to flash a BIOS.

If you have not used a bootable floppy, insure a clean boot either by

a) pressing F5 during bootup

b) by removing all device drivers on the CONFIG.SYS including the HIMEM.SYS. Do this by using the EDIT command.

Have you booted up under DOS?
Booting in Windows is another common cause for getting a "Memory Insufficient" error message when attempting to flash a BIOS. Make sure to boot up to DOS with a minimum set of drivers. Important: Booting in DOS does not mean selecting "Restart computer in MS-DOS Mode" from Windows98/95 shutdown menu or going to Prompt mode in WindowsNT, but rather following the above procedure (format a: /s and rebooting from a:\).

Have you entered the full file name of the flash utility and the BIOS plus its extension?
Do not forget that often you will need to add a drive letter (a:\) before flashing the BIOS. Example: when asked for file name of new BIOS file which is on your floppy disk, in case you're working from c:\ your will need to type a:\615j900.bin, rather than 615j900.bin only

Visit any forum or website to find something useful and they will ask you to register. Every time a forum asks me to register, I simply close the site. You would probably do the same. But this time, lets face it.
Before I begin, you should know how things work. All websites and forums will block unregistered users, but they won’t block Google Bot. What we will do is to switch our User Agent to that of Google Bot and freely browse any website or forum without registering.
First grab the add-on for Firefox called ‘user agent’ here and install it. Now go to Tools > User Agent Switcher > Options and then again to Options.
user agent switcher options

Select User Agent from the left sidebar and click Add. Now in the description field type:
crawl-66-249-66-1.googlebot.com
and in user agent field type:
Googlebot/2.1 (+http://www.googlebot.com/bot.html)
as shown in the screenshot below.
adding a new user agent
Select Google Bot as your User Script by going to Tools > User Agent Switcher.
selecting google bot as user agent
Now browse any website or forum without registering. Alternatively you can also check out BugMeNot, it is a free online service where people share login information of thousands of websites and forums. Enjoy
Copyright © 2013 Link4Networking.