用 about:config 打開設定版面,新增以下字串
browser.cache.disk.parent_directory
字串值就輸入 Firefox 的 cache 路徑如 D:\FirefoxCace\ 便可
2015年8月18日星期二
G3258 超頻又想上Windows 10 嘅 Hacking 方法
用 G3258 超嘅頻上唔到 Windows 10 嘅朋友可以用以下方法解決
1. 先用回G3258預設3.2G升上Windows10
2. 用 unlocker 把 C:\Windows\System32\mcupdate_GenuineIntel.dll 改成 C:\Windows\System32\mcupdate_GenuineIntel.dll.bak
3. 現在就可以正常入bios 超頻
unlocker 下載
http://portableapps.com/apps/utilities/iobit-unlocker-portable
1. 先用回G3258預設3.2G升上Windows10
2. 用 unlocker 把 C:\Windows\System32\mcupdate_GenuineIntel.dll 改成 C:\Windows\System32\mcupdate_GenuineIntel.dll.bak
3. 現在就可以正常入bios 超頻
unlocker 下載
http://portableapps.com/apps/utilities/iobit-unlocker-portable
2015年8月13日星期四
升級上 Windows 10
部 netbook 及 Surface Pro 3 都成功升上 Windows 10,但自己砌的桌機便一直出現 error,甚至連用 Windows 10 安裝 USB 也不能 boot 入安裝畫面,最後發現原來 Windows 10 對超頻十分敏感,桌機粒 G3258 一定要用回預設3.2G才可成功 boot 入安裝畫面並安裝 Windows 10 系統,似乎 Windows 10 真的與我沒緣了。
2015年8月7日星期五
解決升上 Windows 10 後出現的 Windows Update Error
升上 Windows 10 後出現了部份更新失敗的 error,電腦顯示的錯誤碼是 0x80200056,但網上找到這個方法雖然錯誤碼不同,但還是解決了問題,
在機碼 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability 下加入字串
1. BranchName 並輸入值 FBL_AWESOME1501
2. ThresholdRiskLevel 並輸入值 low
參考網頁
1. BranchName 並輸入值 FBL_AWESOME1501
2. ThresholdRiskLevel 並輸入值 low
參考網頁
2015年4月22日星期三
使用 css 檔及about:config 改變 Firefox UI 的文字大小
不知從那一版本起,Firefox 好像加了放大鏡,網頁文字及工作列都給放大了,在網上找到可以用 css 檔及about:config 改變 Firefox UI 的大細
用 css 檔改變文字大小及字型
在 Firfox 的 profiles 資料夾新增以下css 檔
\chrome\userChrome.css
在 userChrome.css 內加入以下文字
/*
* Do not remove the @namespace line -- it's required for correct functioning
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
*{font-size: 11pt !important; font-family: Tahoma !important;}
修改 about:config 設定 layout.css.devPixelsPerPx
layout.css.devPixelsPerPx 預設是 -1,改成 1 可以縮小整個 Firefox 畫面
用 css 檔改變文字大小及字型
在 Firfox 的 profiles 資料夾新增以下css 檔
\chrome\userChrome.css
在 userChrome.css 內加入以下文字
/*
* Do not remove the @namespace line -- it's required for correct functioning
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
*{font-size: 11pt !important; font-family: Tahoma !important;}
修改 about:config 設定 layout.css.devPixelsPerPx
layout.css.devPixelsPerPx 預設是 -1,改成 1 可以縮小整個 Firefox 畫面
2015年4月12日星期日
好用的專業級免費磁碟分割管理工具
做系統維護時偶然也會用到磁碟分割管理工具,個人用慣的是 EaseUS Partition Master,不過發現這隻 AOMEI Partition Assistant 好像也不差,有需要的朋友可以到他們的官網下載;
EaseUS Partition Master
AOMEI Partition Assistant
EaseUS Partition Master
AOMEI Partition Assistant
2014年11月12日星期三
禁止 Wsqmcons.exe 執行
Wsqmcons.exe 是 Microsoft Windows Customer Experience 功能的背景虎處理程序,雖然用戶選擇不參加微軟的用戶經驗計劃,但這程序還是一樣會不定時執行,只能修改或入以下機碼才能完全禁止它的執行;
Key: HKEY_CURRENT_USER\Software\Microsoft\Office\Common
Value name: QMEnable
Value type: DWORD
Value data: [0 | 1]
禁用要將 Value 值設為 0
參考網頁
Key: HKEY_CURRENT_USER\Software\Microsoft\Office\Common
Value name: QMEnable
Value type: DWORD
Value data: [0 | 1]
禁用要將 Value 值設為 0
參考網頁
訂閱:
文章 (Atom)