#58189 - 2001-08-11 05:54 AM
Quick config for IE...
|
Kdyer
KiX Supporter
   
Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
|
Don't know if this has been done yet..But if you write to this value in the Registry, you do not have to go through the Internet Explorer Setup Wizard. No IEAK needed, if your users are on LAN/WAN.  If you want to get PSGETSID - http://sysinternals.com/ntw2k/freeware/psgetsid.shtml Check it out (untested with PSGETSID).
code:
$sid = SHELL"psgetsid \\@WKSTA -u @USERID"$RC = WriteValue("HKEY_USERS\"+$sid+"\Software\Microsoft\Internet Connection Wizard","Completed","01,00,00,00","REG_BINARY")
If using KIX 4.00 or 3.63 with AD Support, you should be able to simply do -
code:
$RC = WriteValue("HKEY_USERS\@SID\Software\Microsoft\Internet Connection Wizard","Completed","01,00,00,00","REG_BINARY")
What do you think? - Kent [ 11 August 2001: Message edited by: kdyer ] [ 13 August 2001: Message edited by: kdyer ] [ 13 August 2001: Message edited by: kdyer ]
|
|
Top
|
|
|
|
#58200 - 2001-08-15 04:29 PM
Re: Quick config for IE...
|
Kdyer
KiX Supporter
   
Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
|
Lonkero,Sweet! Thanks for the insight to the IF Statement.. Mine
code:
$IESetup = ReadValue ...
Yours
code:
If "01000000" <> ReadValue ...
Much, much cleaner..Thanks for pointing this out. I was trying to figure out this methodology using EXISTKEY or KEYEXIST under 2001.. Hmmm.. Maybe something like -
code:
IF 1 <> EXISTKEY....
Doh!! - Kent [ 15 August 2001: Message edited by: kdyer ]
|
|
Top
|
|
|
|
Moderator: Glenn Barnas, NTDOC, Arend_, Jochen, Radimus, Allen, ShaneEP, Ruud van Velsen, Mart
|
0 registered
and 837 anonymous users online.
|
|
|