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.
ソースコード
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から復元