简体   繁体   中英

Modifying windows registry key

Does anyone ever used an OLE or an ActiveX to modify the windows registry keys?

I have found some documentation to do it in command line, but I would like a way to program it otherwise.

Our context is an HTA application.

For COM objects to access the Registry from scripts or classic ASP you can choose from:

The "Set" methods of the WMI StdRegProv class: http://msdn.microsoft.com/en-us/library/aa394600%28v=vs.85%29.aspx

or

The WshShell RegWrite method http://msdn.microsoft.com/en-us/library/yfdfhz1b%28v=vs.85%29.aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM