Facebook
RSS

MICROSOFT PIX SMART CAMERA APP

Microsoft Introducing a New Smart Camera App called "MICROSOFT PIX"

What really makes Pix stand out is its facial recognition tech, which not only zeroes in on human faces, but automatically prioritizes them for exposure and focus. The app’s algorithm favors faces with open eyes and smiles while rendering skin, foliage, and food in realistic hues.

MICROSOFT PIX is so smart that you won't have to waste time on adjusting settings, focus hunting, or reviewing and choosing from multiple shots.

[ Read More ]

How to "Delete administrator Password" without any software

How to "Delete administrator Password" without any software

Method 1

Boot up with DOS and delete the sam.exe and sam.log files from Windows\system32\config in your hard drive. Now when you boot up in NT the password on your built-in administrator account which will be blank (i.e No password). This solution works only if your hard drive is FAT kind.

Method 2

Step 
1. Put your hard disk of your computer in any other pc .Step 2. Boot that computer and use your hard disk as a secondary hard disk (D'nt boot as primary hard disk ).Step 3. Then open that drive in which the victim’s window(or your window) is installed.Step 4. Go to location windows->system32->configStep 5. And delete SAM.exe and SAM.log 
Step 6. Now remove hard disk and put in your computer.
Step 7. And boot your computer :-)
[ Read More ]

How to Create Folder "CON"

How to Create Folder "CON"

Ever tried to create a folder "CON" or "AUX" or "NUL".

Tried now???  - not working :)

Here you go, a simple method to  stop your anxiety

Rename folder from the right click option........
Now press alt and press 255...
press 255 frm the right side of the key bords i.e, Num pad.
where only numbers are given.....
now write con and then press enter.....yayyy!!
you ll see a con folder in ur pc
and also you can delete it easily.
[ Read More ]

DesktopSnowOK Software Free Download - Computer tricks and Tips

DesktopSnowOK Software Free Download - Computer tricks and Tips




DesktopSnowOK  designed to enhance your desktop with snow flakes, bringing you the feel of winter. 

To add a little winter magic to your desktop, try this utility and you will be amazed by the looks of your screen.
                     


If you Like this Post Please Share Our Friends
[ Read More ]

Simple Cool Tricks With Chrome Developer Tool

Simple Cool Tricks With Chrome Developer Tool


 Chrome Developer Tool

As you probably know, there is a button on the right-click menu of Google Chrome and IE 10+ called ''Inspect element''. This the developer tool. And you can have a lot of fun with it. I'll give you two examples on how to use it in this tutorial.

1. Change the text of a webpage:

You can have fun on webpages just by changing the value of a <span> (a text label). For example, go on the 4shared.com site (a free file sharing site). Then create an account if you don't have one (or just connect with Google, Facebook or Twitter). When you are done, upload something that is heavy (more than 100 MB) by dragging and dropping it on the home page of 4shared. Then you can see an uploading status window on the screen. So right-click on the percentage and click on ''Inspect element''. Now you can see a little window that appears on the bottom of the web browser. There are to ways : either you got the number or you got the % symbol. If you got the number, try to find the symbol below. Then double-click on it and type what you want (Eg: '',000,000 dollars in my bank account'')

google chrome tricks

2. Get a Non-Crypted password in JS/PhP code:

Some sites are not very safe and just verify the password directly in the PhP/JS code. Then, even if it become rare, you can get the password. Just follow these steps :

  1. Find the login form on the website you want to hack
  2. Right-click on it and then click on ''Inspect element''
  3. Search on the window that appeared ''<form'' and then ''action=''
  4. After it, there is a URL, If it ends by ''.js'', just copy it and paste it in the URL bar of your browser
  5. If it ends by ''.php'', type ''view-source:'' before pasting the URL
  6. Then search something like ''password'' in the code.
WARNING: This method works better with JS than with PHP. Sometimes, there is no URL after ''action='' but just a JS function. Then you have to press Ctrl+U to see the source and search for ''password'' in the whole code.
[ Read More ]