瀏覽模式: 普通 | 列表
官網: http://www.xxclone.com/
  • 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.
http://www.xxclone.com/idwnload.htm 下載軟體 (Download now   xxclone.zip)

[閱讀全文]

標籤: 備份 xxclone ghost

以 Service 形式啟動 Windows 內建的 PPPoE 撥號


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

公用程式--------說明
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

參考: http://plog.longwin.com.tw/post/1/453

以下連結可以下載直接執行使用.

IE7 Standalone 環境設置:

word插入框框裡有打勾符號

插入 -> 符號 -> 字型選擇 Wingdings 2

DOS指令新增網路印表機

rundll32 printui.dll,PrintUIEntry /y /q /u /in /n\\server_name\printer_name

Thumbs.db是什麼

Quote:
這是由整個資料夾的圖檔做成的縮圖索引
美其名是..快取 但是..在資料傳遞時,總是會有些困擾

1.請到控制台/資料夾選項/檢視 第一個\"不要快取縮圖\"打勾 然後確定
就不會再生出來啦

2.做一個簡單的批次檔 可以一次將整個硬碟裡的Thumbs.db清除掉
用記事本新增一個新檔案,將下列線內文字複製上去(線不要)
存成 DelThumbs.bat
@echo off
attrib -s -h -r Thumbs.db /s /d >nul
del Thumbs.db /s
3.將該檔案放在硬碟(或分割)的最底層,按兩下執行;
便會將該硬碟(分割)裡面的 所有Thumbs.db刪除