Write String Value to Windows Registry

Version 1.1.0.0 (2,01 KB) von Gordon
A function the writes a string value to a key in the windows registry
358 Downloads
Aktualisiert 21 Mai 2012

Lizenz anzeigen

A function the writes a string value to a key in the windows registry. At the moment there are a number of limitations:
* Only works for string values

Example Usage:
win_write_reg_sz('HKLM','Software\MyProg','TheValue','Hello');

Zitieren als

Gordon (2024). Write String Value to Windows Registry (https://www.mathworks.com/matlabcentral/fileexchange/36681-write-string-value-to-windows-registry), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2010b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Characters and Strings finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.1.0.0

Updated to create registry key if necessary

1.0.0.0