「WScript入門」RegReadでレジストリから値を取得する

2020年12月16日

サンプルコード

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

 

WScript

Posted by arkgame