2009年9月8日 星期二

提高Windows XP運作速度的三種技巧
1、減少開機磁碟掃描等待時間:
開始→執行,鍵入:chkntfs /t:0

2、刪除系統備份檔案:
開始→執行,敲入:sfc.exe /purgecache

3、卸載Win XP自帶ZIP功能:
開始——執行, 敲入: regsvr32 /u zipfldr.dll

沒有留言:

[c#] process 使用方法

寫法1. Process proc = new Process(); / /PowerShell.exe path proc.StartInfo.FileName = @"c:\Windows\System32\ WindowsPowerShell\v1.0\ powe...