H
Harry Davis
Hello,
I am using a string value in
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
to control whether a program starts at boot.
Is it possible and safe to comment the value data in and out, e.g. to have
"C:\Path\program.exe"
as the data, and then, when not wanting the program to start at next boot,
putting in a ";", i.e. changing the date to
;"C:\Path\program.exe"
?
Or maybe there is a better way to do this, requiring equally little typing?
Thanks in advance!
Harry
I am using a string value in
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
to control whether a program starts at boot.
Is it possible and safe to comment the value data in and out, e.g. to have
"C:\Path\program.exe"
as the data, and then, when not wanting the program to start at next boot,
putting in a ";", i.e. changing the date to
;"C:\Path\program.exe"
?
Or maybe there is a better way to do this, requiring equally little typing?
Thanks in advance!
Harry