XXCLONE : 類似ghost的軟體,可以線上把Windows複製到另一顆硬碟上
作者:cross 日期:2006-11-06 21:33
- Makes a self-bootable clone of Windows system disk.
- Supports Windows NT4, 2000, XP, and Server 2003.
- Can restore the self-bootability in many cases.
It takes only a minute to run.
Everyone should keep the Freeware handy for just in case. - The Pro version is ideal for daily backup.
- Supports common internal disk drives (IDE, SATA, SCSI).
- Supports external USB/FIREWIRE drives (good for a laptop).
- Competes with Norton Ghost, DriveImage, MaxBlast.
- Much faster than any of them in typical daily backup.
- Need not go to the DOS mode. Operates in regular Windows environment.
- Simple to use by novices. IT professionals think it's great.
以 Service 形式啟動 Windows 內建的 PPPoE 撥號
作者:cross 日期:2006-11-05 21:47
Windows 內建的 PPPoE,是由 "%SystemRoot%\system32\asphone.exe" 這個程式來控制的。
"%SystemRoot%\system32\asphone.exe -d "hinet"",其中的參數 -d 是撥號的意思;而 hinet 則是在網路連線裡自訂的名稱。
PS: 把提示名稱、密碼、憑證等前面的打勾取消掉然後確定
將連線安裝為可以自動執行的服務;
分別是 instsrv.exe 及 srvany.exe
instsrv.rar (20.31 KB , 下載:257次)
這兩個程式並不內建於 Windows,而是 Windows Server 2003 Resource Kit Tools 中提供的程式。
這兩個程式的功能分別如下:
- instsrv.exe - 將程式安裝為系統服務
- srvany.exe - 讓原本不能當作系統服務的程式以系統服務的方式來運行
為了方便使用,將這兩個檔案複製到 %SystemRoot%\system32 資料夾中,接著先用以下指令來安裝一個系統服務:
windows公用程式 filemon regmon
作者:cross 日期:2006-11-05 21:46
Extract.exe----從 CAB 檔解壓縮檔案。
Makecab.exe----建立 CAB 檔。
Cabview--------檢視 / 處理 CAB 檔的內容。
Cabarc.exe-----從 CAB 檔建立及解壓縮檔案。
Regsvr32.exe---登錄 ActiveX 元件。
Regocx32.exe---登錄 ActiveX 控制項 (.OCX 檔)。
Regit.exe------登錄處理中 ActiveX 伺服器 (.OCX/.DLL 檔)。
Depends.exe----檢視檔案相依性。
Depends.exe----設定檔功能選項。
Filemon.exe----監控檔案存取活動。
Regmon.exe-----監控登錄存取活動。
Clireg32.exe---登錄用戶端電腦上的分散元件物件模型 (DCOM) 元件。
Vbrun60.exe----安裝核心 Visual Basic 檔案。
Setup Toolkit--自訂 Visual Basic 應用程式的安裝。
獨立執行 IE7
作者:cross 日期:2006-11-05 21:46
參考: http://plog.longwin.com.tw/post/1/453
以下連結可以下載直接執行使用.
- Install multiple versions of IE on your PC
- Internet Explorer 7 running side by side with IE6. (standalone)
- evolt.org - IE 各種版本下載
IE7 Standalone 環境設置:
- 下載 IE7 RC1 : http://www.microsoft.com/taiwan/windows/ie/downloads/default.mspx
- 下載 IE7S.zip : http://tredosoft.com/files/IE7s/IE7S.zip
- 用winrar解開IE7-WindowsXP-x86-enu.exe,或是執行IE7-WindowsXP-x86-enu.exe /x解壓縮
- 解開後IE7-WindowsXP-x86-enu.exe,執行update目錄下的xmllitesetup.exe
- 解開IE7S.zip後,置於剛剛解開IE7-WindowsXP-x86-enu.exe的目錄,然後執行IE7s.exe,就可以用了
word插入框框裡有打勾符號
作者:cross 日期:2006-11-05 21:45
DOS指令新增網路印表機
作者:cross 日期:2006-11-05 20:37
Thumbs.db是什麼
作者:cross 日期:2006-11-05 20:19
這是由整個資料夾的圖檔做成的縮圖索引
美其名是..快取 但是..在資料傳遞時,總是會有些困擾
1.請到控制台/資料夾選項/檢視 第一個\"不要快取縮圖\"打勾 然後確定
就不會再生出來啦
2.做一個簡單的批次檔 可以一次將整個硬碟裡的Thumbs.db清除掉
用記事本新增一個新檔案,將下列線內文字複製上去(線不要)
存成 DelThumbs.bat
@echo off
attrib -s -h -r Thumbs.db /s /d >nul
del Thumbs.db /s3.將該檔案放在硬碟(或分割)的最底層,按兩下執行;
便會將該硬碟(分割)裡面的 所有Thumbs.db刪除



