2011年8月24日 星期三

自動刪除機碼

To delete a key of registry in Batch file

@echo off
echo "y" | reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\NetCache" >> nul
start "ProgramName"

沒有留言: