> Set ws = GetObject("winmgmts:{(Shutdown)}//./root/cimv2").ExecQuery("select * from Win32_OperatingSystem where Primary=true") > for each wmi in ws > wmi.Reboot() > next > これを起動時に実行されるタスクにしておけばいいよ(;´Д`) 騙されないよ! 参考:2006/01/12(木)00時36分52秒