Skip to main content

FREE ONLINE STORAGE


IS YOUR HARD DISK FULL ????

DONT WORRY STORE DATA ONLINE FOR FREE

1) Windows Live SkyDrive Windows Live SkyDrive which debuted as Windows Live Folders also offers a pretty good amount of 25GB storage space. It’s more reliable and secured. You have to sign up using your Windows Live Id or Hotmail Id. the best part of it is you can access files from your mobile device as well as you can compress and download all your files as a compressed archive. The files can also be specified as public or private with links for sharing as well.
2) Google Google’s various services like mail docs and Picasa together contribute to have a storage space of about 10 GB which is constantly increasing. By installing a simple extension we can use 7.5 GB Google’s email space as Hard Disk in our PC. Just install it and follow the instructions given and will show up as a separate hard disk in My Computer. very easy to use
3) Adrive Adrive is another online file storage service with a whopping 50 GB of free storage and can extended to 10 TB with payment.
4) Dropbox : Dropbox can be used as client side software on our PC which offers 2 GB of online storage. Just install the software and drag and drop files to upload. The software will automatically upload all of your files when the computer is idle. The transmission of file data occurs over an encrypted channel (SSL) and all files are encrypted which is an added bonus. It even works with all major mobile platforms. good one
5) Amazon cloud Drive If you just want a virtual drive for uploading videos, music docs or photos, you can use the Amazon Cloud drive. Your files can be neatly classified into categories in pre-existing folder structures and the service offers 5 GB of free space. However, files above 2 GB in size cannot be uploaded.

Comments

Popular posts from this blog

How to lock any file or folder without any software.

  With this trick, you can create a secure password protected  folder  in Windows which no one except you can access. To use this trick, follow the instructions given below:-   1.  Open  Notepad . 2.   Copy and paste  the exact code given below:- cls @ECHO OFF title computer-tricks-corner.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 Your Secure Folder set/p "pass=...

The best free automation tools for Windows

When your job involves working on a computer, repetitive actions can be the bane of your existence. They're not only tedious, but also (even worse) time consuming. Fortunately, in case you're forced to execute the exact same actions over and over again, you can create macros (scripts) that will automatically do them for you. Let's say, for example, that every day you have to open your downloads folder; to do this, you would normally have to click on 'Start', then on 'Documents' and from there finally click on 'Downloads'. Using a macro, you could simply run a certain file from your desktop or (even better) use a key combination, and the download folder will be automatically opened. (Of course, this was very simplistic, but you can use macro scripts to perform much more complicated tasks.) Here you will find a list with some of the best automation tools on the market. These applications won't only help you improve your productivity with macr...

How to Deal With Your Drivers Issues

For those of you who are really new to this, drivers are software that make the connection between your hardware (motherboard, graphic cards, sound card, printer, etc) and your operating system. Each hardware component has its own driver (which works on specific Windows versions), and if you don't have the correct driver installed, the respective device will either run incorrectly or not run at all. So, after you've reinstalled Windows (or installed it for the first time), you are going to need drivers to make your computer fully operational. The first and easiest solution is to install them is by using the CDs that came along with your hardware. If that's no longer possible because the respective CD is no longer available or the drivers on it aren't compatible with your Windows version, you will have to  improvise . My favorite solution in this situation is to use a combination of two programs: 3DP Net and 3DP Chip. Both of them are completely free and require ...