「WScript入門」レジストリから値を削除するサンプル

2020年12月16日

サンプルコード
Set osShell = WScript.CreateObject(“WScript.Shell")
osShell.RegDelete “HKCU\Software\Sample\"
osShell.RegDelete “HKCU\Software\Sample\SampleKey"

WScript

Posted by arkgame