Need some help over here ...
First, i want to read all the value names from registry..
Example :
So this will write the "Data" (The exe location) from the Path !
But now i want to read all the Values from Run, and write them, not just one, the Path !
I want to see all of them from Run, not only the Path !
I also repalce "Path" with Nothing, or "", but dosn't work ...
Help apreciated !
First, i want to read all the value names from registry..
Example :
VB.NET:
Dim readValue As String
readValue = My.Computer.Registry.GetValue("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run", "Path", Nothing)
So this will write the "Data" (The exe location) from the Path !
But now i want to read all the Values from Run, and write them, not just one, the Path !
I want to see all of them from Run, not only the Path !
I also repalce "Path" with Nothing, or "", but dosn't work ...
Help apreciated !