Windows NT is a proprietary graphical operating system produced by Microsoft and its first version was released on July 27, 1993. It is a processor-independent, multi-processor and multi-user operating system.
This edition of Windows NT 5 is a member of the Microsoft Windows NT family, beginning with Windows 2000 and ending with Windows Server 2003.
- Extract source tree, in this guide we will assume
C:\NT
. - Remove the Read Only setting, including subfolders and files.
- Create desktop shortcut for
%windir%\system32\cmd.exe /k C:\NT\tools\razzle.cmd free offline
- Open razzle window using shortcut you created
- Performs clean rebuild of all components:
build /cZP
- Builds only components that have changed since last clean build:
build /ZP
- Mount RTM CD and execute
tools\missing.cmd
(optionally, perform this step for every SKU) - Execute
tools\postbuild.cmd
(use-sku:{sku}
if you want to process only specific one, expectfilechk
errors if you ignore this and have skipped onmissing.cmd
optional step)
Execute tools\oscdimg.cmd {sku}
where {sku}
is one of:
srv
- Windows Server 2003 Standard Editionsbs
- Windows Server 2003 Small Business Editionads
- Windows Server 2003 Enterprise Editiondtc
- Windows Server 2003 Datacenter Editionbla
- Windows Server 2003 Web Editionper
- Windows XP Home Editionpro
- Windows XP Professional
I do not own this source code. The leaks are not from me. I uploaded the extracted source code to a new repository because I thought it would benefit developers.
Please use the New Issue button to submit issues, feature requests or support issues directly to me. You can also send an e-mail to [email protected].