Advertisement
2_2002-2004 Miscellaneous #129011

Easy Regestry Manipulation - ERM

This code is useful for write, read and delete strings in regestry using wscript. You can now forget the cookies...

AI

AIサマリー: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

ソースコード
original-source
dim objReg
set objReg = Createobject("Wscript.shell")
objReg.regwrite "HKCU\Software\testKey\Option","Value"
'To read use, for example :
' msgbox objReg.regread("HKCU\Software\testKey\Option)
'To delete use :
' objReg.regdelete "HKCU\Software\testKey\Option","
オリジナルのコメント (3)
Wayback Machineから復元