Windows Neptune/5.5.5111.1: Difference between revisions

From BetaArchive Wiki
m (Image link fixed)
Line 15: Line 15:
It is the only build of Neptune to have leaked.
It is the only build of Neptune to have leaked.


== Features ==  
== Features ==
[[File:Setup 29.PNG|200px|thumb|Right|Logon Screen]]
 
=== Login screen ===
=== Login Screen ===
The login screen in Neptune is an HTML and Javascript based UI. The login screen files can be found in logonhta.dll. Installing Internet Explorer 6 (on build 5111) usually causes the login screen to stop functioning.
The '''Login Screen''' in Neptune is an HTML and Javascript based UI. The Login Screen files can be found in '''logonhta.dll'''. Installing Internet Explorer 6 on this build usually causes the login screen to stop functioning.
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<!-- added the above to make some space for the next image -->
[[File:Setup 22.PNG|200px|thumb|Right|User Accounts Panel]]


=== User Accounts Panel ===
=== User Accounts Panel ===
Another HTML and Javascript based UI, pretty much an early version of the Windows XP one.
Another HTML and Javascript based UI, pretty much an early version of the Windows XP one.
<br>
The source code for the applet is contained in '''nusrmgr.cpl'''.
Code for the applet it contained in nusrmgr.cpl
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<!-- added the above to make some space for the next image -->


=== Help Center ===
=== Help Center ===
The "Help Center" in this build appears to be a direct copy from an early [[Windows:ME|Windows ME]] build, as the Internal Branding and some help text often contains "Windows Millennium". It is run by MSHTML and uses .htm & xml files for most of the content, as can be seen in the data folder (C:\WINNT\PCHealth\HelpCtr\System).
The '''Help Center''' in this build appears to be a direct copy from an early [[Windows:ME|Windows ME]] build, as the internal branding and help text often contains references to "Windows Millennium". It is run by MSHTML and uses '''.htm''' and '''.xml''' files for most of the content, as can be seen in the data folder '''C:\WINNT\PCHealth\HelpCtr\System'''.


The database is .mdb and can be edited with Microsoft Access (After Whistler 2202, Microsoft switched to a different file format that no longer allowing easy editing), Copying the database from early [[Windows:ME|Windows ME]] builds, should add the full range of support topics however will show some broken help links.
The database is a '''.mdb''' file and can be edited with Microsoft Access (after Whistler 2202, Microsoft switched to a different file format that doesn't allow easy editing); copying the database from early [[Windows:ME|Windows ME]] builds should add the full range of support topics, however some broken help links will show up.


Using the "HCupdate.exe" in the "binarys" and a properly configured .cab file allows updates to the Help Center components.
Using the '''HCupdate.exe''' in the '''binarys''' folder and a properly configured '''.cab''' file allows updates to the Help Center components.
<gallery widths="200px" heights="150px">
image:Setup_29.PNG|Login Screen
image:Setup_22.PNG|User Accounts Panel
image:Helpsupport_5.5.5111.png|Help and Support
image:Activitycenter_5.5.5111.jpg|Activity Center
</gallery>
=== Activity Centers ===
To install the Activity Centers in this build, follow these instructions:


=== Activity Centers ===
*Put your  Neptune installation CD into your CD drive.
[[File:Activitycenter_5.5.5111.jpg|200px|thumb|right|Activity center on Neptune 5111]]
*Click '''Start''', '''Run''' or press '''Windows Key + R''' to open the '''Run''' dialog.
To install the activity centers in Windows Neptune, you need to have the installation CD. After that, you click start, run and type in "REGSVR32 D:\i386\acccore.dll" (without quotes) and press enter (D:\ should be the drive letter of the installation CD). After that, you can find the files in C:\Windows\Activity (or C:\Winnt\activity).  
*Type in '''''regsvr32 X:\i386\accore.dll''''' (where X:\ is the drive letter of your CD drive) and press '''Enter'''.
*Now you can find the files in '''%WINDIR%\Activity'''.


You can set the activity centers as a background, as it is probably meant to be, by doing the following:
You can set the activity centers as a background, as it is probably meant to be, by doing the following:


1. Right click the desktop, click properties and go to the Web tab.
*Right click the desktop, click properties and go to the Web tab.
 
*Put a tick in the box with: Show Web content on my Active Desktop.
2. Put a tick in the box with: Show Web content on my Active Desktop.
*Click the "New" button and browse to the activity center's main homepage ('''%WINDIR%\Activity\Start\StartPage\start.htm''').
 
*Maximize the new screen at the desktop by hovering over the top with your mouse and clicking the second right button.
3. Click the "New" button and browse to the activity center's main homepage (C:\Winnt\activity\start\startpage\start.htm).
*'''Optional:''' Remove the icons by right clicking in the empty space on the desktop, hovering over "Active Desktop" and clicking "Show Desktop Icons". Then place your mouse over the left border and stretch it as far left as possible or click the third right button.
 
4. Maximize the new screen at the desktop by hovering over the top with your mouse and clicking the second right button.
 
5. Remove the icons by right clicking in the empty space on the desktop, hovering over "Active Desktop" and clicking "Show Desktop Icons".
 
6. Now, place your mouse over the left border and stretch it as far left as possible.




Ex-BetaArchive member, [[KenOath|KenOath]] was able to fix the Activity Center completely using different files and resources from unleaked Windows Millennium builds.
The Ex-BA member [[KenOath]] was able to fix the Activity Center completely using different files and resources from unleaked [[Windows:ME|Windows ME]] builds.


== See Also ==
== See Also ==

Revision as of 15:55, 22 May 2011

{{{title}}}
5111about.png
Neptune 5111
Kernel version NT 5.50
CPU architecture x86
Edition Client Professional
BIOS date December 10, 1999



Windows Neptune build 5111 is the Developer Release of Neptune and a Milestone 2 build.

It is the only build of Neptune to have leaked.

Features

Login Screen

The Login Screen in Neptune is an HTML and Javascript based UI. The Login Screen files can be found in logonhta.dll. Installing Internet Explorer 6 on this build usually causes the login screen to stop functioning.

User Accounts Panel

Another HTML and Javascript based UI, pretty much an early version of the Windows XP one. The source code for the applet is contained in nusrmgr.cpl.

Help Center

The Help Center in this build appears to be a direct copy from an early Windows ME build, as the internal branding and help text often contains references to "Windows Millennium". It is run by MSHTML and uses .htm and .xml files for most of the content, as can be seen in the data folder C:\WINNT\PCHealth\HelpCtr\System.

The database is a .mdb file and can be edited with Microsoft Access (after Whistler 2202, Microsoft switched to a different file format that doesn't allow easy editing); copying the database from early Windows ME builds should add the full range of support topics, however some broken help links will show up.

Using the HCupdate.exe in the binarys folder and a properly configured .cab file allows updates to the Help Center components.

Activity Centers

To install the Activity Centers in this build, follow these instructions:

  • Put your Neptune installation CD into your CD drive.
  • Click Start, Run or press Windows Key + R to open the Run dialog.
  • Type in regsvr32 X:\i386\accore.dll (where X:\ is the drive letter of your CD drive) and press Enter.
  • Now you can find the files in %WINDIR%\Activity.

You can set the activity centers as a background, as it is probably meant to be, by doing the following:

  • Right click the desktop, click properties and go to the Web tab.
  • Put a tick in the box with: Show Web content on my Active Desktop.
  • Click the "New" button and browse to the activity center's main homepage (%WINDIR%\Activity\Start\StartPage\start.htm).
  • Maximize the new screen at the desktop by hovering over the top with your mouse and clicking the second right button.
  • Optional: Remove the icons by right clicking in the empty space on the desktop, hovering over "Active Desktop" and clicking "Show Desktop Icons". Then place your mouse over the left border and stretch it as far left as possible or click the third right button.


The Ex-BA member KenOath was able to fix the Activity Center completely using different files and resources from unleaked Windows ME builds.

See Also