How can I change my Windows build number?

Discuss Windows Vista/Server 2008 to Windows 10.
Post Reply
WindowsBetalovr
User avatar
Posts: 257
Joined: Wed Feb 10, 2010 8:11 pm
Location: Sitting in front of a computer

How can I change my Windows build number?

Post by WindowsBetalovr »

How can I change my Windows build number?
Example:
I want to change my Whistler build number 2526 to 2600

Does anyone know how to do it?

Thanks.
"There is a fine line between fishing and just standing on the shore like an idiot."

RichardG867
Posts: 596
Joined: Tue Oct 23, 2007 11:21 pm

Re: How can I change my Windows build number?

Post by RichardG867 »

Imagecfg?

WindowsBetalovr
User avatar
Posts: 257
Joined: Wed Feb 10, 2010 8:11 pm
Location: Sitting in front of a computer

Re: How can I change my Windows build number?

Post by WindowsBetalovr »

What do you mean by Imagecfg?
"There is a fine line between fishing and just standing on the shore like an idiot."

Pwned
Donator
Posts: 4268
Joined: Sat Aug 22, 2009 4:28 pm

Re: How can I change my Windows build number?

Post by Pwned »

WindowsBetalovr wrote:What do you mean by Imagecfg?
Download imagecfg.exe x86 from Google. Open ntoskrnl, ntkrpamp.exe and other kernels in imagecfg and change the build number. Then open win32k.sys through imagecfg and change build too (if there is no win32k.sys it's ok).

WindowsBetalovr
User avatar
Posts: 257
Joined: Wed Feb 10, 2010 8:11 pm
Location: Sitting in front of a computer

Re: How can I change my Windows build number?

Post by WindowsBetalovr »

How many other kernels are there?
You have mentioned ntoskrnl, ntkrpamp.exe and win32k.sys, but which others are there?
"There is a fine line between fishing and just standing on the shore like an idiot."

Pwned
Donator
Posts: 4268
Joined: Sat Aug 22, 2009 4:28 pm

Re: How can I change my Windows build number?

Post by Pwned »

WindowsBetalovr wrote:How many other kernels are there?
You have mentioned ntoskrnl, ntkrpamp.exe and win32k.sys, but which others are there?
All that starts with ntoskr*.exe or ntkr*.exe

WindowsBetalovr
User avatar
Posts: 257
Joined: Wed Feb 10, 2010 8:11 pm
Location: Sitting in front of a computer

Re: How can I change my Windows build number?

Post by WindowsBetalovr »

I don't know how to change them with imagecfg, can I please get some help
And another thing, can I use Resource Hacker instead?
"There is a fine line between fishing and just standing on the shore like an idiot."

Fyyre
User avatar
Posts: 63
Joined: Sat Jan 23, 2010 6:55 pm
Contact:

Re: How can I change my Windows build number?

Post by Fyyre »

Using Resource Hacker won't accomplish anything, other than cosmetics...

You need to modify NtBuildNumber, he is export of ntoskrnl (data) -- I attach example of how to do so using driver, in some basic assembly language.

http://fyyre.l2-fashion.de/other/NtBuildNumber.asm

or... load ntoskrnl.exe into disasm such as IDA, find offset of NtBuildNumber, change with hex editor, now fix checksum on ntoskrnl.exe (system files require valid checksum), you may do this using say CFF_Explorer or LordPE.

-Fyyre

Pwned
Donator
Posts: 4268
Joined: Sat Aug 22, 2009 4:28 pm

Re: How can I change my Windows build number?

Post by Pwned »

Fyyre wrote:Using Resource Hacker won't accomplish anything, other than cosmetics...

You need to modify NtBuildNumber, he is export of ntoskrnl (data) -- I attach example of how to do so using driver, in some basic assembly language.

http://fyyre.l2-fashion.de/other/NtBuildNumber.asm

or... load ntoskrnl.exe into disasm such as IDA, find offset of NtBuildNumber, change with hex editor, now fix checksum on ntoskrnl.exe (system files require valid checksum), you may do this using say CFF_Explorer or LordPE.

-Fyyre
Oh man... No need for that... Easier to just use imagecfg with -b string...

Fyyre
User avatar
Posts: 63
Joined: Sat Jan 23, 2010 6:55 pm
Contact:

Re: How can I change my Windows build number?

Post by Fyyre »

Pwned wrote:Oh man... No need for that... Easier to just use imagecfg with -b string...
Work on ntoskrnl with digital signature?

Pwned
Donator
Posts: 4268
Joined: Sat Aug 22, 2009 4:28 pm

Re: How can I change my Windows build number?

Post by Pwned »

Fyyre wrote:
Pwned wrote:Oh man... No need for that... Easier to just use imagecfg with -b string...
Work on ntoskrnl with digital signature?
Works on XP's ntoskrnl, which has NO digital signature.

linuxlove
Donator
Posts: 5901
Joined: Tue Dec 01, 2009 2:56 am

Re: How can I change my Windows build number?

Post by linuxlove »

Will this work with Windows 7 too? And if so do I use it "imagecfg -b 7600.16835"?
Goodbye.

oscarlondon
User avatar
Posts: 12
Joined: Wed Mar 10, 2010 8:18 am

Re: How can I change my Windows build number?

Post by oscarlondon »

Go to : start --> regedit.exe then open HKEY_LOCAL_MACHINE then Software then Microsoft then Windows NT then click on Current Version now you can chane the version (eg. Windows XP to Windows Vista or Windows Pirated Edition ect.) or Service Pack! Enjoy!

Suumpmolk
User avatar
Donator
Posts: 2499
Joined: Thu Nov 05, 2009 6:13 pm

Re: How can I change my Windows build number?

Post by Suumpmolk »

those settings will revert to old ones after reboot of an OS
and SP number can't be changed via reg

atleast not on XP SP3
Last edited by Suumpmolk on Wed May 05, 2010 8:04 pm, edited 1 time in total.
maybe it was leaves...

RIP Josh Exley

Image

EvNik
User avatar
Posts: 108
Joined: Wed Apr 21, 2010 2:14 pm
Location: Ukraine

Re: How can I change my Windows build number?

Post by EvNik »

If you want to change the build number in Winver just ResHack shell32.dll
Offtopic Comment
-Why do you call this software "beta"?
-Because it is better than nothing. :-)

Suumpmolk
User avatar
Donator
Posts: 2499
Joined: Thu Nov 05, 2009 6:13 pm

Re: How can I change my Windows build number?

Post by Suumpmolk »

why modify system file if you can do it via registry safe ?
maybe it was leaves...

RIP Josh Exley

Image

PISTA
Posts: 51
Joined: Sat Sep 06, 2008 5:51 pm
Location: Hungary

Re: How can I change my Windows build number?

Post by PISTA »

How can i change the version number of all system files?
I'm using XP now and the version number like this:
Image
and the Longhorn version number is:
Image

EvNik
User avatar
Posts: 108
Joined: Wed Apr 21, 2010 2:14 pm
Location: Ukraine

Re: How can I change my Windows build number?

Post by EvNik »

Suumpmolk wrote:why modify system file if you can do it via registry safe ?
Doing it via registry is impossible - after restart it go to its previous status (with 2600 build number)
Offtopic Comment
-Why do you call this software "beta"?
-Because it is better than nothing. :-)

Suumpmolk
User avatar
Donator
Posts: 2499
Joined: Thu Nov 05, 2009 6:13 pm

Re: How can I change my Windows build number?

Post by Suumpmolk »

i didn't see anywhere in shell32 where it even has anything related
to build numbers, except for file itself which is useless

care to show ?
maybe it was leaves...

RIP Josh Exley

Image

EvNik
User avatar
Posts: 108
Joined: Wed Apr 21, 2010 2:14 pm
Location: Ukraine

Re: How can I change my Windows build number?

Post by EvNik »

Suumpmolk wrote:i didn't see anywhere in shell32 where it even has anything related
to build numbers, except for file itself which is useless

care to show ?
You need ResHack. Open shell32.dll and find resource named "String Table", open 4th folder and edit resource 60
Image
Offtopic Comment
-Why do you call this software "beta"?
-Because it is better than nothing. :-)

Suumpmolk
User avatar
Donator
Posts: 2499
Joined: Thu Nov 05, 2009 6:13 pm

Re: How can I change my Windows build number?

Post by Suumpmolk »

registry overrides it
already tried it on clean XP
maybe it was leaves...

RIP Josh Exley

Image

EvNik
User avatar
Posts: 108
Joined: Wed Apr 21, 2010 2:14 pm
Location: Ukraine

Re: How can I change my Windows build number?

Post by EvNik »

Suumpmolk wrote:registry overrides it
already tried it on clean XP
You should save it in another folder (My documents etc.), do as I said, boot from DOS bootdisk (no bootdisk done from Windows) and replace the file in system32 with modified one. For me it works.
Offtopic Comment
Registry (and Windows) can't edit .dll files.
Offtopic Comment
-Why do you call this software "beta"?
-Because it is better than nothing. :-)

Suumpmolk
User avatar
Donator
Posts: 2499
Joined: Thu Nov 05, 2009 6:13 pm

Re: How can I change my Windows build number?

Post by Suumpmolk »

its not in shell32 anyway

registry + win32k.sys + sysdm.cpl are answer

thanks to PortalCake for this
maybe it was leaves...

RIP Josh Exley

Image

Post Reply