Multi Manufacturer Pre-Activation
#541
Posted 12 September 2008 - 07:44 AM
#542
Posted 28 February 2009 - 05:03 AM
- MMTool 2.22.1(google is your friend)
- hex-editor / ultraedit
- resource hacker
- Open Resource hacker and extract BIOS resource, the 256kb file extracted is the bios to be edited, rename it to bios.rom
- next, open mmtool "powertool" and open that bios.rom, select dmi and extract it to dmi.rom
- Open it with UltraEdit and replace the original contents, like: "Mircrosoft Corporation" , "Virtual Machine" etc etc, with the ones of your choice, save
- In mmtool use the replace function to replace the DMI with the just saved dmi.rom - save
- In resource Hacker replace BIOS, 13500 resource with the bios file saved in the step above ("BIOS, 13500, 1033")
- save and test

#543
Posted 06 May 2009 - 07:07 PM
#545
Posted 14 May 2009 - 06:43 AM
Im Guessing It B/c My PC's Info Hasn't Been Added To The Script?
Here's My PC's Info
Manufacturer: Acer, inc. Model: TravelMate 2480 41636572 2C20696E 632E
#546
Posted 02 June 2009 - 05:45 AM
Am interested in creating a Dell OEM XP Vanilla Royalty CD from MSDN XP Vanilla. Is this possible?
I have tried putting my OEM BIOS files into a MSDN XP SP1a and it doesn't work. It only works when placing OEM BIOS files into an old official Dell OEM XP SP1a CD. I have both SP1a & SP2 Dell CDs. However what am looking for is Dell XP Vanilla OEM CD. I haven't purchased Dell PCs too old when Dell shipped out vanilla XP CDs but am sure they did because it took about 2 years before MS released SP1a.
Does anyone have an old Dell OEM XP Vanilla CD?
#549
Posted 26 January 2010 - 02:22 PM
Model: HP Compaq 6000 Pro SFF PC
4865776C 6574742D 5061636B 617264
#550
Posted 16 March 2010 - 04:04 AM
What is the is the purpose of the numbers outputed from the vb script???
Does the output of the vbs script have to do with PID number and extra data located in the setup.ini. Mine outputs
Manufacturer: Dell Computer Corporation
Model: OptiPlex GX150
44656C6C 20436F6D 70757465 7220436F 72706F72 6174696F 6E
That would make sense to me but figured id ask..
Thanks
#551
Posted 22 August 2010 - 08:18 AM
chrisoborski, on 16 March 2010 - 04:04 AM, said:
What is the is the purpose of the numbers outputed from the vb script???
Does the output of the vbs script have to do with PID number and extra data located in the setup.ini. Mine outputs
Manufacturer: Dell Computer Corporation
Model: OptiPlex GX150
44656C6C 20436F6D 70757465 7220436F 72706F72 6174696F 6E
That would make sense to me but figured id ask..
Thanks
Manufacturer: Dell Computer Corporation
Model: OptiPlex GX150
Manufacturer (hex):
44656C6C 20436F6D 70757465 7220436F 72706F72 6174696F 6E
Hex to String Converter: http://chxo.com/scripts/hex2string.php
strComputer = "."
Dim Act, ComputerReport, Fso, Dtop, Report, Ts
Set Act = CreateObject("Wscript.Shell")
Set Fso = CreateObject("Scripting.FileSystemObject")
Dtop = Act.SpecialFolders("Desktop")
Set Ts = Fso.CreateTextFile(Dtop & "\ComputerReport.txt")
Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colComputer = objWMIService.ExecQuery("Select * from Win32_ComputerSystem")
For Each objComputer In colComputer
MfgHex=""
For i=1 To Len(objComputer.Manufacturer)
MfgHex=MfgHex & Hex(Asc(Mid(objComputer.Manufacturer,i,1)))
If i Mod 4 = 0 then MfgHex=MfgHex & " "
Next
ComputerReport = (vbCrLf & space(3) & "Manufacturer: " & objComputer.Manufacturer & vbCrLf &_
space(3) & "Model: " & objComputer.Model & vbCrLF & vbCrLf & space(3) & "Manufacturer (hex): " & vbCrLf & space(3)& MfgHex)
Next
Ts.WriteLine ComputerReport : Ts.Close
Act.Run(Chr(34)& Dtop & "\ComputerReport.txt" & Chr(34)),1,True
This post has been edited by 38956: 22 August 2010 - 08:35 AM
#552
Posted 14 February 2013 - 02:53 AM
Hollander's auto parts interchange database requires a password to *uninstall* it, and they don't give out the password to anyone, not even paying clients. They expect people to wipe their systems and reinstall Windows to get rid of their software.
Using the DOS utility to find which OEM files to use, the ClientPro comes up as Genuine C&C 8B2EBECB and the T1000 is Samsung 904CF15A. I've copied the four OEMBIOS files from each but they're different sizes than the ones available to download for those two CRCs.
The T1000 is really a thinly disguised Samsung P series laptop, who knows where MPC sourced the mainboard for the ClientPro.
Will this work for oemscan.ini in the $OEM$ folder? Should I use the oembios files I copied from these computers or should I stick with the downloaded ones? I also got the CD keys from both with the magical jelly bean. They do match the ones I've come across for Samsung and "Genuine".
;
; Samsung OEMBIOS Files CRC32 = 904CF15A
; SLP = SAMSUNGPC
;
[SAMSUNGPC]
PATH=".\SAMSUNGPC\"
CMD=".\SAMSUNG\OEMCOPY.CMD"
CMD="SetKey ----"
;
; Genuine C&C OEMBIOS Files CRC32 = 8B2EBECB
; SLP = GENUINE
;
[GENUINE]
PATH=".\GENUINE\"
CMD=".\GENUINE\OEMCOPY.CMD"
CMD="SetKey ----"
If someone who is collecting OEMBIOS files wants these sets, I'll be happy to pass them along.
This post has been edited by bizzybody: 14 February 2013 - 02:54 AM
#553
Posted 06 April 2013 - 06:51 PM
Manufacturer: TOSHIBA Model: Satellite P755 544F5348 494241
#554
Posted 02 May 2013 - 05:09 AM
The base copy of Windows is an unmodified source tape. The modifications come between the text-mode install and the gui. You install windows in some sort of other mode from PE., using the switches in winnt32 to point to the correct boot drive.
Once the source is in place, you copy over files as needed (usually oembois.*), and then on the reboot, the install happens normally. Usually the OEM toys are added after the setup, which is why you don't find things like OEM bitmaps in Windows or DOS setups.
- ← Windows 2000 on a Acer Aspire One AO532h
- Unattended Windows 2000/XP/2003
- How to add extra file in XP CD →



Help

Back to top









