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"

  • 相关阅读:

    删与改

    基本操作
    名词解释
    Python内置函数(11)——complex
    Python内置函数(10)——float
    Python内置函数(9)——int
    Python内置函数(8)——bool
    Python内置函数(7)——sum
  • 原文地址:https://www.cnblogs.com/mahocon/p/5690539.html
Copyright © 2011-2022 走看看