Friday, June 7, 2013

Today i am writing a post for those who use android mobile,now you don't have to worrry about government putting a limit on SMS'S .People who are familiar with android mobiles have installed different applications for different purposes, Now i am going to tell you which application you can use to send unlimited SMS'S to any network using you'r accounts of online SMS sites like way2sms.com,fullonsms,160by2,sms440,indyarocks,youmint,ultoo and so on ..
 
"Free SMS India" is the application about which i am talking now,Read the official description from the play store. 
Free SMS India is an android application by which you can send unlimited SMS'S to any number without spending a rupee.Interface of FreeSMSIndia is very simple that anyone can easily understand.
All you need is a working GPRS connection and a account on any online SMS sending sites. You can get this application here
Read More

Thursday, June 6, 2013

Remove Write Protection from usb in Windows XP

Have you ever encountered a error message in windows when opening a Pen-drive or flash drive showing the message THE DISK IS WRITE PROTECTED.REMOVE THE WRITE-PROTECTION OR USE ANOTHER DISK.
This some times pops-up when you tries to open a USB Drive.
In this article i will show you a few ways to solve this problem.



1. Check Permissions 
a) Open My Computer, right click on your USB Drive and select Properties.
b) In the properties window, select the security tab.
c) Select the 'user' under user name and click on 'Edit'.
d) If Unchecked, check the option "Full" for full permissions or "write" for write permissions only.

2.Modify a registry key.
 Note: Please take a back of your registry before proceeding
 a) Open start menu--> Run.or press windows key + R and press Enter
b) Type regedit and press enter, this will open the registry editor
c) Navigate to the following path

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies

if you can't find the key StorageDevicePolicies, then you have to create it manually for this 
1)Right click on HKEY_LOCAL_MACHINE\SYSTEM\CurrentcontrolSet\Control\ and select New .>key
2)Enter the name StorageDevicePolicies.
3)click on the new registry key that you've created,and on the right pane right-click, select New >DWORD and give it the name WriteProtect
4)Double click on it and set its value to 0 

d)  Exit the registry and reboot your pc and you are done

3.Using Diskpart
a) Open start menu--> Run.or press windows key + R and press Enter
b) Type diskpart > enter
c) Type list disk > enter
d) Type select disk # (where # is the number of usb hdd you've plugged in )
e) type attributes disk clear readonly
 








You can comment your problems below




Read More