@echo off echo. echo HUNGNP18@FPT.COM echo ------------------------------ echo. net session >nul 2>&1 if %errorlevel% neq 0 ( echo Administrator? echo. pause ) else ( reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\onenote.exe" /v Debugger /t REG_SZ /d nul /f >nul exit )