海运的博客

绿化Firefox火狐及运行多个实例

发布时间:January 18, 2013 // 分类:Firefox // No Comments

火狐安装后备份安装目录和插件目录就可当绿色软件使用了,插件目录在:

%AppData%\Mozilla\Firefox\Profiles

然后在Firefox启动参数中定义数据目录:

"D:\Program Files\Firefox\firefox.exe" -profile "D:\Program Files\Imacros\firefox" -no-remote

也可修改配置文件定义Profiles目录

%AppData%\Mozilla\Firefox\profiles.ini

提取Flash插件到Firefox下plugins目录:

#32位
%WINDIR%\System32\Macromed\Flash\NPSWF32_11_5_502_146.dll
#64位
%WINDIR%\SysWOW64\Macromed\Flash\NPSWF64_11_5_502_146.dll

备份恢复Office2010激活信息

发布时间:January 18, 2013 // 分类:Windows // No Comments

备份Office2010激活信息文件:

#Windows XP
C:\Documents and Settings\All Users\Microsoft\OfficeSoftwareProtectionPlatform\tokens.dat
#Windows 7/Vista
C:\ProgramData\Microsoft\OfficeSoftwareProtectionPlatform\tokens.dat

恢复Office2010激活信息,先导入原先Office安装的Key:

C:\Program Files\Microsoft Office\Office14
cscript ospp.vbs /inpkey:PYFGB-4RDKK-KG4BW-9MKVJ-CM84K

停止osppsvc服务并覆盖之间备份的Office2010授权信息文件。

net stop osppsvc

Adobe Flash Player更新历史版本归档下载

发布时间:January 14, 2013 // 分类:Firefox // No Comments

Adobe Flash Player更新历史版本下载:
http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html
Adobe Flash下载链接,修改版本号可使用迅雷下载。
Download Adobe Flash Player v11.2.x (for Internet Explorer) 32-bit from here:
http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.235/install_flash_player_ax_32bit.exe
Download Adobe Flash Player v11.2.x (for Internet Explorer) 64-bit from here:
http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.235/install_flash_player_ax_64bit.exe
Download Adobe Flash Player v11.2.x (for All Other Browsers) 32-bit from here:
http://fpdownload.adobe.com/get/flashplayer/pdc/11.2.202.235/install_flash_player_32bit.exe
Download Adobe Flash Player v11.2.x (for All Other Browsers) 64-bit from here:
http://fpdownload.adobe.com/get/flashplayer/pdc/11.2.202.235/install_flash_player_64bit.exe

Windows下VBS脚本延时启动软件

发布时间:January 11, 2013 // 分类:Windows // No Comments

WindowsVBS脚本延时启动程序:

wscript.sleep 10000
set ws=createobject("wscript.shell")
ws.run "psexec.exe -l -d ""C:\Program Files (x86)\Tencent\QQ\Bin\QQ.exe"""
wscript.quit

将VBS脚本添加到自动启动项:

reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run" /v autovbs /t reg_sz /d "c:\program files\auto.vbs" /f

Windows下Firefox/火狐Mactype渲染字体削头解决

发布时间:January 10, 2013 // 分类:Firefox // No Comments

Firefox17.01用Mactype渲染字体后地址栏网址显示一半,如下:
mactype渲染firefox字体削头.png
使用Stylish扩展自定义网址栏字体大小解决:

.textbox-input{
font-size:13px !important;
font-family:"Microsoft Yahei" !important;
font-style:normal!important
}

.urlbar-input{
font-size:13px !important;
font-family:"Microsoft Yahei" !important;
}
分类
最新文章
最近回复
  • opnfense: 谢谢博主!!!解决问题了!!!我之前一直以为内置的odhcp6就是唯一管理ipv6的方式
  • liyk: 这个方法获取的IPv6大概20分钟之后就会失效,默认路由先消失,然后Global IPV6再消失
  • 海运: 不好意思,没有。
  • zongboa: 您好,請問一下有immortalwrt設定guest Wi-Fi的GUI教學嗎?感謝您。
  • 海运: 恩山有很多。
  • swsend: 大佬可以分享一下固件吗,谢谢。
  • Jimmy: 方法一 nghtp3步骤需要改成如下才能编译成功: git clone https://git...
  • 海运: 地址格式和udpxy一样,udpxy和msd_lite能用这个就能用。
  • 1: 怎么用 编译后的程序在家里路由器内任意一台设备上运行就可以吗?比如笔记本电脑 m参数是笔记本的...
  • 孤狼: ups_status_set: seems that UPS [BK650M2-CH] is ...
归档