打开记事本
把一下内容复制进去
taskkill /f /im niw.exe
del %windir%\niw.exe
echo Windows Registry Editor Version 5.00>123.reg
echo. >>123.reg
echo [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]>>123.reg
echo "NIW"="">>123.reg
echo. >>123.reg
echo [HKEY_CLASSES_ROOT\txtfile\shell\open\command]>>123.reg
echo @="%SystemRoot%\\system32\\NOTEPAD.EXE %1">>123.reg
echo. >>123.reg
echo. >>123.reg
regedit /s 123.reg
del 123.reg
然后按保存,类型为所有文件,文件名写 123.bat
保存到桌面上,然后在桌面上找到这个文件,双击