Android apps on your PC

Play all the android apps on your pc. Fell the android flavour right on your computer!.

Android vs. Apple

Its ANDROID vs. APPLE! Which brand you think should win? Find it out here.

FreeSMS app :Send Free SMS to India

ONLY FOR ANDROID You just need to have an working internet connection. No SMS charges will be applied. You can send unlimited SMS in a day.

BEST LIVE WALLPAPERS FOR ANDROID

Best live wallpapers for your android device

Best Android budget smartphones

Check out the best budget Android smartphones in the market under 10,000 INR.

About me

Showing posts with label windows 7. Show all posts
Showing posts with label windows 7. Show all posts

Friday, 6 April 2012

How to get Notepad In Send To






Many apply a registry tweak to have notepad as an option for unknown file types. We frequently see such files which are actually just text, but named with some odd file-extension. And then, some suspicious files which we want to make sure what the contents are. Well, in such cases where the registry tweak is applied, the downside happens to be that even some known files get associated with notepad - but no, all we want is to be able to open a file with notepad - the association part in such cases is unwanted interference. Also, notepad becomes a permanent fixture on the right-click menu - which is again an annoyance.

So what we do, is to have notepad as an option in the Send-To options, of the right-click menu in explorer. It fulfils the purpose to perfection (atleast, in my case). Here's what we do:

1. right-click desktop, choose "New >> Shortcut"
2. Type the location of the item - "notepad" - (that's all, no need to give path)
3. Next >> type name for shortcut - "Edit with Notepad"
4. Click finish
5. Now right-click this shortcut on the desktop, and choose properties.
6. Confirm that the "target" and "start in" fields are using variables - "%windir%\system32\notepad.exe" - (absolute paths will be problematic if you use this .LNK on machines other than your own)
7. Now, browse to "%UserProfile%\SendTo" in explorer (which means "C:\Documents and Settings\User_Name\SendTo\" folder)
8. And copy the "Edit with Notepad.lnk" file which you already created, to that folder.
9. So now, you can right-click on ANY file-type, and be offered an option to open with notepad, from the SendTo sub-menu.

So now, you just right-click on an .nfo or .eml or .diz file (which are associated with other programs, and are sometimes just plain-text files), and choose "Send To >> Edit with Notepad" and it will open in notepad!
No more botheration of applying registry tweaks for something as simple as this.

Thursday, 5 April 2012

Keep track of your Computer running time

[FOR WINDOWS]

We all are always unsatisfied with the time we give to our computer.5-6 hours while running computer seems like just 1 hour when we shut down it & get up.
Why is it so? Are we addicted to it? Or there is a problem in our watch?
LOL...It is not like that..
80% of the things we do on net is of no use to us- says a recent survey by a US university.
So we keep a track on running computer by installing a software & installing a software needs more RAM to be used which means more busy our system gets.
Today, am giving a trick on how to check the time we have spend on our computer without installing any additional software in our computer.

Here's how you can verify your system uptime:


  1. Click Start
  2. Open RUN by searching for programs and files.
  3. In run , type 'cmd' to open a command prompt.
  4. At the prompt, type 'systeminfo'


Now scroll down the list of information till you get the line that says 'System Up Time'.

This will tell you in days, hours, minutes and seconds how long the system has been up.
NOTE- Do not act over-smart by directly opening 'systeminfo' in run dialog box, the windows will get open, nut will get vanished before you start reading the first word of your system's information. :D

This can be used in Windows XP also but there you get the command prompt or run directly in the 'ALL PROGRAMS' section in the start menu.

Hope it helped you...Got any suggestions? Write them in comments.

Sunday, 25 March 2012

Delete An "undeletable" File




Open a Command Prompt window and leave it open.
Close all open programs.
Click Start, Run and enter TASKMGR.EXE
Go to the Processes tab and End Process on Explorer.exe.
Leave Task Manager open.
Go back to the Command Prompt window and change to the directory the AVI (or other undeletable file) is located in.
At the command prompt type DEL <filename> where <filename> is the file you wish to delete.
Go back to Task Manager, click File, New Task and enter EXPLORER.EXE to restart the GUI shell.
Close Task Manager.


Or you can try this

Open Notepad.exe

Click File>Save As..>

locate the folder where ur undeletable file is

Choose 'All files' from the file type box

click once on the file u wanna delete so its name appears in the 'filename' box

put a " at the start and end of the filename
(the filename should have the extension of the undeletable file so it will overwrite it)

click save,

It should ask u to overwrite the existing file, choose yes and u can delete it as normal.


MRIDUL PAREEK