查看: 5925|回复: 6
收起左侧

[其他] WPS 4180版去除办公空间等多余按钮的办法。

[复制链接]
kingshui
发表于 2013-8-7 14:31:08 | 显示全部楼层 |阅读模式
本帖最后由 kingshui 于 2013-8-12 10:15 编辑

相信有部份朋友会有和我一样的感触,WPS虽好,但有比较多的一些功能对自己来说是没用的。
下面说下去除WPS里各组件的(办公空间,换肤,帮助,登录)按钮的办法。
1)首先定位到WPS安装目录的\office6\res目录。
2)用文本编辑工具(如:notepad++)打开
etongmani.kui wppongmani.kui wpsongmani.kui 这三个资源文件(实际上都是XML文件,分别对应表格、演示、文字三个组件)
删除文件里的如下内容:
etongmani.kui
  1.                         <KxSwitchSkinCommand tc="KSwitchFaceDlgCommand" hotKey="y" filter="oem_SwitchFace!=0" visible="@true" icon="switchUI;switchUI-hover;switchUI-down" id="switchFaceDlg" text="@Switch UI"/>
  2.                         <KxKsoHomepageCommand hotKey="E" ksoCmd="HomepagePlugin" icon="wpshome;wpshome-hover;wpshome-down" id="HomepagePlugin" text="@Homepage"/>
  3.                         <KxGoolgeDocsCommand filter="lang=jp_JP" icon="GoogleDocs" id="GoogleDocs" text="[url=home.php?mod=space&uid=3504]@google[/url] Docs"/>
  4.                         <KWhatNewCommand ksoCmd="WhatNew" filter="lang=zh_CN;category=personal" icon="WhatNew;WhatNew-hover;WhatNew-down" id="WhatNew" text="@WhatNew"/>


  5.                                 <command idQ="KOSUserLoginQuiteMenuCmd" filter="lang!=jp_JP"/>
  6.                                 <command idQ="RB_login_quick" filter="lang!=jp_JP"/>
  7.                                 <command idQ="HomepagePlugin" filter="lang=zh_CN,jp_JP;category=personal,professional"/>
  8.                                 <command idQ="switchFaceDlg" filter="oem_SwitchFace!=0"/>
  9.                                 <command idQ="GoogleDocs" filter="lang=jp_JP;oem_GoogleDocs=1"/>
  10.                                 <command idQ="UserFeedback" filter="lang=jp_JP,en_US"/>
  11.                                 <command idQ="WhatNew" filter="lang=zh_CN;category=personal"/>
  12.                                 <KxOpenUrlCommand filter="lang=zh_CN;category=professional" ksourl="ServerAddr:WPSEnterpriseMicroblog" icon="EnterpriseMicroblog;EnterpriseMicroblog-hover;EnterpriseMicroblog-down" id="EnterpriseMicroblog" text="@EnterpriseMicroblog"/>
  13.                                 <command idQ="HelpMenu"/>

  14.                                 <KxWorkspaceContext rbContextTableButton="0x05cbe2" hotKey="K" delayloadPath="commands/et/ongmani/CT_WorkSpace.kuip" id="CT_WorkSpace" text="[url=home.php?mod=space&uid=620508]@work[/url] space" rbHotKey="K"/>
复制代码
wppongmani.kui

  1.                         <KxSwitchSkinCommand tc="KSwitchFaceDlgCommand" hotKey="y" filter="oem_SwitchFace!=0" visible="@true" icon="switchUI;switchUI-hover;switchUI-down" id="switchFaceDlg" text="@Switch UI"/>
  2.                         <KxKsoHomepageCommand hotKey="E" ksoCmd="HomepagePlugin" icon="wpshome;wpshome-hover;wpshome-down" id="HomepagePlugin" text="@Homepage"/>
  3.                         <KxGoolgeDocsCommand filter="lang=jp_JP;oem_GoogleDocs=1" icon="GoogleDocs" id="GoogleDocs" text="@Google Docs"/>
  4.                         <KWhatNewCommand ksoCmd="WhatNew" filter="lang=zh_CN;category=personal" icon="WhatNew;WhatNew-hover;WhatNew-down" id="WhatNew" text="@WhatNew"/>
  5.                        


  6.                                 <command idQ="KOSUserLoginQuiteMenuCmd" filter="lang!=jp_JP"/>
  7.                                 <command idQ="RB_login_quick" filter="lang!=jp_JP"/>
  8.                                 <command idQ="HomepagePlugin" filter="lang=zh_CN,jp_JP;category=personal,professional"/>
  9.                                 <command idQ="switchFaceDlg" filter="oem_SwitchFace!=0"/>
  10.                                 <command idQ="GoogleDocs" filter="lang=jp_JP;oem_GoogleDocs=1"/>
  11.                                 <command idQ="UserFeedback" filter="lang=jp_JP,en_US"/>
  12.                                 <command idQ="WhatNew" filter="lang=zh_CN;category=personal"/>
  13.                                 <KxOpenUrlCommand filter="lang=zh_CN;category=professional" ksourl="ServerAddr:WPSEnterpriseMicroblog" icon="EnterpriseMicroblog;EnterpriseMicroblog-hover;EnterpriseMicroblog-down" id="EnterpriseMicroblog" text="@EnterpriseMicroblog"/>
  14.                                 <command idQ="HelpMenu"/>

  15.                                 <KxWorkspaceContext rbContextTableButton="0x05cbe2" hotKey="K" delayloadPath="commands/wpp/ongmani/CT_WorkSpace.kuip" id="CT_WorkSpace" text="@Work space" rbHotKey="K"/>
复制代码
wpsongmani.kui

  1.                         <KxSwitchSkinCommand tc="KSwitchFaceDlgCommand" hotKey="y" filter="oem_SwitchFace!=0" visible="@true" icon="switchUI;switchUI-hover;switchUI-down" id="switchFaceDlg" text="@Switch UI"/>
  2.                         <KxKsoHomepageCommand hotKey="E" ksoCmd="HomepagePlugin" icon="wpshome;wpshome-hover;wpshome-down" id="HomepagePlugin" text="@Homepage"/>
  3.                         <KxGoolgeDocsCommand filter="lang=jp_JP;oem_GoogleDocs=1" icon="GoogleDocs" id="GoogleDocs" text="@Google Docs"/>
  4.                         <KWhatNewCommand ksoCmd="WhatNew" filter="lang=zh_CN;category=personal" icon="WhatNew;WhatNew-hover;WhatNew-down" id="WhatNew" text="@WhatNew"/>
  5.                        


  6.                                 <command idQ="KOSUserLoginQuiteMenuCmd" filter="lang!=jp_JP"/>
  7.                                 <command idQ="RB_login_quick" filter="lang!=jp_JP"/>
  8.                                 <command idQ="HomepagePlugin" filter="lang=zh_CN,jp_JP;category=personal,professional"/>
  9.                                 <command idQ="switchFaceDlg" filter="oem_SwitchFace!=0"/>
  10.                                 <command idQ="GoogleDocs" filter="lang=jp_JP;oem_GoogleDocs=1"/>
  11.                                 <command idQ="UserFeedback" filter="lang=jp_JP,en_US"/>
  12.                                 <command idQ="WhatNew" filter="lang=zh_CN;category=personal"/>
  13.                                 <KxOpenUrlCommand filter="lang=zh_CN;category=professional" ksourl="ServerAddr:WPSEnterpriseMicroblog" icon="EnterpriseMicroblog;EnterpriseMicroblog-hover;EnterpriseMicroblog-down" id="EnterpriseMicroblog" text="@EnterpriseMicroblog"/>
  14.                                 <command idQ="HelpMenu"/>

  15.                                 <KxWorkspaceContext rbContextTableButton="0x05cbe2" hotKey="K" delayloadPath="commands/wps/ongmani/CT_WorkSpace.kuip" id="CT_WorkSpace" text="@Work space" rbHotKey="K"/>
复制代码
则可实现我所说的目的,另外khomepage.dll则为启动时出现的“稻壳儿”的运行库,删掉则不再显示。

教程完毕,其它更多修改请自行探讨,至于<KListCommand id="RightCorner" text="@QuickMenu">这一个节点为什么没有删除?
那是因为删除这个节目会导致表格组件崩溃而无法启动。
<Kx....开头的行可以全部删除。

评分

参与人数 1经验 +50 收起 理由
mengld + 50 感谢支持,欢迎常来: )

查看全部评分

希尔27
发表于 2013-8-7 20:41:41 | 显示全部楼层
感谢分享!
E剑忠晴
发表于 2013-8-7 20:51:24 | 显示全部楼层
支持了
Caffeine-
发表于 2013-8-9 15:57:58 | 显示全部楼层
貌似代码不全啊。。。
Prince云
发表于 2013-8-12 09:16:46 | 显示全部楼层
WPS2013专业增强版分享:
http://pan.baidu.com/share/home?uk=2888772463
waookaooo
发表于 2013-8-15 21:41:08 | 显示全部楼层
谢谢 就是在找这个
windsoul1981
发表于 2013-8-31 16:33:17 | 显示全部楼层
谢谢分享
您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2025-1-12 16:03 , Processed in 0.129374 second(s), 17 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

快速回复 客服 返回顶部 返回列表