creating a New Folder combination of shortcut Keys



1. First press Alt + F.
2. Now release Alt key.
3. Then press W + F.
4. A New Folder will be created instantly.

This trick works in all versions of Windows.

In Windows 7, there is another easier way to create a New Folder:

Just press Ctrl + Shift + N to create a New Folder.

How to Know Which Version of .Net Framework is Installed in Your PC.



When I started my previous tech thread viz "All Freeware - Forget Using Paid Software", It often came across to my mind, how can a user determine specially Windows XP users, which version of .Net Framework they need to run a specific software. Some even complained that after downloading and installing a certain software it is not working.

There is a website viz Hanselman.com that enables a PC user to check and download required .Net Framework with smallest possible download size.

Visit this link with Internet Explorer and download the required version of .Net Framework. Unfortunately it does not support Firefox or other web browser

Chat Using MS-Dos



Chat with Friends through MS-Dos Command Prompt :-

1) All you need is your friend's IP Address and your Command Prompt.

2) Open Notepad and write this code as it is.....!

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

3) Now save this as "Messenger.Bat".

4) Open Command Prompt.

5) Drag this file (.bat file) over to Command Prompt and press Enter.


6) Now, type the IP Address of the computer you want to contact and press enter


7) Now all you need to do is type your message and press Enter.

Start Chatting.......!

Blue screen problem is trouble shooting



1. Right click on My Computer icon in desktop and select properties.

2. In Advanced tab click on the settings button beside Startup and Recovery.

3. Uncheck Automatically Restart.

4. Below the Write debugging information select Complete Memory dump.

5. Now u can note the error message in blue screen and note down the file that caused BSOD, BSOD type and error no.

6. Download BlueScreenView or WhoCrashed and open the memory dump file with it.

7. You should have several information about the reason of BSOD error.

8. Here is a complete tutorial to analyze BSOD error.