#104755 - 2003-09-08 01:03 PM
Re: @userid doesn't work with some Win95 Clients
|
Anonymous
Anonymous
Unregistered
|
Lonkero, SHELL32.DLL Version 4.00.1111 is currently running on the Win95 clients.
|
|
Top
|
|
|
|
#104757 - 2003-09-08 02:59 PM
Re: @userid doesn't work with some Win95 Clients
|
Anonymous
Anonymous
Unregistered
|
I know what you mean Lonkero, after the desktop "upgrade" you'll get the quicklaunch bar and the system DEcreases approx. 15-20%...
But hey, I'll give it a try
|
|
Top
|
|
|
|
#104760 - 2003-09-08 03:53 PM
Re: @userid doesn't work with some Win95 Clients
|
Anonymous
Anonymous
Unregistered
|
I allready installed IE55sp2 on the win95 clients and I think I have to uninstall that first to be able to install IE4SP2.
But hey, right now I'm willing to do anything to get it to work (well...allmost anything )
I allready installed all the updates/patches.
On the Win95 client that does work Active Desktop isn't running.
|
|
Top
|
|
|
|
#104769 - 2003-09-09 08:16 AM
Re: @userid doesn't work with some Win95 Clients
|
masken
MM club member
   
Registered: 2000-11-27
Posts: 1222
Loc: Gothenburg, Sweden
|
This is my "Update95.kix" script... perhaps it'll help you:
code:
BREAK OFF
$Wininit = "%WINDIR%\Wininit.ini" IF EXIST("$Wininit") = 1 DEL "$Wininit" ENDIF
IF GETFILEVERSION("%WINDIR%\System\MSNET32.dll", "FileVersion") <> "4.10.2224" COLOR w/b ? " - MS NET update..." COLO y+/b COPY "$HomeServer\fileserver$$\Files\Update95\MSNET32.DLL" "%WINDIR%\System\MSNET32.95x" IF @ERROR = 0 $nul = WRITEPROFILESTRING("$Wininit", "Rename", "%WINDIR%\System\MSNET32.DLL", "%WINDIR%\System\MSNET32.95x") $Reboot = "YES" ENDIF COPY "$HomeServer\fileserver$$\Files\Update95\MSVCRT.DLL" "%WINDIR%\System\MSVCRT.95x" IF @ERROR = 0 $nul = WRITEPROFILESTRING("$Wininit", "Rename", "%WINDIR%\System\MSVCRT.DLL", "%WINDIR%\System\MSVCRT.95x") $Reboot = "YES" ENDIF COPY "$HomeServer\fileserver$$\Files\Update95\NETAPI.DLL" "%WINDIR%\System\NETAPI.95x" IF @ERROR = 0 $nul = WRITEPROFILESTRING("$Wininit", "Rename", "%WINDIR%\System\NETAPI.DLL", "%WINDIR%\System\NETAPI.95x") $Reboot = "YES" ENDIF COPY "$HomeServer\fileserver$$\Files\Update95\NETAPI32.DLL" "%WINDIR%\System\NETAPI32.95x" IF @ERROR = 0 $nul = WRITEPROFILESTRING("$Wininit", "Rename", "%WINDIR%\System\NETAPI32.DLL", "%WINDIR%\System\NETAPI32.95x") $Reboot = "YES" ENDIF ENDIF
$ComVersion = GETFILEVERSION("%WINDIR%\System\COMCTL32.DLL", "FileVersion") IF INSTR("$ComVersion", "5.8") = 0 COLOR w/b ? " - ComCtl uppdate..." COLOR y+/b SHELL "%COMSPEC% /C $HomeServer\fileserver$$\Files\Update95\50comupd.exe /Q" SLEEP 20 $Reboot = "YES" ENDIF
IF $Reboot = "YES" IF OPEN(2, "$UserLog", 5) = 0 $LogTxt = "@DATE, kl @TIME [@USERID] -> Win95 systemupdate on @WKSTA made by @USERID." $nul = WRITELINE(2,"$LogTxt" + CHR(13) + CHR(10)) IF CLOSE(2) ENDIF ENDIF COPY "$HomeServer\fileserver$$\Files\shutdown.exe" "%WINDIR%" $Message = "The systemfiles on your PC has been updated and your PC must be rebooted." + CHR(13) + CHR(10) + CHR(13) + CHR(10) + "If your PC doesn't automatically reboot in a couple of seconds after pressing " + CHR(34) + "Ok" + CHR(34) + ", do so manually." + CHR(13) + CHR(10) + CHR(13) + CHR(10) + "The IT-dept." BEEP $nul = MESSAGEBOX("$Message", "Systemupdate", 64, 45) $once = WRITEVALUE("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce","","%WINDIR%\shutdown.exe 4","REG_SZ") EXIT 2 ELSE EXIT 1 ENDIF
_________________________
The tart is out there
|
|
Top
|
|
|
|
#104770 - 2003-09-09 08:21 AM
Re: @userid doesn't work with some Win95 Clients
|
Anonymous
Anonymous
Unregistered
|
I made the WINDOWS LOGON primary and it works! However I'm using the @userid and not the @wuserid.
I guess I should be happy
But the thing is, on the client that allready was working the NETWORK LOGON is primary.
I just downloaded DUN1.4 and will update the Win95 client and see if I get the script to work with the NETWORK LOGON as primary logon.
|
|
Top
|
|
|
|
Moderator: Arend_, Allen, Jochen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Mart
|
0 registered
and 1662 anonymous users online.
|
|
|