1. rundll32.exe를 이용하는 방법
Windows 98 과 Windows ME 에서는 rundll32.exe Shell32.dll, SHExitWindowsEX 0
Windows 2000 및 XP 에서는 RUNDLL32 USER32.DLL,ExitWindowsEx
2. Windows 2000 Server Resource Kit에 포함되어 있는 shutdown.exe 프로그램
3. Sysinternal 사의 PsShutdown 유틸리티
4. WSH 스크립트( Windows 2000/XP에 해당)
'WSHShutdown.vbs
Set OpSysSet = GetObject("winmgmts:{(Shutdown)}//./root/cimv2").ExecQuery( "select * from Win32_OperatingSystem where Primary=true")
for each OpSys in OpSysSet
OpSys.ShutDown()
next
'FAQ Topics > Desktop Environment' 카테고리의 다른 글
| 비스타에서 시작 메뉴의 검색 기능을 사용하는 방법은? (0) | 2007/04/05 |
|---|---|
| MMC를 최대화하여 시작하는 방법은? (0) | 2004/11/28 |
| 윈도우 시스템 종료하는 명령어 및 프로그램 (0) | 2002/11/28 |
| Windows XP에서 썸네일(thumbnail) 캐시를 유지하지 못하게 하는 방법은 ? (0) | 2002/10/10 |
| Windows 2000 에서 내 네트워크 환경 아래 액티브 디렉터리 폴더를 숨기는 방법은 ? (0) | 2002/04/25 |
| 시스템 트레이에 있는 아이콘을 제거하는 방법은 ? (0) | 2000/12/19 |



댓글을 달아 주세요