I want to write a simple registry as below. How can I do that in a simple and short way ?
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"CleanRubbish"="C:\\Program Files\\FastTuner\\Clean.exe"
Thanks for all experts.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"CleanRubbish"="C:\\Program Files\\FastTuner\\Clean.exe"
Thanks for all experts.