2009年4月29日 星期三

透過AD讓XP電腦電源一直開啟

http://support.microsoft.com/kb/915160/zh-tw

2009年4月25日 星期六

bsd6+apach20+mysql50

啟動時可能發生的錯誤
若你是使用apache13的版本,在啟動時可能會注意到,明明設定都正確
但為什麼就是都動不起來!

請開啟 /usr/locale/etc/apache/httpd.conf 這個檔
將有關"mod_unique_id"的行句都註解起來(有兩行)

但確定如此一來,apache 就能啟動了!

2009年4月21日 星期二

修改 XP 序號的方式

如因特殊情況需更改 Windows XP 的序號可按下程序執行

 

1. 在〔開始〕→〔執行〕→〔Regedit〕→〔HKEY_LOCAL_MACHINE〕→〔SOFTWARE →〔Microsoft〕→〔Windows NT〕→〔CurrentVersion〕在〔WPAEvents〕內將〔OOBETimer〕的頭兩個數值〔CA〕刪除

 

2. 在〔開始〕→〔執行〕→〔oobe/msoobe /a〕進入〔啟動畫面〕→選擇第二項〔電話啟動〕在進入下一個視窗,選擇〔change product key〕來修改序列號及輸入新的序列號,完成後點擊〔update〕進行更新及選〔remind me later

 

3. 重新啟動電腦後 在〔開始〕→〔執行〕→〔oobe/msoobe /a〕進入〔啟動畫面〕時應該顯示已經啟動

2009年4月13日 星期一

windows 2003設定 ntp client

w32tm /configure /manualpeerlist:clock.stdtime.gov.tw /syncfromflags:manual /update

net stop w32time && net start w32time

w32tm /resync /rediscover  從新sync time

 

然後用schedule做排程就可以一天sync 一次

2009年4月9日 星期四

顯示隱藏裝置

cmd
set devmgr_show_nonpresent_devices=1
start devmgmt.msc
檢視-->顯示隱藏裝置
把不必要的移除掉

常用的網站

http://ithelp.ithome.com.tw/

2009年3月21日 星期六

在vista 中ultravnc 可以使用ctrl+alt+del

先安裝好ultravnc1.5
打開群組原則(本機)
3° Within the console, expand Computer Configuration |
Windows Settings | Security Settings | Local Policies.
4° Click Security Options. The various security options are
displayed in the details pane.
電腦設定\安全設定\本機原則\安全性原則\
5° Scroll through the options and locate Interactive Logon:
Do not require CTRL + ALT + DEL.
互動式登入:不要求按ctrl+alt+del
6° Double click the security option.
7° Select Disabled to require users to press CTRL + ALT + DEL.
8° Click OK.
Run MsConfig from Run option.
2° In System Configuration window, click on the Tools tab.
工具
3° Scroll down and locate “Disable UAP” or “Disable UAC” option item. Click on that line.
選停用-->啟動
4° Click the Launch button.
5° A command prompt window will open and automatically execute and run certain process to disable UAC.
6° Close CMD window when done.
7° Close Msconfig.
8° Restart computer for changes to apply and effective.
To re-enable UAC, simply select “Enable UAP” or “Enable UAC” instead of “Disable UAP” or “Disable UAC”, and then click on Launch button.

在測試ultravnc時就可以用ctrl+alt+del了