I have a program that installs its sessions for setups in the registry.
I need to remove all the sessions but a couple to stop users from changing things.
and in the ones that are left i want to change the
"User" = ""
to
"User" = "logged in users name"
I want my program to do this because so i dont have to do it manually everytime i install the program on a new computer.
registry is like this
my computer\HKEY_CURRENT_USER\Software\"Company Name"\"Program"\session
all the keys reside here there are 14 keys here and i only need 2 of them so the users quit messing things up
can any one help
I need to remove all the sessions but a couple to stop users from changing things.
and in the ones that are left i want to change the
"User" = ""
to
"User" = "logged in users name"
I want my program to do this because so i dont have to do it manually everytime i install the program on a new computer.
registry is like this
my computer\HKEY_CURRENT_USER\Software\"Company Name"\"Program"\session
all the keys reside here there are 14 keys here and i only need 2 of them so the users quit messing things up
can any one help