Wednesday, February 2, 2011

** NEW KEYBOARD SHOTCUTS **

1.) Windows Hotkeys

Shift + F10 right-clicks.
Win + L (XP Only): Locks keyboard. Similar to Lock Workstation.
Win + F or F3: Open Find dialog. (All Files) F3 may not work in some applications which use F3 for their own find dialogs.
Win + Control + F: Open Find dialog. (Computers)
Win + U: Open Utility Manager.
Win + F1: Open Windows help. 

Clean Your RAM By Notepad

Clean your RAM by notepad
Share
Do you like this story?

Clean Ur RAM
U may recognize that ur system gets slower and slower when playing and working a lot with ur pc. That’s cause ur RAM is full of remaining progress pieces u do not need any more.

So create a new text file on ur desktop and call it .. uhm.. “RAMcleaner” or something…

Type

FreeMem=Space(64000000)
in this file and save it as RAMcleaner.vbs [ You may choose the “All Files” option when u save it ]

Run the file and ur RAM may be cleaned :>
Of course u can edit the code in the file for a greater “cleaning-progress”.


FreeMem=Space(1280000000)

just try it out.. 



dont forget to write comments!!

Online Voter card Registration

Hi friends Do you have a voter id ? or Do you want to register voter id ? its simple The Chief Election Officer provides the online REGISTRATION for VOTER card please visit http://ceoandhra.nic.in/ and register your self in this website.
[Please use internet explorer to register your voter id]

Monday, January 31, 2011

How to Open blocked command Prompt using Notepad

Most of the computers that have public access to people has Command Prompt blocked due to security reasons. Some time you may want to view hidden files in the public computer using command prompt. Lack of Command Prompt will be great loss of if you want to hack in to the networking or the same pc.However you can easily open command prompt using notepad.

STEPS TO OPEN COMMAND PROMPT USING NOTEPAD :

  • Open Notepad and type the following commands:
                    @echo off
                     command
                    @echo on
  • Save the notepad file with the extension ".bat".For example "command.bat"
  • Now double click the saved  file to open the Command Prompt.

How to Create nameless Folder in Windows

1.Select the folder and click F2 to rename the folder or simply right click on the folder and select Rename..

2.Now while holding the Alt key,type numbers 0160 from the numpad on the right hand side of the keyboard.The folder which appears nameless is actually named with a single space.

3.You can also hide the folder by changing the folder icon to blank.To select a blank icon simply right click on the folder and click Properties.In the Properties window select Customize tab and click on "change icon" to select a blank icon.