このサンプルではregStrで指定したレジストリ値を操作します。 Option Explicit Dim regStr, WshShell regStr = "HKCU\..." Set WshShell = CreateObject("WScript.Shell") WScript.Echo WshShell.RegRead(regStr) WScript.Echo WshShell.RegWrite(regStr, 1, "REG_DWORD") WScript.Echo WshShell.
19.06.2017 02:34
=======================================
http://ift.tt/1abnmbU
June 19, 2017 at 09:34AM
=======================================
http://ift.tt/1abnmbU
June 19, 2017 at 09:34AM
コメント
コメントを投稿