2014年7月11日 星期五

關閉 win7檔名數字排序

方法:關閉 Windows 檔案總管中的數字排序

執行 gpedit.msc 本機群組原則編輯器

 電腦設定 / 系統管理範本 / Windows 元件 / Windows檔案總管 / 關閉 Windows 檔案總管中的數字排序 (設定:啟用)

2014年5月29日 星期四

常用的 NTP 時間伺服器

time.stdtime.gov.tw     [118.163.81.61]
tick.stdtime.gov.tw       [118.163.81.62]
watch.stdtime.gov.tw  [118.163.81.63]
tock.stdtime.gov.tw     [211.22.103.157]
clock.stdtime.gov.tw   [211.22.103.158]

ntp1.glb.nist.gov         [128.138.141.172]    Aliases: time.nist.gov

2013年10月25日 星期五

執行檔(exe)無法打開的解決辦法

某些時候在中毒或殺毒時,更改了regedit註冊表的內容,使電腦裡的.exe檔無法正常執行,點擊時就會跳出Windows無法開啟這個檔案:請選擇程式的對話視窗。
解決方法:
方法一:
1.先將C:\WINDOWS\regedit.exe改名為regedit.comregedit.scr
2.執行regedit.com,找到HKEY_CLASSES_ROOT\exefile\shell\Open\command
將預設值改為"%1" %* 。
3.再將regedit.com改回regedit.exe即可。

方法二:(只適用於win2000/xp):
1.將C:\WINDOWS\system32\cmd.exe改名為cmd.comcmd.scr
2.開啟cmd.com
3.鍵入下面兩個命令:
ftype exefile="%1" %*
assoc .exe=exefile
4.將cmd.com改回cmd.exe
重新開機後,執行檔.exe就能執行了。
(網路摘錄)