求你们了!

解决方案 »

  1.   

    为什么是Rundll32.exe
    有个api是exitwindow好像是这样子的
    可能对你有用
      

  2.   

    ExitWindowsEx(EWX_REBOOT or EWX_FORCE,0);
      

  3.   

    rundll32 user32.dll ExitWindowsEx 后跟什模参数可以 Reboot,并强制终止所有进程别告诉我用 API,我没有开发环境的
      

  4.   

    “Rundll32.exe Shell32.dll,SHExitWindowsEx 1
      

  5.   

    TerminateProcess() API Function;
      

  6.   

    rundll32.exe user.exe,exitwindows//关机
    rundll32.exe user.exe,exitwindowsex//重启
    (windows 98 可用)