6. Advanced stuff
A. How activators work?
Activators, also known as loaders, add a script on the boot partition (Linux Grub boot loader (GRLDR)) which will put OEM information (SLIC 2.1) into memory before Windows starts. This way Windows thinks that the SLIC 2.1 come from the BIOS (which is false). Activators also install a certificate and an OEM SLP key to activate Windows.
B. What about the other method: modifying the BIOS?
To get activated with an OEM certificate and an appropriate OEM SLP key, Windows 7 checks if the computer is OEM branded. To do so, it checks if there is OEM information (SLIC 2.1) coming from the BIOS. Modifying the BIOS imply that we add OEM information (SLIC 2.1) to the BIOS for real.
C. Dual-boot: Windows Vista and Windows 7
If after activating Windows 7, your Windows Vista got deactivated then you might reactivate it in a second:
Reactivate Windows Vista
- First thing first: get your Windows 7 activated.
- Go back to Vista, if it is deactivated, then continue the steps below.
- Windows 7 activated with Daz's activator:
- Apply Daz's activator on Vista.
- Windows 7 activated with Hazar's activator:
- Apply Hazar's activator on Vista.
- Windows 7 activated with nononsence's activator:
- Launch OpaTool on Vista, type "B" and press ENTER, then type "DELL" and press ENTER again.
- Windows 7 activated with a modded BIOS:
- Launch OpaTool on Vista, type "B" and press ENTER, then type the brand name of your SLIC and press ENTER again.
- Windows 7 activated with Daz's activator:
You can renew the initial 30 days period 3 times for a total of 120 days. Here's a tutorial to renew the activation grace period to 120 days.
E. How to check the activation status?
You can use OpaTool or do it manually:
Manually check the activation status of your Windows
- Type cmd in Start menu.
- Right-click on the first result (cmd.exe) and click on Run as administrator (confirm by clicking Yes if required).
- Type
Code:slmgr -dli
Code:slmgr -xpr
Press ENTER after each command.Code:slmgr -dlv
You can use OpaTool or do it manually:
Manually install a certificate
- First, be sure to have SLIC 2.1 in your BIOS (you can use the SLIC DUMP ToolKit to check its presence).
- Download certificates — Link is broken? Try Mirror 1, Mirror 2.
- Put in C:\ the certificate that belong to your SLIC's brand.
- Type cmd in Start menu.
- Right-click on the first result (cmd.exe) and click on Run as administrator (confirm by clicking Yes if required).
- Type (Important: Replace "NAME" with the name of your certificate)
Code:slmgr -ilc C:\NAME.xrm-ms
- Press ENTER and wait until a message confirms that the certificate has been correctly installed.
You can use OpaTool or do it manually:
Manually install a key
- Type cmd in Start menu.
- Right-click on the first result (cmd.exe) and click on Run as administrator (confirm by clicking Yes if required).
- Type (Important: Replace the XXXXX with a valid OEM SLP product key — Pick one here)
Code:slmgr -ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
- Press ENTER and wait until a message confirms that the key has been correctly installed.
Follow this brief tutorial:
Deactivate Windows and go back to the trial period
- Type cmd in Start menu.
- Right-click on the first result (cmd.exe) and click on Run as administrator (confirm by clicking Yes if required).
- Type
Code:slmgr -rilc
Code:slmgr -cpky
Press ENTER after each command.Code:slmgr -upk
- Type (Important: Replace the XXXXX with the trial key that belong to your edition of Windows — Here is a list of the default keys)
Code:slmgr -ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
If you have used an activator and for some reason it broke your system boot partition, you might be stuck at BIOS and Windows won't start anymore. No worry, it can be fixed easily:
- If you used an activator from Daz, Hazar or nononsence:
- Hold the "R" key on your keyboard during startup, if nothing appear try again with the "C" key.
- When you see the loader menu, select "Windows without loader".
- Once on Windows, uninstall the loader and try another one.
- Otherwise follow these steps:
Repair startup issues
- Put the Windows 7 installation disc in the disc drive, and then start your computer.
- Press a key when you are prompted.
- Select a language, a time, a currency, a keyboard or an input method, and then click Next.
- Click Repair your computer.
- Click the operating system that you want to repair, and then click Next.
- In the System Recovery Options dialog box, click Command Prompt.
- Type (these commands are safe - more information)
Code:Bootrec.exe /FixMbr
Code:Bootrec.exe /FixBoot
Press ENTER after each command.Code:Bootrec.exe /RebuildBcd
- Restart your computer.
Code:
Bootsect.exe /nt60 all /force
I. My Windows shows an expiration date and/or says that key is invalid
If you get this on the final RTM of Windows 7, this is because you have used Toolkit 1.8 from Orbit or because you have installed a modified version of Windows 7 (e.g. Wzor modified version). It replaced some system files with files from the RC, which was designed to expire on March/June 2010. This can be fixed by making Windows reinitialize those files. To do so you can use the "Repair activation" feature from Hazar's activator, or do it manually if you wish:
Restore original tokens
- Type cmd in Start menu.
- Right-click on the first result (cmd.exe) and click on Run as administrator (confirm by clicking Yes if required).
- Type
Code:slmgr -rilc
Code:net stop sppsvc
Code:cd %windir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform
Code:rename tokens.dat tokens.bar
Code:cd %windir%\system32
Press ENTER after each command.Code:net start sppsvc
- Restart your computer 2 times.
Here a short list of the main loaders available. They all have more or less the same features, and work similarly.
- Windows 7 Loader By Daz — Proprietary ✕
- Open Source 7 Activator By Hazar — Open Source ✔
- [DEPRECATED] Open Source Windows 7 Activator by nononsence
Activators created from the Open Source project initially started by nononsence:
- Vista7 Slic Loader By omdhar — Proprietary ✕
- Open 7 Activator revised by HotCarl — Proprietary ✕
No comments:
Post a Comment