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"

  • 相关阅读:
    解决Docker安装慢
    Spring Boot源码分析-启动过程
    Ubuntu安装Docker
    Jenkins搭建
    Hexo搭建静态博客站点
    FactoryBean简介以及Mybatis-Spring应用
    ArrayList源码分析
    Spring AOP-用代理代替繁琐逻辑
    Spring Validation-用注解代替代码参数校验
    Netty学习(4):NIO网络编程
  • 原文地址:https://www.cnblogs.com/mahocon/p/5690539.html
Copyright © 2011-2022 走看看