WSHでサスペンドさせる
をテンプレートにして作成
[
Front page
] [
Page list
|
Search
|
Recent changes
|
RSS of recent changes
]
Start:
WSHでシャットダウンさせるネタはWMIを使ったものを良く見る...
var WShell = WScript.CreateObject("WScript.Shell");
WShell.Run("rundll32.exe powrprof.dll,SetSuspendState");
----
[[CategoryWSH]]
End:
WSHでシャットダウンさせるネタはWMIを使ったものを良く見る...
var WShell = WScript.CreateObject("WScript.Shell");
WShell.Run("rundll32.exe powrprof.dll,SetSuspendState");
----
[[CategoryWSH]]
Page:
HTML convert time: 0.001 sec.