RegSetAllUsers
Hi,
Do any of you know what si the use of RegSetAllUsers.exe commnad is for?
Kind Regards,
S.Yuvaraj.
Do any of you know what si the use of RegSetAllUsers.exe commnad is for?
Kind Regards,
S.Yuvaraj.
0 Comments
[ + ] Show comments
Answers (11)
Please log in to answer
Posted by:
dunnpy
14 years ago
Posted by:
Yuvaraj_Subramanian
14 years ago
Posted by:
pjgeutjens
14 years ago
I'm guessing this is linked to this thread?
If so, what exactly is the contents of the Data.reg file?
If so, what exactly is the contents of the Data.reg file?
Posted by:
dunnpy
14 years ago
Right...
So is the regsetallusers.exe file part of the applicaton?
Which application is it?
If you look at the properties of the file it will tell you who published it.
You've not provided any information about the file or application that you're working with and as far as I'm aware none of the other members of this board are mind readers, well maybe Ian (VBScab). I see that Pieter can also do a bit of the old mind reading too [:D]
If you'd like some assistance from the board you will have to provide as much information about the file, application and anything else that is pertinent to your issue for someone to offer advice.
As a rule it's better to give too much information than not enough.
Dunnpy
So is the regsetallusers.exe file part of the applicaton?
Which application is it?
If you look at the properties of the file it will tell you who published it.
You've not provided any information about the file or application that you're working with and as far as I'm aware none of the other members of this board are mind readers, well maybe Ian (VBScab). I see that Pieter can also do a bit of the old mind reading too [:D]
If you'd like some assistance from the board you will have to provide as much information about the file, application and anything else that is pertinent to your issue for someone to offer advice.
As a rule it's better to give too much information than not enough.
Dunnpy
Posted by:
anonymous_9363
14 years ago
Posted by:
Yuvaraj_Subramanian
14 years ago
Hi,
they have given a set of registry files containing the entries related to HKLM and they need the same registries to added to all users location also. This is achieved by executing the below command :
RegSetAllUsers.exe /file Data.reg
Please find the entries inside the registries file below :
Software\Datastd\DSAccess\Device1]
"Name"="Primary"
"BackupDevice"=""
"Retries"=dword:00000001
"RetryWait"=dword:0000000f
"MAX_SESSIONS"=dword:00000001
"InactivityTimeout"=dword:00000000
"Timeout"=dword:0000010e
"ADDRESSTYPE"="UNICAST"
"TN3270PROTOCOL"="TCP"
"TN3270TCPPORT"=dword:00000017
"USE_RAS"=dword:00000000
"TN3270TCPHOST"="SOURCE.DATASTREAM.COM"
"USE_PAP_CHAP"=dword:00000000
"RAS_NAME"=""
"RAS_USERID"=""
"RAS_PASSWORD"=""
"script"=""
"IsScriptActive"=dword:00000000
"TRANSPORT"="TN3270"
[Software\Datastd\DSAccess\Device2]
"Name"="Backup"
"BackupDevice"=""
"Retries"=dword:00000001
"RetryWait"=dword:0000000f
"MAX_SESSIONS"=dword:00000001
"InactivityTimeout"=dword:00000000
"Timeout"=dword:0000010e
"ADDRESSTYPE"="UNICAST"
"TN3270PROTOCOL"="TCP"
"TN3270TCPPORT"=dword:00000017
"USE_RAS"=dword:00000000
"TN3270TCPHOST"="mp.dstd.co.in"
"USE_PAP_CHAP"=dword:00000000
"RAS_NAME"=""
"RAS_USERID"=""
"RAS_PASSWORD"=""
"script"=""
"IsScriptActive"=dword:00000000
"TRANSPORT"="TN3270"
[Software\Datastd]
"DLIVE"="DS"
"USERID"=""
"PASSWORD"=""
"Name"="Primary"
"BackupLogin"=""
"ImportDateFormat"="UK"
"OutputDateFormat"="DEFAULT"
"Timeout"=dword:0000001e
The same regiostries hsould also be added to HKCU\Software\Data.
Kindly advice.
Regards,
Yuvaraj.
they have given a set of registry files containing the entries related to HKLM and they need the same registries to added to all users location also. This is achieved by executing the below command :
RegSetAllUsers.exe /file Data.reg
Please find the entries inside the registries file below :
Software\Datastd\DSAccess\Device1]
"Name"="Primary"
"BackupDevice"=""
"Retries"=dword:00000001
"RetryWait"=dword:0000000f
"MAX_SESSIONS"=dword:00000001
"InactivityTimeout"=dword:00000000
"Timeout"=dword:0000010e
"ADDRESSTYPE"="UNICAST"
"TN3270PROTOCOL"="TCP"
"TN3270TCPPORT"=dword:00000017
"USE_RAS"=dword:00000000
"TN3270TCPHOST"="SOURCE.DATASTREAM.COM"
"USE_PAP_CHAP"=dword:00000000
"RAS_NAME"=""
"RAS_USERID"=""
"RAS_PASSWORD"=""
"script"=""
"IsScriptActive"=dword:00000000
"TRANSPORT"="TN3270"
[Software\Datastd\DSAccess\Device2]
"Name"="Backup"
"BackupDevice"=""
"Retries"=dword:00000001
"RetryWait"=dword:0000000f
"MAX_SESSIONS"=dword:00000001
"InactivityTimeout"=dword:00000000
"Timeout"=dword:0000010e
"ADDRESSTYPE"="UNICAST"
"TN3270PROTOCOL"="TCP"
"TN3270TCPPORT"=dword:00000017
"USE_RAS"=dword:00000000
"TN3270TCPHOST"="mp.dstd.co.in"
"USE_PAP_CHAP"=dword:00000000
"RAS_NAME"=""
"RAS_USERID"=""
"RAS_PASSWORD"=""
"script"=""
"IsScriptActive"=dword:00000000
"TRANSPORT"="TN3270"
[Software\Datastd]
"DLIVE"="DS"
"USERID"=""
"PASSWORD"=""
"Name"="Primary"
"BackupLogin"=""
"ImportDateFormat"="UK"
"OutputDateFormat"="DEFAULT"
"Timeout"=dword:0000001e
The same regiostries hsould also be added to HKCU\Software\Data.
Kindly advice.
Regards,
Yuvaraj.
Posted by:
pjgeutjens
14 years ago
I'm thinking Yuvaraj, that there should be a better solution for the HKCU reg keys than dumping them at install time for all existing users. I'm by no means an expert when it comes to virtualisation, but I'd just put the HKLM keys in place (using standard reg file import) and then put the HKCU keys only for the installing user... see where that gets you
PJ
PJ
Posted by:
timmsie
14 years ago
Posted by:
Yuvaraj_Subramanian
14 years ago
Posted by:
pjgeutjens
14 years ago
Posted by:
Yuvaraj_Subramanian
14 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.