2006/01/12 (木) 00:36:52        [qwerty]
Set ws = GetObject("winmgmts:{(Shutdown)}//./root/cimv2").ExecQuery("select * from Win32_OperatingSystem where Primary=true")
for each wmi in ws
	wmi.Reboot()
next

これを起動時に実行されるタスクにしておけばいいよ(;´Д`)