zoukankan      html  css  js  c++  java
  • 在鼠标右键添加“使用WPS打开”

    假设WPS安装在 “D:Program FilesKingsoftWPS Office” 目录下,导入以下注册表内容:

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOTExcel.Sheet.12shellWPS打开]
    @="用WPS打开"
    "icon"="D:\Program Files\Kingsoft\WPS Office\ksolaunch.exe,3"

    [HKEY_CLASSES_ROOTExcel.Sheet.12shellWPS打开command]
    @="D:\Program Files\Kingsoft\WPS Office\ksolaunch.exe" /et /fromksolaunch "%1"

    [HKEY_CLASSES_ROOTExcel.Sheet.8shellWPS打开]
    @="用WPS打开"
    "icon"="D:\Program Files\Kingsoft\WPS Office\ksolaunch.exe,3"

    [HKEY_CLASSES_ROOTExcel.Sheet.8shellWPS打开command]
    @="D:\Program Files\Kingsoft\WPS Office\ksolaunch.exe" /et /fromksolaunch "%1"

    [HKEY_CLASSES_ROOTWord.Document.12shellWPS打开]
    @="用WPS打开"
    "icon"="D:\Program Files\Kingsoft\WPS Office\ksolaunch.exe,1"

    [HKEY_CLASSES_ROOTWord.Document.12shellWPS打开command]
    @="D:\Program Files\Kingsoft\WPS Office\ksolaunch.exe" /wps /w /fromksolaunch "%1"

    [HKEY_CLASSES_ROOTWord.Document.8shellWPS打开]
    @="用WPS打开"
    "icon"="D:\Program Files\Kingsoft\WPS Office\ksolaunch.exe,1"

    [HKEY_CLASSES_ROOTWord.Document.8shellWPS打开command]
    @="D:\Program Files\Kingsoft\WPS Office\ksolaunch.exe" /wps /w /fromksolaunch "%1"

  • 相关阅读:
    .net 调用命令行进行解压缩
    《jQuery实战》第1章 引荐JQuery
    将指定URL文件下载到指定服务器
    Oracle学习笔记
    Spring3 AOP的使用
    Field类使用以及getDeclaredFields方法
    spring 3的使用
    Json数据类型
    RotateAnimation详解
    GsonJava对象生成Json串
  • 原文地址:https://www.cnblogs.com/mahocon/p/5690539.html
Copyright © 2011-2022 走看看