方法二:使用 Powercfg.exe 實用工具從其他 Windows XP 安裝導入電源使用方案。 可使用 Powercfg.exe 實用工具從某個并行的 Windows XP 安裝或從其他 Windows XP 計算機中導出電源使用方案,然后導入到原始的 Windows XP 安裝中。為此,請按照下列步驟操作:
1. 在新的 Windows XP 的并行安裝中,或者在其他 Windows XP 計算機上,執行以下步驟: a.依次單擊“開始”和“運行”,鍵入 cmd,然后單擊“確定”。 b.在命令提示符處,鍵入以下命令并按 Enter: powercfg /export <scheme>> /file <file> 例如:powercfg /export 演示 /file D:/123 意思是把本機名為《演示》的電源管理方案導出,保存到D盤命名為123 2. 把保存的電源管理方案拷貝到出故障的Windows XP 系統中,執行以下操作: a.依次單擊“開始”和“運行”,鍵入 cmd,然后單擊“確定”。 b.在命令提示符處,鍵入以下命令并按 Enter: powercfg /import <scheme> /file <file> 例如:powercfg /import 演示 /file D:/123