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"

  • 相关阅读:
    二十四 多重继承
    二十三 使用@property
    Tornado 协程
    基于协程的Python网络库gevent
    用greenlet实现Python中的并发
    在Nginx上配置多个站点
    python 使用Nginx和uWSGI来运行Python应用
    在Apache中运行Python WSGI应用
    Python打包分发工具setuptools
    Python 远程部署 Fabric
  • 原文地址:https://www.cnblogs.com/mahocon/p/5690539.html
Copyright © 2011-2022 走看看