返回列表 发帖

PARADOX 出的免刷BIOS激活方法(99%的人成功)- OEM BIOS Emulation Toolkit

看了大家的使用情况,99%的人都成功了,并且可通过正版认证。
感谢2楼兄弟的测试补图。
PS:这种方法MS封起来可能更容易一些,但到时也许会出来更好的方法,至少现在用还是比较完美的。

什么权限才能发附件呀?

下载

不改MBR,跟免刷BIOS异曲同工之妙,甚至更好。

原理:通过设备驱动程序ROYAL.SYS 模拟OEM BIOS ,提供ACPI_SLIC信息。

用法:
关闭UAC,adminstrator权限运行。

1、安装Windows Vista,不用输入序列号。MSDN/Retail/OEM 版均可,推荐MSDN/Retail版。

2、运行OEMTOOL.EXE,选择要模拟的OEM BIOS信息,按<Install Emulation Driver>按钮。
或则不运行OEMTOOL.EXE,右键点击ROYAL.INF文件,在弹出的菜单选'Install'。这种方法只能按照华硕的BIOS信息。

3、重起机器。

4、安装OEM证书:SLMGR.VBS -ilc <OEMNAME>.XRM-MS

5、换OEM序列号:SLMGR.VBS -ipk <OEM_PRODUCT_KEY>

6、检查激活:SLMGR.VBS -dlv

PKEYS.TXT文件中有不同OEM的序列号;CERTS目录下有对应的证书。

readme:


                *************************************************************
                *** OEM BIOS Emulation Toolkit For Windows Vista x86 v1.0 ***
                *************************************************************


What's the purpose of this release?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Bypassing the product activation requirement of Microsoft Windows Vista x86.


How does it work?
~~~~~~~~~~~~~~~~~

Microsoft allows large hardware manufacturers (e.g. ASUS, HP, Dell) to ship their products
containing a Windows Vista installation that does NOT require any kind of product activation as
this might be considered an unnecessary inconvenience for the end-user.
Instead these so-called 'Royalty OEMs' are granted the right to embed certain license information
into their hardware products, which can be validated by Windows Vista to make obtaining further
activation information (online or by phone) obsolete.
This mechanism is commonly referred to as 'SLP 2.0' ('system-locked pre-installation 2.0') and
consists of the following three key elements:

1. The OEM's hardware-embedded BIOS ACPI_SLIC information signed by Microsoft.

2. A certificate issued by Microsoft that corresponds to the specific ACPI_SLIC information.

   The certificate is an XML file found on the OEM's installation/recovery media,
   ususally called something like 'oemname.xrm-ms'.

3. A special type of product key that corresponds to the installed edition of Windows Vista.

   This key can usually be obtained from some installation script found on the OEM's
   installation/recovery media or directly from a pre-installed OEM system.

If all three elements match Windows Vista's licensing mechansim considers the given
installation a valid system-locked pre-activated copy (that does not require any
additional product activation procedures).

So the basic concept of the tool at hand is to present any given BIOS ACPI_SLIC information to Windows
Vista's licensing mechanism by means of a device driver.
In combination with a matching product key and OEM certificate this allows for rendering any system
practically indistinguishable from a legit pre-activated system shipped by the respective OEM.


How do I use it?
~~~~~~~~~~~~~~~~

Preliminary hint:
Most operations described below require elevated privileges, so disabling UAC (Run->MSCONFIG.EXE->
Tools->Disable UAC) for the time being is recommended, Of course, it can be safely re-enabled after
all steps have been performed. Otherwise OEMTOOL.EXE and some SLMGR.VBS operations must be explicitly
run with adminstrative privileges.

1. Install the Windows Vista x86 edition of your choice without entering any product key during setup.
   Basically any Windows Vista x86 installation media will do, regardless if it's MSDN/Retail/OEM/...,
   MSDN/Retail are recommended though.

2. Install the emulation driver.

   Run OEMTOOL.EXE, select the OEM BIOS information to emulate (ASUS might be a good choice given the
   fact that it's the only OEM for which a complete set of product keys is provided ;)) and hit the
   '<Install Emulation Driver>' button.

   Alternatively you can just right-click the ROYAL.INF file and chose 'Install' from the appearing
   menu. This only allows for installing the default OEM BIOS information (ASUS) though and is strongly
   discouraged unless OEMTOOL.EXE fails for some unknown reason.

   When prompted about whether to install an unsigned driver, allow it.
   (For some odd reason Microsoft didn't wanna sign this one...;))

3. Reboot your machine.

4. Install the OEM certificate matching your OEM selection during driver installation by running

   SLMGR.VBS -ilc <OEMNAME>.XRM-MS

   (e.g. "SLMGR.VBS -ilc C:\ASUS.XRM-MS" if you chose to install the default driver and extracted
    the certificate file to C:\)

   Note that this operation might take quite a while depending on your system, so be patient.

5. Install an OEM product key matching the installed edition of Windows Vista x86 by running

   SLMGR.VBS -ipk <OEM_PRODUCT_KEY>

   (e.g. "SLMGR.VBS -ipk 6F2D7-2PCG6-YQQTB-FWK9V-932CC" if you're running Windows Vista Ultimate using
    the default emulation driver)

   Note that this operation might take quite a while depending on your system, so be patient.

   See PKEYS.TXT for a list of OEM product keys published by different OEMs.

6. Run 'SLMGR.VBS -dlv' or right-click 'Computer' and chose 'Properties' to verify your licensing status.

Due to the variety of possible combinations of different earlier Vista activation hacks we're not gonna
provide details on 'persuading' existing installations to accept this method.
During our test the general procedure depicted above worked out fine though, i.e. installing the emulation
driver, rebooting the machine and then using the officially documented ways of installing a matching OEM
certificate and product key should do the trick in all but the most messed up cases.


What's that '<Dump OEM BIOS Information>' button in OEMTOOL.EXE for?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

It dumps the BIOS ACPI_SLIC information of any SLP 2.0-enabled OEM system.
The dump can consecutively be used to emulate ('clone') that information on any other system by specifying
the 'Custom' option.
Using this function on a system booted using the emulation driver will give a dump identical to the currently
emulated OEM BIOS information, so be sure to uninstall the driver and reboot the source machine first if you
intend to dump the actual hardware-embedded OEM BIOS data.


What are all those files for?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

DIFXAPI.DLL                        - a runtime dll for Microsoft's DIFx API used by oemtool.exe
OEMTOOL.EXE                        - an application for installing/uninstalling the emulation driver
                                    and dumping BIOS ACPI_SLIC information from any SLP 2.0-enabled
                                    Windows Vista OEM system
PKEYS.TXT                        - contains a list of validated OEM product keys
README.TXT                        - this file
ROYAL.INF                        - driver .INF file, can be (ab)used to install the emulation driver
                                    in case oemtool.exe fails to perform this task
ROYAL.SYS                        - the emulation device driver

CERTS\ACER.XRM-MS                - the certificate that corresponds to the ACPI_SLIC information
                                    emulated by the driver when 'Acer' has been selected during
                                    driver installation
CERTS\ASUS.XRM-MS                - the certificate that corresponds to the ACPI_SLIC information
                                    emulated by the driver when 'ASUS' has been selected during
                                    driver installation
CERTS\HEWLETT-PACKARD.XRM-MS        - the certificate that corresponds to the ACPI_SLIC information
                                    emulated by the driver when 'Hewlett-Packard' has been selected
                                    during driver installation
CERTS\LENOVO.XRM-MS                - the certificate that corresponds to the ACPI_SLIC information
                                    emulated by the driver when 'Lenovo' has been selected during
                                    driver installation



Enjoy,
TEAM PARADOX '07


nfo:

OEM BIOS Emulation Toolkit For Microsoft Windows Vista x86.v1.0 ]&acute; &szlig;&Ucirc;&Uuml;&sup2;
&Ucirc;&sup2;   &Agrave;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Auml;&Ugrave;   &sup2;&Ucirc;
&Ucirc;&Yacute;     Supplier : PARADOX 2007       Release Date : 03/2007         &THORN;&Ucirc;
&Ucirc;&sup2;     Cracker : PARADOX 2007       Protection   : ProductActivation &sup2;&Ucirc;
&Ucirc;&sup2;     Packager : PARADOX 2007       Num # Disks : 01 * 4.77MB     &sup2;&Ucirc;
&Ucirc;&sup2;     System   : [ ] Win9X/ME [ ] WinXP Requirements : X86 CPU, +1GB ram &sup2;&Ucirc;
&sup2;&szlig;&Ucirc;&Uuml;           [ ] WinNT   [ ] Linux           >800MB Hd-Space &Uuml;&Ucirc;&szlig;&sup2;
&Ucirc;&Uuml; &szlig;&Ucirc;&Uuml;&Uuml;         [ ] Win2k   [&thorn;] Vista                     &Uuml;&szlig;&szlig; &Uuml;&Ucirc;
&Yacute; &szlig;&thorn; &THORN;&szlig;&szlig;&Ucirc;&Uuml;&Uuml;&Uuml;&Uuml;&thorn;&szlig;&szlig;&szlig;&Ucirc;&thorn;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&thorn;&Ucirc;&szlig;&szlig;&szlig;&thorn;&Uuml;&Uuml;&Uuml;&Uuml;&Ucirc;&szlig;&szlig;&Yacute; &thorn;&szlig; &THORN;
&Ucirc;&szlig;&Ucirc;&Uuml;&Ucirc;&szlig;&szlig;   &THORN;&Yacute;   &szlig;&szlig;&Ucirc;&szlig;&szlig;&Uuml;&thorn;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&thorn;Release notes:&thorn;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&thorn;&Uuml;&szlig;&sup2;&Ucirc;&szlig;&szlig;   &THORN;&Yacute; °°&szlig;&szlig;&Ucirc;&Uuml;&Ucirc;&szlig;&Ucirc;
&Ucirc;&szlig;&szlig;&Ucirc;&Uuml;&Uuml;&Uuml;&Uuml;&Uuml;&Uuml;&szlig;     &Uuml;&Uuml;&szlig; [...............................] &szlig;&Uuml;&Uuml;     &szlig;&sup2;±&Uuml;&Uuml;&Uuml;&Uuml;&Uuml;&szlig;&szlig;&Ucirc;
&Ucirc; &Ucirc;&szlig;&szlig;&szlig;&szlig;&Ucirc;&sup2;                                         &sup2;&szlig;&szlig;&szlig;&szlig;&szlig;&Ucirc; &Ucirc;
&szlig; &Ucirc;±&szlig;±&Ucirc;&Ucirc;&Ucirc;&Yacute;                                       &THORN;&Ucirc;&Ucirc;&Ucirc;±&szlig;±&Ucirc; &szlig;
&Uuml;&Uuml;&Ucirc;&Ucirc;&Uuml;±&Ucirc;&Ucirc;&szlig;                                         &szlig;&Ucirc;&Ucirc;±&Uuml;&Ucirc;&Ucirc;&Uuml;&Uuml;
&Uuml;&Uuml;&Ucirc;&Ucirc;                                               &Ucirc;&Ucirc;&Uuml;&Uuml;
&Ucirc; &Ucirc;° The   most complete edition of Windows Vista—with the power, °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;° security, and mobility features that you need for work, and all of °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;° the entertainment features that you want for fun               °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;°                                               °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;° When you want to have it all, including the ability to shift °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;° smoothly between the worlds of play and productivity, there's °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;° Windows Vista Ultimate. You'll never have to worry about having °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;° the most advanced capabilities—they're all here. This edition of °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;° Windows Vista offers an advanced, business-focused infrastructure, °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;° mobile productivity, and a premium home digital entertainment °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;° experience, all in a single offering.                     °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;°                                               °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;° Specifically, Windows Vista Ultimate offers all of the features °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;° found in Windows Vista Home Premium, including Windows Media °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;° Center, Windows Movie Maker with high-definition support, and °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;° Windows DVD Maker. It also offers all of the features found in °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;° Windows Vista Business, including business networking, centralized °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;° management tools, and advanced system backup features. And Windows °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;° Vista Ultimate has all of the new security and data protection °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;° features that help take Windows Vista to a whole new level of °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;° dependability.                                     °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;°                                               °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;° In addition, Windows Vista Ultimate includes support for all of °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;° the new mobility features in Windows Vista, including Windows °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;° Tablet and Touch Technology, Windows SideShow, Windows Mobility °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;° Center, and other new, advanced mobility features.             °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;°                                               °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;°                                               °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;° Info: http://www.microsoft.com                           °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;°                                               °&Ucirc; &Ucirc;
&szlig;&szlig;&Ucirc;&Ucirc;                                               &Ucirc;&Ucirc;&szlig;&szlig;
&Uuml; &Ucirc;±&Uuml;±&Ucirc;&Ucirc;&Ucirc;&Yacute;                                       &THORN;&Ucirc;&Ucirc;&Ucirc;±&Uuml;±&Ucirc; &Uuml;
&Ucirc; &Ucirc;&Uuml;&Uuml;&Uuml;&Uuml;&Ucirc;&sup2;&szlig;&Uuml;                                       &Uuml;&szlig;&sup2;&Uuml;&Uuml;&Uuml;&Uuml;&Uuml;&Ucirc; &Ucirc;
&Ucirc;&szlig;&Ucirc;&Uuml;&Ucirc;&szlig;&szlig;   &THORN;&Yacute;   &szlig;&szlig;&Ucirc;&szlig;&szlig;&Uuml;&thorn;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&thorn;Install notes:&thorn;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&thorn;&Uuml;&szlig;&sup2;&Ucirc;&szlig;&szlig;   &THORN;&Yacute;   &szlig;&szlig;&Ucirc;&Uuml;&Ucirc;&szlig;&Ucirc;
&Ucirc;&szlig;&szlig;&Ucirc;&Uuml;&Uuml;&Uuml;&Uuml;&Uuml;&Uuml;&szlig;     &Uuml;&Uuml;&szlig; [...............................] &szlig;&Uuml;&Uuml;     &szlig;&Uuml;&Uuml;&Uuml;&Uuml;&Uuml;&Uuml;&Uuml;&szlig;&szlig;&Ucirc;
&Ucirc; &Ucirc;&szlig;&szlig;&szlig;&szlig;&Ucirc;&sup2;                                         &sup2;&szlig;&szlig;&szlig;&szlig;&szlig;&Ucirc; &Ucirc;
&szlig; &Ucirc;±&szlig;±&Ucirc;&Ucirc;&Ucirc;&Yacute;                                       &THORN;&Ucirc;&Ucirc;&Ucirc;±&szlig;±&Ucirc; &szlig;
&Uuml;&Uuml;&Ucirc;&Ucirc;&Uuml;±&Ucirc;&Ucirc;&szlig;                                         &szlig;&Ucirc;&Ucirc;±&Uuml;&Ucirc;&Ucirc;&Uuml;&Uuml;
&Uuml;&Uuml;&Ucirc;&Ucirc;                                               &Ucirc;&Ucirc;&Uuml;&Uuml;
&Ucirc; &Ucirc;°   1. unZiP, unRAR                                   °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;°   2. check paradox.rar dir                             °&Ucirc; &Ucirc;
&Ucirc; &Ucirc;°   3. enjoy another fine PARADOX-Release!

[ 本帖最后由 mswin 于 2007-3-5 14:50 编辑 ]

你贴英文这里没人会懂滴

改个标题 “更加厉害的软改激活”,一堆人都来了  

TOP

呵呵,同意3楼的观点,不知这东东好用不

TOP

这个不用发了已经有人发过,lz是来晚了。
失败是成功他妈

TOP

两种免BIOS体现了两代人的工具不同

TOP

我来试一下~做小白算了~

TOP

原帖由 抹茶雪域 于 2007-3-4 14:47 发表
我来试一下~做小白算了~


无论结果如何,记得回一声。

TOP

感谢楼主,终于激活,流泪满面啊.............呜..呜......

TOP

原帖由 jinggangshi 于 2007-3-4 14:49 发表


无论结果如何,记得回一声。

好~如果接下来的几个小时看我没上线那就是连启动都启动不起来了...我已经做好最坏的打算了~

TOP

非常好用,成功激活

TOP

自 已 学 刷 BIOS不 是 更 简 单 么 ,不 会 刷 实 际 是 人 品 问 题

TOP

原帖由 alalaka 于 2007-3-4 14:26 发表
你贴英文这里没人会懂滴

改个标题 “更加厉害的软改激活”,一堆人都来了  


TOP

我也来试一下~

TOP

偶的Benq也激活了(用原先的那个免刷bios是没有成功),顺利通过MS网站的验证。还是这种方法好,一试就成功

TOP

原帖由 mouslin 于 2007-3-4 14:58 发表
自 已 学 刷 BIOS不 是 更 简 单 么 ,不 会 刷 实 际 是 人 品 问 题


请不要说这么不负责的话,有些电脑你可是想刷也刷不成的,例如大部分笔记本电脑

TOP

有x64的版本吗?

TOP

设备驱动程序的方法,应该不错
Thinkpad T60
Napa Refresh
Mobile Intel Calistoga i945PM / 82801GBM ICH7-M
Core 2 Duo T7200 2.0G 4M L2
Kingston DDR2 667 2*1G
Seagate 5400.4 250G & Hitachi SATA 5400rpm 100G
ATI Mobility Radeon X1400 128M

TOP

小白回来了~激活了~
试了两次~一次是lenovo~没成功~又来一次用默认的asus~成功了~

TOP

就是没法用在64位上, 用驱动程序就这样。。。
Thinkpad T60
Napa Refresh
Mobile Intel Calistoga i945PM / 82801GBM ICH7-M
Core 2 Duo T7200 2.0G 4M L2
Kingston DDR2 667 2*1G
Seagate 5400.4 250G & Hitachi SATA 5400rpm 100G
ATI Mobility Radeon X1400 128M

TOP

回复 #2 jinggangshi 的帖子

集成了这个破解的英文旗舰版有下载地址吗?谢谢!

TOP

返回列表