This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with any descriptions.This theme is Bloggerized by SoTheaVorn -Sotheavorn.blogspot.com

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with any descriptions.This theme is Bloggerized by SoTheaVorn -Sotheavorn.blogspot.com

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with any descriptions.This theme is Bloggerized by SoTheaVorn -Sotheavorn.blogspot.com

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with any descriptions.This theme is Bloggerized by SoTheaVorn -Sotheavorn.blogspot.com

Getting Google Credit on Google Opinion Rewards

Have you heard of Google Opinion Rewards? This is an official survey that is conducted by Google itself which provides you free Google Play credits upon completion of each survey! That’s right, you could save your bucks without having to use your own credit card and own money. One sad part about this survey from Google is that it is open for only USA residents. So for those who are staying outside USA and would like to get some free Google Play credits, you could follow few easy steps and get yourself rewarded instantly.

Okay, this is how you kick start the trick:
- Install two apps from Google Play, Fake GPS and Psiphon

- Go to developer menu in settings and enable Allow mock locations.

- Open Fake GPS and choose a location based in the USA and press Set Location.

- Open Psiphon and choose Tunnel whole Device followed by option>choose United States from the region and lock for Tunnel whole Device to make sure you have enabled it, and than press Start.

- Now you have to create a new Google account, make sure you do it on your device as your current IP address would be based in the USA.

- Once you’re done creating the Google account, head to Settings and add a Google account to your device.

- Next, open up Google Play and select the account which you just created.

- Search for Google Opinion Rewards and install it(make sure you uninstall if you have this already installed in your device)

- Open up Google Opinion Rewards and choose the new USA based Google account that you created, the app will initialize and you can now continue to the survey which would prompt you to enter a zip code, type 08205 on the zip code section, immediately you will receive a new survey which would reward you with $1 once it is completed.

-One this is done, you can already close the Fake GPS and Psiphon and continue using your device’s location like how it was being used previously.

Try it out and let me know how it goes for you, I am quite sure most of you would definitely love this one.

Password protected folder without any software

Here is the guide to make password protected folder without any software.

Create any normal folder where your want to make password protected folder.
Open notepad file and paste the following code.
cls
@ECHO OFF
title www.SoTheaVorn.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Folder
set/p "pass=>"
if NOT %pass%== www.SoTheaVorn.blogspot.com goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End
Replace “www.SoTheaVorn.bloggspot.com” with your desire password name and save it as any name.bat .
Open this file and you will see a new folder created with “My Folder” name.
Now again open the bat file and it file ask you to lock the folder or not.Write Y and press enter.
This will hide the folder and if you want to open the folder.Click on the bat file again and enter your password.
What to do if you forgot your password

If you forgot your password you will lose important data.But don’t worry recovering password its very easy.Just right on the bat and click on edit and there you can find your password.