Skip to main content

Posts

Showing posts from May, 2014

Send email without opening a Browser or Outlook

Its a world of internet and i think everyone can use email. So if you need to send short mails quickly or maybe you don't want to wait for Mail Client to open on maybe you just don't feel like clicking a couple of times to use the web interface. In such cases a freeware software "Instamailer" will help you. Instamailer will allow you to quickly send email to any email ID using your Hotmail and Gmail accounts. This software will be specially usefull in situations where you need to quckly send out mail to someone and you don't want to go through the process of opening the web interface or your default mail client.Now follow the simple steps Step 1] Download Instamailer from the link provided here http://www.thewindowsclub.com/downloads/instamailer.zip?8c730d Step 2] Now extract the files  and then open the folder and run the file a new window will appear like this  Step 3] Now you are ready to send your mail without interfacing with the...

Convert Any Webpage Into PDF File

Yo u know sometime there can be server error or system crash of any website. But we can not stop our work due to someone’s error so here is an alternate way to download any webpage into pdf file, have a look on following steps... Step 1] Open a website named   http://www.web2pdfconvert.com/ Step 2]  Copy & paste link of any webpage to which you want to convert into pdf file. Step 3] Wait for some seconds. Step 4] Now you can download your pdf file

Extend Win7 30 days trial upto maximum of 120 days

Y ou can install Windows 7 without any license key and use it for 30 days? What you might not know is that you can also extend that trial mode to 120 days, without requiring a key. The basic way this works is that at the end of the 30 days, you’ll need to run a small command and reboot your computer, at which point you’ll have 30 more days, up to a maximum of 120 days. This trick should work regardless of where you got your copy of Windows 7 from. To extend the trial by 30 days just follow the simple steps Step 1] The first thing you’ll want to do is check how many days are left in your trial period. You can do this by right-clicking Computer and choosing Properties… after clicking on properties a window appears like this Step 2] Now to actually perform the hack that will extend the trial mode, you’ll want to find Command Prompt in the start menu (or search for it), and then right-click on it and choose Run as administrator. (very important) ...

Increase the Size of USB from 2GB-4GB, 4GB-8GB, 8GB-16GB

T o increase the size of your flash drive you have to download the SDATA tool from the link provided below. You can easily change the size of your usb from 2gb to 4gb, 4gb to 8gb and 8gb to 32gb. Follow the simple steps  Step 1] Go to this link & download the SDATA.zip from here.   https://www.4shared.com/zip/2kWbL88r/SDATA.html? Step 2] Insert your memory card or flash or USB drive. Now Format your drive. Step 3] Extract SDATA.Zip in your PC. And then double click on the folder in that Run SDATA Tool as administrator. Step 4] select your drive carefully to expand the memory(it will erase all existing data). Step 5] Now select the next immediate size to expand. e.g if you have inserted 1 GB card select 4 GB first. Once it completes then select the same drive and select 8 GB and then 16 GB.

MS DOS Top 10 commands

Today I am listing top 10 MS-DOS commands that are used most frequently when you get engaged with the command line( Dos Prompt ). Here is the list and their functionalities described in short. 1)  CD : It is used to change directory @ command prompt type "CD <DIRECTORYNAME>" and press enter, it will takes you to that directory.You can use one or more subdirectory names separated by back slash"\". e.g To change to another path, Type the full path with slashes like CD\WINDOWS\SYSTEM 2)  DIR:  It displays files and folders in the current directory(directory is the term used by DOS for what windows calls a folder). Folders are indicated in the list by <DIR> and files are usually listed by names. DIR /P : displays the contents a page at a time,i.e as many as will fit in your command line window. Press any key to display the next page. DIR /W : Displays the files/folders in multiple rows.This view gives less information per file. DIR*.JPG:...