2011年5月26日 星期四
關閉Windows7上ipv6與ipv4轉換介面
由於工作時常要把自已的電腦ip改來改去,每次打個ipconfig指令,畫面就被洗掉@@
原因是windows內建ipv4與ipv6轉換的介面。
雖然從事網路工作應該push ipv6,不過目前使用度很低,還是先把它關掉,不要洗畫面比較方便。
關閉Windows 7 上ipv6轉換網卡:
Step.1 停掉這幾個不用的介面:
netsh interface teredo set state disable
netsh interface 6to4 set state disable
netsh interface isatap set state disable
Step.2 開啟隱藏介面:
電腦->右鍵->內容->裝置管理員->顯示/隱藏動作窗格->
其它動作->檢示->顯示隱藏裝置
Step.3 解除安裝介面
到網路介面卡內->分別選取teredo,6to4,isatap->右鍵->解除安裝
搞定!!收工!!
2011年4月1日 星期五
Windows 2000下設定NTP Server
最近遇到Call Manager 3與IVR 3(運作在Windows 2000平台上)
要設定NTP校時問題,原來只要這幾行指令就搞定!!
net stop w32time
停止校時服務
net start w32time
開啟校時服務
net time /setsntp:"time.windows.com time.stdtime.gov.tw"
設定校時服務Server
w32tm -once
手動校時一次
原來這麼簡單^^
要設定NTP校時問題,原來只要這幾行指令就搞定!!
net stop w32time
停止校時服務
net start w32time
開啟校時服務
net time /setsntp:"time.windows.com time.stdtime.gov.tw"
設定校時服務Server
w32tm -once
手動校時一次
原來這麼簡單^^
2011年3月14日 星期一
把多個檔案變成一個檔案
因為在CISCO測CUCM,抓下來有多個ISO,
要自已放到一個ISO裡,方法如下:
Windos:
COPY /B
UCSInstall_UCOS_7.1.5.30000-1.sgn.iso_part1of2+UCSInstall_UCOS_7.1.5.30000-1.sgn.iso_part
2of2 UCSInstall_UCOS_7.1.5.30000-1.sgn.iso
Linux:
cat UCSInstall_UCOS_7.1.5.30000-1.sgn.iso_part1of2
UCSInstall_UCOS_7.1.5.30000-1.sgn.iso_part2of2 > UCSInstall_UCOS_7.1.5.30000-1.sgn.iso
真是好玩^^
要自已放到一個ISO裡,方法如下:
Windos:
COPY /B
UCSInstall_UCOS_7.1.5.30000-1.sgn.iso_part1of2+UCSInstall_UCOS_7.1.5.30000-1.sgn.iso_part
2of2 UCSInstall_UCOS_7.1.5.30000-1.sgn.iso
Linux:
cat UCSInstall_UCOS_7.1.5.30000-1.sgn.iso_part1of2
UCSInstall_UCOS_7.1.5.30000-1.sgn.iso_part2of2 > UCSInstall_UCOS_7.1.5.30000-1.sgn.iso
真是好玩^^
2009年11月12日 星期四
Office 2007重新輸入序號
這陣子不小心去更新Office~使得需要重新驗證licence,
從網路上找到了重新輸入key的方法,就是把regeditkey改刪掉,
刪除路徑如下:
HKEY_LOCAL_MACHINE\Software\Microsoft\Office\12.0\Registration\{91120000-0011-0000-0000-0000000FF1CE}
刪除下面這兩個的值:
DigitalProductID
ProductID
再重新開啟任何一個office應用程式就ok了~
前提是你的key是合法的,不然還是不會過~~
從網路上找到了重新輸入key的方法,就是把regeditkey改刪掉,
刪除路徑如下:
HKEY_LOCAL_MACHINE\Software\Microsoft\Office\12.0\Registration\{91120000-0011-0000-0000-0000000FF1CE}
刪除下面這兩個的值:
DigitalProductID
ProductID
再重新開啟任何一個office應用程式就ok了~
前提是你的key是合法的,不然還是不會過~~
訂閱:
意見 (Atom)



