如何在右键新建菜单中添加word、execl、ppt、txt文...有些简版的OFFICE2003或者是2007,右键的新建菜单中没有“新建WORD文档”。在网上搜了好多的资料都是无效的,特别给各位总结了一下:下面是一项编辑注册表的信息,把横线中的信息复制的记事本中,然后另存为*.reg格式的文件。双击该注册项。会弹出“是否确认要将***.reg中的信息添加到注册表”点击“是”。刷新一下就可以看到右键菜单中的新建项了。注:*.reg中的*表示任意名称,必须保证后缀名是.reg一、以下是右键新建word文档的注册信息。(.doc)-----------------------------------WindowsRegistryEditorVersion5.00[HKEY_CLASSES_ROOT\.doc]@="Word.Document.8""ContentType"="application/msword"[HKEY_CLASSES_ROOT\.doc\OpenWithList][HKEY_CLASSES_ROOT\.doc\OpenWithList\WordPad.exe]@=""[HKEY_CLASSES_ROOT\.doc\PersistentHandler]@="{98de59a0-d175-11cd-a7bd-00006b827d94}"[HKEY_CLASSES_ROOT\.doc\ShellNew][HKEY_CLASSES_ROOT\.doc\Word.Document.6][HKEY_CLASSES_ROOT\.doc\Word.Document.6\ShellNew]"FileName"="winword.doc"[HKEY_CLASSES_ROOT\.doc\Word.Document.8][HKEY_CLASSES_ROOT\.doc\Word.Document.8\ShellNew]"FileName"="winword8.doc"[HKEY_CLASSES_ROOT\.doc\WordDocument][HKEY_CLASSES_ROOT\.doc\WordDocument\ShellNew]"FileName"="winword2.doc"[HKEY_CLASSES_ROOT\.doc\WordPad.Document.1][HKEY_CLASSES_ROOT\.doc\WordPad.Document.1\ShellNew]"NullFile"=""-----------------------------------二、以下是新建EXCEL文档的注册信息(.xls)-----------------------------------WindowsRegistryEditorVersion5.00[HKEY_CLASSES_ROOT\.xls]"ContentType"="application/vnd.ms-excel"@="Excel.Sheet.8"[HKEY_CLASSES_ROOT\.xls\Excel.Sheet.5][HKEY_CLASSES_ROOT\.xls\Excel.Sheet.5\ShellNew]"FileName"="excel.xls"[HKEY_CLASSES_ROOT\.xls\Excel.Sheet.8]@=""[HKEY_CLASSES_ROOT\.xls\Excel.Sheet.8\ShellNew]"FileName"="excel9.xls"[HKEY_CLASSES_ROOT\.xls\ExcelWorksheet][HKEY_CLASSES_ROOT\.xls\ExcelWorksheet\ShellNew]"FileName"="excel4.xls"[HKEY_CLASSES_ROOT\.xls\PersistentHandler]@="{98de59a0-d175-11cd-a7bd-00006b827d94}"-----------------------------------三、以下是powerpiont幻灯片文档的注册信息(.ppt)-----------------------------------WindowsRegistryEditorVersion5.00[HKEY_CLASSES_ROOT\.ppt]"ContentType"="application/vnd.ms-powerpoint"@="PowerPoint.Show.8"[HKEY_CLASSES_ROOT\.ppt\PersistentHandler]@="{98de59a0-d175-11cd-a7bd-00006b827d94}"[HKEY_CLASSES_ROOT\.ppt\PowerPoint.Show.4][HKEY_CLASSES_ROOT\.ppt\PowerPoint.Show.4\ShellNew]"FileName"="powerpnt.ppt"[HKEY_CLASSES_ROOT\.ppt\PowerPoint.Show.8][HKEY_CLASSES_ROOT\.ppt\PowerPoint.Show.8\ShellNew]"FileName"="pwrpnt11.pot"四、以下是txt文本文档的注册信息(.txt)WindowsRegistryEditorVersion5.00[HKEY_CLASSES_ROOT\.txt]@="txtfile""ContentType"="text/plain"[HKEY_CLASSES_ROOT\.txt\ShellNew]"NullFile"=""[HKEY_CLASSES_ROOT\txtfile]@="文本文档"[HKEY_CLASSES_ROOT\txtfile\shell][HKEY_CLASSES_ROOT\txtfile\shell\open][HKEY_CLASSES_ROOT\txtfile\shell\open\command]@="NOTEPAD.EXE%1"五、以下是新建音乐文件的注册信息WindowsRegistryEditorVersion5.00[HKEY_CLASSES_ROOT\.mp3\ShellNew]"NullFile"=""文件另保存为"MP3.reg"打开他合并就可以在鼠标右键上多一个mp3音乐文件新建如果要其他文件就把上面的内容HKEY_CLASSES_ROOT\.mp3\ShellNew修改就可以如HKEY_CLASSES_ROOT\.jpg\ShellNew附件:快速新建文本文档开始--运行--notepad.exe,在打开的文本文档中Win...