WScript

サンプルコード

Set osShell = WScript.CreateObject("WScript.Shell")WScript.Echo osShell.RegRead("HKCU\Software\Sample\")WS ...

WScript

サンプルコード
Set osShell = WScript.CreateObject(“WScript.Shell”)
osShell.RegDelete “HKCU\Softwar ...

WScript

説明
REG_WORD 数値
REG_SZ 文字列
サンプルコード

Set osShell = WScript.CreateObject("WScript.Shell")osShell.RegWrite ...