LinkShare rotating banner

Wednesday, April 10, 2013

Windows 7 Boot Floppy For OEM Activation

Although floppy diskettes are now obsolete and has become a thing of the past, they can be quite useful when Windows 7 or Windows Vista need to be activated. Floppy diskettes can only hold 1.44 MB of data, but that's enough for holding tools necessary for Windows activation. The floppy will contain MS-DOS system files, GRUB4DOS and tools to soft-mod the BIOS. Unfortunately, new and recent computers don't have floppy drives. Still, we can work around without a floppy if we use a USB flash drive or a bootloader, such as syslinux. Get the floppy image here.

The bootable floppy runs a small program that artificially inserts OEM SLIC signature into BIOS for the purpose of Windows activation before booting into Windows. There are 3 utilities included in the floppy.

  • loadslic.exe
  • softmod.exe
  • grub.exe

Loadslic and softmod do the same job of loading SLIC into BIOS. Softmod loads a file named SLIC.BIN into BIOS, but loadslic contains a SLIC code in itself. If you want to change the OEM SLIC loaded by loadslic, you have to hack the loadslic binary with a hex editor. The AUTOEXEC.BAT file by default runs softmod, but you can edit AUTOEXEC.BAT to have it run loadslic. The following is AUTOEXEC.BAT contents:

@ECHO OFF
SOFTMOD
GRUB

Get the SLIC file for your computer and save it as SLIC.BIN. Then, create an empty file named WIN7 in C:\BOOT folder. This file is used to tell GRUB which partition you want to boot. The following is MENU.LST contents that Grub uses to find and boot Windows.

timeout 0
default 0
fallback 0
hiddenmenu

title Windows 7
find --set-root /boot/win7
chainloader /bootmgr

Finally, write the floppy image to a floppy with Winimage and restart the computer. If you don't have a floppy, use another bootloader, such as syslinux, to boot from the floppy image. Once you get into Windows, use slmgr to activate Windows.

slmgr -ilc oemcert.xrm-ms
slmgr -ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

Install GRUB4DOS and Use loadslic command to Activate Windows 7/Vista and Server 2008/2011

One of the activation methods available for activating Windows is by using the mechanism called “System Locked Pre-installation” (also known as SLP).

This method is widely used on computers and hardware sold by OEM manufacturers. Microsoft has come up with this scheme to allow hardware vendors to mass-produce and sell computers with Windows pre-installed. Computers that are activated using SLP method each have a vendor-specific signature embedded in the BIOS, called SLIC (software licensing description table).

To use the SLP method, the computer must have a special BIOS that has OEM SLIC signature. The SLIC signature is unique for each OEM computer-manufacturer. You may be tempted to flash the BIOS with a SLP-enabled BIOS, but it is not safe and may break the computer system or make it unbootable. There are safer alternatives, and the most widely used artificial SLP activation method is by using a special version of GRUB4DOS patched with loadslic command. The patched GRUB4DOS is able to allow SLP activation for Windows 7, Windows Vista, Windows Server 2011 and Windows Server 2008 (available here).

First, use bootlace.com under DOS to install GRLDR bootstrap code to MBR. Alternatively, you can use install-mbr command under Linux to install generic MBR code to MBR. The reason for doing this is because the MBR code installed by Windows doesn't allow booting from non-Microsoft bootloader.

Then, with 7-zip (or WinRar or Winzip), copy the SCRIPTS folder from inside the OpenLoader.rar package to C:\Windows\Setup. Right-click on GRUB.CMD, and run it as Administrator. Upon reboot, a standard Grub4Dos menu is displayed with boot options. In the menu, you can choose one of several SLIC codes from major computer vendors. After choosing one and booting Windows with software-modified OEM SLIC BIOS, you should be able to activate Windows by using the slmgr commands like this.

slmgr -ilc oemcert.xrm-ms
slmgr -ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

Using the slmgr script requires the Administrator privilege. Open the Command Prompt (cmd.exe) as Administrator and type the above commands. Replace oemcert.xrm-ms with the actual digital certificate for the hardware vendor listed in your BIOS. And type the actual 25-digit OEM key in place of XXXXX-XXXXX-XXXXX-XXXXX-XXXXX.

Saturday, April 6, 2013

Activate Windows 7, Windows 8, Office 2010 and Office 2013 with KMS Nano

KMS Nano or KMSnano is a little KMS activation tool that works inside a Qemu virtual machine. It can be used to activate the following Microsoft products.

  • Windows Vista Professional and Windows Vista Enterprise
  • Windows 7 Professional and Windows 7 Enterprise
  • Windows 8 Pro and Windows 8 Enterprise
  • Microsoft Office 2010, Visio 2010 and Project 2010
  • Microsoft Office 2013, Visio 2013 and Project 2013

KMS Nano can be found in a few places on the Internet. Try the following locations.

Friday, April 5, 2013

윈도 7 서비스 팩 1 한국어 통합판

최근 업데이트된 윈도 7 서비스 팩 1 한국어 버전을 모두 모아 하나의 DVD 디스크로 만든 겁니다. 설치 디스크 하나로 모든 버전 설치가 가능한 윈도 7 서비스 팩 1 한국어 통합판 ISO 토렌트입니다. 많이 공유하시고 시드 유지 바랍니다.

torrent 받기: windows_7_sp1_11in1_korean.torrent
magnet 링크: magnet:?xt=urn:btih:540925E417DC52E9E3838BCD7B5AA7C3C4779AA9

포함된 버전:

  1. 윈도 7 STARTER K (32 비트)
  2. 윈도 7 HOME BASIC K (32 비트)
  3. 윈도 7 HOME PREMIUM K (32 비트)
  4. 윈도 7 PROFESSIONAL K (32 비트)
  5. 윈도 7 ULTIMATE K (32 비트)
  6. 윈도 7 ENTERPRISE K (32 비트)
  7. 윈도 7 HOME BASIC K (64 비트)
  8. 윈도 7 HOME PREMIUM K (64 비트)
  9. 윈도 7 PROFESSIONAL K (64 비트)
  10. 윈도 7 ULTIMATE K (64 비트)
  11. 윈도 7 ENTERPRISE K (64 비트)

Thursday, April 4, 2013

All Editions of Korean Windows 7 SP1 including Enterprise and Professional

Korean editions of Windows 7 are noted for having K attached to their names. For example, there are Windows 7 Professional K and Windows 7 Ultimate K for advanced Korean users. If you are a Korean speaker or do business in Korean, you may want to install and use Korean Windows. You can use aria2, transmission-cli and sancho to download Korean Windows 7. For example, the aria2 command to download Windows 7 K editions would be:

aria2c "magnet:?xt=urn:btih:H3K37RU7JM42WZZZBAPDMCPTQE3VHUXA"

The magnet link (inside the quote) will let you download both 32-bit and 64-bit editions of Windows 7 Korean editions, including Home Premium, Professional, Ultimate and Enterprise.

About This Blog

KBlog logo This blog seeks to share useful information on freely available fonts on the Internet. Thanks for visiting the blog and posting your comments.

© Contents by KBlog

© Blogger template by Emporium Digital 2008

Followers

Total Pageviews

CyberChimps Professional WordPress Themes
Powered By Blogger