S
Sarfaraz
I have inserted that perticular Reg Key logon using
script, the same is given below.
Dim oShell
Set oShell=CreateObject("wscript.shell")
oShell.RegWrite "HKEY_CURRENT_USER\Software\Valve\CounterS
trike\Settings\Key","2217424267886","REG_SZ"
'**SCRIPT END
I also want the same key should reflect in
"HKEY_USERS\S-1-5-21-2877399473-3800248976-1131707575-5903
\Software\Valve\CounterStrike\Settings\Key","2217424267886
","REG_SZ"
But in S-1-5-21-2877399473-3800248976-1131707575-5903 the
last 4 numbers are different for every user so I cant
push this key using script.
Need suggestion/help for pushing the same key for users.
Thanks in advance.
script, the same is given below.
Dim oShell
Set oShell=CreateObject("wscript.shell")
oShell.RegWrite "HKEY_CURRENT_USER\Software\Valve\CounterS
trike\Settings\Key","2217424267886","REG_SZ"
'**SCRIPT END
I also want the same key should reflect in
"HKEY_USERS\S-1-5-21-2877399473-3800248976-1131707575-5903
\Software\Valve\CounterStrike\Settings\Key","2217424267886
","REG_SZ"
But in S-1-5-21-2877399473-3800248976-1131707575-5903 the
last 4 numbers are different for every user so I cant
push this key using script.
Need suggestion/help for pushing the same key for users.
Thanks in advance.