Archive for February 21st, 2009

CALL FOR PAPERS

Information Systems and Management: Special Track within EMS
CALL FOR PAPERS
ISM2009
Beijing, China
September 20-22, 2009

ISM is a special track within the 3rd International Conference on Engineering
Management and Service Sciences (EMS2009).

Topics:

Information and Systems Security
Information System Applications
Data Mining and E-Commerce

This conference is sponsored by IEEE Computer Society, Beijing University of  Posts and Telecommunications, Beijing Institute of Technology and Wuhan University. All papers accepted will be included in IEEE Xplore and indexed by EI. For more information, please contact: ism@scirp.org

Source: ajaxwith.com forum

How to Add / Remove Items from New Menu in Windows ?

A. To Add an Item in “New” menu:

1. Open regedit and expand “HKEY_CLASSES_ROOT” key.

2. Now look for the file type which you want to add in “New” menu, e.g. for adding MP3 file type look for .MP3 key.

3. Right-click on it and select “New -> Key” and give it name “ShellNew“.

4. In right-side pane, right-click and select “New -> String Value“. Give it name “NullFile” and press Enter.

5. Thats it. You’ll immediately get the file type entry in “New” menu.

B. To Remove an Item from “New” menu:

1. Open regedit and expand “HKEY_CLASSES_ROOT” key.

2. Now look for the file type which you want to remove from “New” menu, e.g. for removing MP3 file type look for .MP3 key.

3. Expand it and delete the “ShellNew” key.

4. Thats it. The file type will be removed from “New” menu.

Source: AskVG.com