麥克森
2015/09/10
Windows 開啟"上帝模式"功能
新增一資料夾,名稱為
GodMode
.
{ED7BA470-8E54-465E-825C-99712043E01C}
按下enter
資料夾就變成如下圖示
點兩下開啟,功能全開。
2015/08/17
如何知道windows installer 的版本
打開command視窗,輸入已下指令
msiexec -?
2015/05/19
Apple Macbook capture screen 截圖
全螢幕視窗
command + shift + 3
部分
command + shift + 4
在用三指去拉出你要的範圍
Apple MacBook move files 檔案搬移
點選要搬移的檔案
按下
command + c
打開目的地視窗
按下
command + option + v
2014/12/29
如何刪除 Lync已經儲存的密碼
登入Lync時,若有選到儲存密碼。
之後想把密碼刪除,是要透過憑證管理來做地~~
1. Lync帳號登出。
2. Start > 搜尋 。 輸入 certmgr.msc..
3. 有個 憑證 > 個人
4. 刪除掉 lync 的憑證資料。
重新登入lync,即會要求改密碼。
2014/12/23
Microsoft Update Catalog
http://catalog.update.microsoft.com/v7/site/home.aspx
2014/11/03
windows update report command
Start > Run > cmd
enter the following command.....
#wuauclt /r /ReportNow
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)
滑鼠放著很久會停滯 - 關閉省電功能
MacBook 系統還原方法
mac 還原的方法. 這邊要提到的是還原到出廠的預設系統. 以我自己的 macbook air 13 為例. 按下電源的時候同時按下 command + R,稍等一回後,畫面會出現地球的圖示. 過一回後,會要求連線無線網路。( 看不到無...
安裝SARG
OS:CentOS 6.5 1. 先更新現有的套件 #yum update 2. 安裝前必要的套件 #yum install gcc make wget httpd gd gd-devel perl* 3. 下載sarg套件並安裝 # wget http:/...
使用yum 安裝 webmin
os : CentOS 6.5 先更新 yum #yum update 安裝webmin 1.建立下載webmin的位置. #vi /etc/yum.repos.d/webmin. rep o [Webmin] name=Webmin Distributio...