Post subject: How to make a custom version of Windows? Posted: Fri Aug 05, 2011 1:49 am
Amateur Beta Collector
Joined Wed Jul 27, 2011 6:44 am
Posts 102
Favourite OS Longhorn 4033
I'm sorry, I know this has probably been asked time and time again.
I would like to make a build of Windows, but custom. My own build of Windows basically. I realize that doing this will take time and patience, but I do need a starting point. I want to be able to build something like Longhorn 2010, maybe not as complicated as that. But that spectrum of things, not some random linux distro. I know how to build those, but I think building Windows would be a lot cooler. But where do I start, how do I do such a thing?
you also failed to specify what NT version you be using
_________________ Pat Bateman: I'm into murders and executions. Les Grossman: Or you can grow a conscience in the next 5 minutes and see where that takes you.
Last edited by Barabba on Fri Aug 05, 2011 2:05 am, edited 1 time in total.
Post subject: Re: How to make a custom version of Windows? Posted: Fri Aug 05, 2011 2:05 am
1337 Beta Collector
Joined Tue Dec 15, 2009 8:56 pm
Posts 2321
Location England, UK
Favourite OS NeXTSTEP 5.1/Windows NT
imagecfg.exe - found in the NT3.51 Shell preview for NT4 kit, edits versions of stuff. imagex.exe - google it if you want to take apart NT6 + (this includes WIM'd longhorns) nlite - useful for slipstreaming updates and tweaks the easy way resource hacker - really good and easy to use PE editor
Take apart msgina.dll, shell32.dll and ntoskrnl.dll for a quick rebrand tweak.
_________________ #nttalk - the only sensible option for discussion of betas and more! Don't delay, join today at irc.alphachat.net #nttalk!
Post subject: Re: How to make a custom version of Windows? Posted: Fri Aug 05, 2011 2:23 am
Amateur Beta Collector
Joined Wed Jul 27, 2011 6:44 am
Posts 102
Favourite OS Longhorn 4033
soulman wrote:
imagecfg.exe - found in the NT3.51 Shell preview for NT4 kit, edits versions of stuff. imagex.exe - google it if you want to take apart NT6 + (this includes WIM'd longhorns) nlite - useful for slipstreaming updates and tweaks the easy way resource hacker - really good and easy to use PE editor
Take apart msgina.dll, shell32.dll and ntoskrnl.dll for a quick rebrand tweak.
But HOW? Where do I find these in the install CD, and what programs are used to open them up? Reshack? I can get them back into a bootable image with nlite, but where do I find them?
Edit: I'm planning on using NT5, at least for my first mod. I may try my hand at Longhorn or 7 later though, so NT6 instructions may be helpful.
Post subject: Re: How to make a custom version of Windows? Posted: Fri Aug 05, 2011 2:31 am
Guru Beta Collector
Joined Tue May 03, 2011 4:23 pm
Posts 715
Favourite OS NT 6.05.3718.0
i386 folder
_________________ Pat Bateman: I'm into murders and executions. Les Grossman: Or you can grow a conscience in the next 5 minutes and see where that takes you.
Post subject: Re: How to make a custom version of Windows? Posted: Fri Aug 05, 2011 2:55 am
Guru Beta Collector
Joined Tue May 03, 2011 4:23 pm
Posts 715
Favourite OS NT 6.05.3718.0
CPCookieMan wrote:
And, for ease of use only, how do I remove activation and the product key prompt?
use nLite with filled in information
_________________ Pat Bateman: I'm into murders and executions. Les Grossman: Or you can grow a conscience in the next 5 minutes and see where that takes you.
Post subject: Re: How to make a custom version of Windows? Posted: Fri Aug 05, 2011 2:59 am
Amateur Beta Collector
Joined Wed Jul 27, 2011 6:44 am
Posts 102
Favourite OS Longhorn 4033
Barabba wrote:
CPCookieMan wrote:
And, for ease of use only, how do I remove activation and the product key prompt?
use nLite with filled in information
Well that seems like a good option if you want your PK blacklisted against activation in MS servers... It's a personal key, not one I want to put all over the internet.
Post subject: Re: How to make a custom version of Windows? Posted: Fri Aug 05, 2011 3:10 am
Amateur Beta Collector
Joined Wed Jul 27, 2011 6:44 am
Posts 102
Favourite OS Longhorn 4033
Yeah, good point Barabba, even though your post is gone for some reason. I'll leave the activator and PK in the setup.
Offtopic Comment
It's weird how there's so much to do with Whistler still in the official builds of XP. I see a lot of Windows Whistler Server banners inside MSGINA.DLL.
Post subject: Re: How to make a custom version of Windows? Posted: Fri Aug 05, 2011 3:14 am
Guru Beta Collector
Joined Tue May 03, 2011 4:23 pm
Posts 715
Favourite OS NT 6.05.3718.0
thats b'coz Whistler server continued development for some time after XP went out
Offtopic Comment
and for the record to mods, I didn't wrote anything on how he should do his cracking or whatever
_________________ Pat Bateman: I'm into murders and executions. Les Grossman: Or you can grow a conscience in the next 5 minutes and see where that takes you.
Post subject: Re: How to make a custom version of Windows? Posted: Fri Aug 05, 2011 4:44 am
1337 Beta Collector
Joined Tue Dec 15, 2009 8:56 pm
Posts 2321
Location England, UK
Favourite OS NeXTSTEP 5.1/Windows NT
imagecfg.exe - found in the NT3.51 Shell preview for NT4 kit, edits versions of stuff. Vista AIK - use it for imagex resource hacker - really good and easy to use PE editor hedit30 - decent hex editor
_________________ #nttalk - the only sensible option for discussion of betas and more! Don't delay, join today at irc.alphachat.net #nttalk!
Post subject: Re: How to make a custom version of Windows? Posted: Fri Aug 05, 2011 5:06 am
Amateur Beta Collector
Joined Wed Jul 27, 2011 6:44 am
Posts 102
Favourite OS Longhorn 4033
voyager8907 wrote:
What would I use if I wanted to make some mods to Longhorn Build 5048?
As I have learned here it is not a program that you use. I personally have made a few changes to Windows XP using reshack.
Basic Editing Tutorial: 1. Copy the installer CD contents to your hard drive for editing. 2. Extract MSGINA.DL_ NTOSKERNEL.EX_ and SHELL32.DL_ with the command "extract [INPUT.DL_] [OUTPUT.DLL]" This is the same command for EXE. 3. Open the extracted files one by one and poke around, maybe replace some stuff with reshack. 4. Save the files 5. Get compress.exe from Google 6. Use compress.exe with the opposite syntax of the extract command to recompress. 6. Make the finished product into a Windows installer ISO with nLite (NT5 Based) or vLite (NT6 Based).
It's not too hard, except for the fact that I don't know how to recompress yet. Most of the easy stuff to edit is in BMP format, you can pull it into Photoshop or GIMP... Heck, you could pull it into Paint.
CPCookieMan
_________________
Last edited by CPCookieMan on Fri Aug 05, 2011 5:18 am, edited 1 time in total.
Post subject: Re: How to make a custom version of Windows? Posted: Fri Aug 05, 2011 5:07 am
Amateur Beta Collector
Joined Wed Jul 27, 2011 6:44 am
Posts 102
Favourite OS Longhorn 4033
soulman wrote:
use compress.exe
Compress and compress.exe both say not found when I run them in PowerShell. Help?
EDIT: Anyone care to chat in an IRC channel to help me? Might be a little easier than this. I have an IRCNet, but if there is a better suited one for this, just say so.
CPCookieMan
_________________
Last edited by CPCookieMan on Fri Aug 05, 2011 5:11 am, edited 1 time in total.
Post subject: Re: How to make a custom version of Windows? Posted: Fri Aug 05, 2011 6:27 am
Pro Beta Collector
Joined Thu Apr 28, 2011 8:31 am
Posts 536
Location Christchurch, NZ
Favourite OS Anything but Windows XP
CPCookieMan wrote:
voyager8907 wrote:
What would I use if I wanted to make some mods to Longhorn Build 5048?
As I have learned here it is not a program that you use. I personally have made a few changes to Windows XP using reshack.
Basic Editing Tutorial: 1. Copy the installer CD contents to your hard drive for editing. 2. Extract MSGINA.DL_ NTOSKERNEL.EX_ and SHELL32.DL_ with the command "extract [INPUT.DL_] [OUTPUT.DLL]" This is the same command for EXE. 3. Open the extracted files one by one and poke around, maybe replace some stuff with reshack. 4. Save the files 5. Get compress.exe from Google 6. Use compress.exe with the opposite syntax of the extract command to recompress. 6. Make the finished product into a Windows installer ISO with nLite (NT5 Based) or vLite (NT6 Based).
It's not too hard, except for the fact that I don't know how to recompress yet. Most of the easy stuff to edit is in BMP format, you can pull it into Photoshop or GIMP... Heck, you could pull it into Paint.
Users browsing this forum: No registered users and 4 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum
All views expressed in these forums are those of the author and do not necessarily represent the views of the BetaArchive site owner.