1.在“新建”菜单中添加新的文件类型
首先使用“附件”组中的“记事本”程序输入如下一段文本,并且将此段文本保存为pdf.reg. 【程序编程相关:Widget Imprint produ】
在windows系统中为了方便用户能够快速创建一个新文件,在快捷菜单的“新建”菜单中提供了许多内置的新的文件类型,如提供了“winzip文件”.“文本文档”.“microsoft word文档”.“bmp图像”.“声音文件”.“其他office文档”.“adobe photoshop image”等等文件类型的新文件的创建操作.但是,因为每个人使用计算机用途的差别,有时我们需要大量的使用其他文件格式,为了方便我们需要添加自己的文件格式的创建操作.假定我们创建了一个.pdf文件类型,然后将此文件类型添加到“新建”菜单中,下面为增加步骤. 【推荐阅读:LandShop 多个SQL注入漏洞】
【扩展信息:Widget Property 多个SQ】 regedit4 [hkey_classes_root\\.pdf] @="pdffile" [hkey_classes_root\\pdffile] @="pdf文件" [hkey_classes_root\\pdffile\\shell] [hkey_classes_root\\pdffile\\shell\\open] [hkey_classes_root\\pdffile\\shell\\open\\command] @="\\"c:\\\\windows\\\\notepad.exe\\" \\"%1\\"" [hkey_classes_root\\pdffile\\shell\\print] [hkey_classes_root\\pdffile\\shell\\print\\command] @="\\"c:\\\\windows\\\\notepad.exe\\" /p \\"%1\\"" ... 下一页