Monday, September 09, 2013

檢視windows作業系統中安裝的程式

一般檢視作業系統安裝的程式,大都是到程式集或是程式與功能」中。
其實cmd.exe中的指令也可以檢視喔!!!
在cmd.exe中執行
WMIC
product get name,version,installdate

C:\Users\user>WMIC
wmic:root\cli>product get name,version,installdate
InstallDate  Name                               Version
20130221     Remote Desktop Connection Manager  2.2.0423
20130814     Microsoft Office Standard 2007     12.0.6612.1000

也可以將查出的資料轉到文字檔中
WMIC
/output:D:\install.txt product get name,version,installdate



參考資料:http://jdev.tw/blog/2487/wmic-product, 用wmic建立已安裝軟體清單, 簡睿, 2011.05.16

Friday, January 11, 2013

Google搜尋技巧

參考網站:
[1] 善用GOOGLE  --  從入門到精通
http://ecaaser3.ecaa.ntu.edu.tw/weifang/cea/%E5%96%84%E7%94%A8GOOGLE.htm
[2] 圖表:必學!5個讓 Google 搜尋更精準的小技巧
http://www.techbang.com/posts/7754-chart-required-5-tips-let-google-search-for-more-accurate
[3] Google進階搜尋
http://www.google.com/advanced_search

常用語法:
intitle:OOO
說明:網頁的標題中含有OOO的網站。

inurl:OOO
說明:網址中含有OOO的網址。

filetype:pdf
說明:搜尋檔案格式為pdf的檔案。

site:OOO.OO
說明:搜尋OOO.OO的網域名(Domain Name)。