IFEO處理

擷取自在下一個未完成腳本的其中一段IFEO處理模組:


::========Taurus's alpha test - modular (3:1)============================
:modular3-1
for /f "tokens=7 delims=\" %%a in ( 'reg query "HKLM\software\microsoft\windows nt\currentversion\image file execution options"' ) do (
If not "%%a"=="Your Image File Name Here without a path" (
reg delete "HKLM\software\microsoft\windows nt\currentversion\image file execution options\%%a" /v Debugger /f
iF %ERRORLEVEL% == 1 (call :label6 )
)
)>nul 2>nul