Pages

Monday, November 18, 2013

Track Facebook Profile Visitors 100% Works

                   

As we all know that Facebook doesn’t provide any option to track your profile visitors as orkut do…But many of us want to know the profile visitors of their accounts

This made an evolution of lots of Facebook applications which say that they will track our recent profile visitors but none of they works in real..

I saw few posts in the websites saying that they will show the recent visitors by following few steps said by them…finally what I realized after wasting my time is all of them are fake!! none of them work in real…

So if none of the apps work, then how to track the recent visitors in Facebook..is that possible ? ?

Answer is Yes !! Finally I found a way to track the recent visitors and it works for 100% as it is no way related to any applications or some crap !!

We can track our profile visitors in our Facebook account it self !


Here are the few Steps you need to follow :-

Step-1 :

Log into your Facebook account.

Step-2:

Go to your home page by clicking on “home” button

Step-3:

Right click on any blank part of the page…you will get a pop-up, then select “view page source” in that.

Step-4:

Make a search for “InitialChatFriendsList” by pressing “ctrl+f “ in the source page

Step-5:

Next to this key word you will see the following :
{“list”:["1094888468","100001764538421","1000067860837339","100000483858943",

"100001780711823","1871785921",",]:}

                                 


Above numbers are the Facebook ID’S of your friends profile, Starting number is the ID of your Facebook friend who has visited your account most recent.

To see the person just copy the  ID  and replace it in the place of  “X”

http://www.facebook.com/XXXXXXXXXX

Cheers You have just tracked your recent facebook profile visitor with this latest trick


I have tested it personally and it works for 100% .

Comments are always welcome

Friday, November 8, 2013

Cleaning RAM With Notpad


If your computer become slow ,when you are working with mny programes .It may be due to RAM because at that time RAM Is fullof remaining progress pieces which you are working with and you do not need them any more .So if you can erase or delete  those unnessery pieces of information your computer RAM will be cleaned and your computer will speed up







Cleaning RAM is very easy task here are steps for it ,just follow them







1.Open notepad


2.Type FreeMem=Space(64000000).


3.Save file with name “ CleanRam.vbs


4.Close it and run the file 




It will free memory in RAM ,if you want free more memory than you can write following command in notepad instead of what given in step 2.


FreeMem=(256000000)  For 256mb
FreeMem=(128000000)  For 128mb 
FreeMem=(1024000000) For 1Gb

Friday, November 1, 2013

How To Access Remote Systems From Anywhere Using Google Chrome


There are many tools out there to view and control your systems remotely such as Teamviewer and VNC etc. But if you have a Google Chrome browser installed in your system, then you don't need any extra remote desktop sharing software. 
Google Chrome has its own extension called Chrome Remote Desktop.

It does not matter whether you’re using Windows or OS X (sadly, Linux users are left out in the cold), all you need is the Chrome Remote Desktop extension.



How To Work With This Application


      1: After installation  go to the start page you can see the application as shown below in your start page

  2:Click on Chrome desktop app to open it and see the window shown below 





 3: Click continue and u will asked to allow access to your data .Proceed with allowing access
 





4: Then it will ask you whether you want to share your own computer  to some other  system or connect to a shared  computer





 5: If you clicked share this computer  .then it will generate  automatic  sharing code





6: Just send this code to the partner  to connect  to your system  as shown below 





 7: Once connected you will see their desktop as shown below  and can do what ever u  like 
 

Thats all about it 





Create A Undeletable And Unrenamable Folders In Windows



In this tutorial you will learn cool and simple trick to Create an undeletable and unrenamable Folders In Windows operating system. Most of the Peoples are not aware that it is possible to create Undeletable, Unrenamable folder in windows without any software. To Test this concept just follow simple steps given below.


Try to make a new folder in windows & give it name con,aux, lpt1, lpt2, lpt3 up to lpt9. you won't be allowed to create folder with above mentioned names, Because they are reserved words in windows.


Create Undeletable And Unrenamable folder

·  Go to Start and then Click on Run

·  Type cmd & hit enter (To open Command Prompt ).

·  Remember you cannot create Undeletable & unrenamable folder in your root directory
(i.e.Where the windows is installed) That means you can't make this kind of folder in C: drive if you installed windows on C:

·  Type D: or E: and hit enter

·  Type md con\ and hit enter (md - make directory)

·  You may use other words such as aux, lpt1, lpt2, lpt3 up to lpt9 instead of con in above step.

·  Open that directory, you will see the folder created of name con.


·  Try to delete that folder or rename that folder windows will show the error message. 



How to delete that folder


It is not possible to delete that folder manually but you can delete this folder by another way mentioned below.

  1. Open Command Prompt
  2. Type D: ( if u created this type of folder in D: drive) & hit enter
  3. Type rd con\ (rd - remove directory)
Open that directory and the folder will not appear because it is removed