SlideShare uma empresa Scribd logo
1 de 4
1.   Recovery
2.   Genuine status
3.   Questions and answers
4.   UEFI motherboards
5.   Checksums
6.   Changes
7.   Arguments
8.   Extra



##########################################################################
#   1   -   Recovery
##########################################################################
Is Windows failing to boot after you installed the loader? Just do the
following.

*   Boot up the PC from your Windows installation disk
*   Press and hold SHIFT and then press F10
*   Input "bootsect.exe /nt60 SYS /force" (without quotes)
*   Restart the PC

Note: If the above doesn't fix your boot issue then use the command
"bootsect.exe /nt60 ALL /force" instead. Just make sure you remove all USB flash
drives before you use the command.



##########################################################################
#   2   -   Genuine status
##########################################################################
Have you installed the loader but you're not genuine? Just check the following.

* Check the details line contains "v2.1"
* Try to validate online at http://www.microsoft.com/genuine/validate/

Note: If the details line doesn't read v2.1 then go to the advanced tab, select
to disable type 4 memory and reinstall the loader. If that doesn't work then use
the legacy mode instead.



##########################################################################
#   3   -   Questions and answers
##########################################################################
Q. The loaders status says "Modified - Uninstall other cracks", what do I do?
A. You can either find a way to uninstall the other cracks, download WAT Fix or
format. http://forums.mydigitallife.info/threads/26994

Q. The loaders status says "Unsupported partition table", why is this?
A. You're either using GPT on a UEFI motherboard or you've got a locked OEM
partition. Both problems can be fixed by fully formatting your entire hard
drive.

Q. I received the error message "Error finding your systems active partition",
what do I have to do?
A. You need to format the whole hard drive with a program like Active@ Kill
Disk. This issue is caused by your locked OEM partition.
http://software.lsoft.net/boot-cd-iso.zip

Q. I received the error message "Failed to add loader to the boot code", what do
I have to do?
A. Disable any system protection. Some types of software block the loader
application from installing to the boot code.
Q. I've used a version of the loader before and it failed to work, what do I
have to do?
A. If you previously used bootsect to get back into Windows then you first need
to press uninstall, reboot and then install the newest version of the loader.

Q. Why was table sorting changed so that it's now disabled by default?
A. Some machines don't like the table order being changed so to make the loader
more system compatible we disabled it by default.

Q. I've previously used another activation solution and I think it's modified my
systems files, can I fix it?
A. You can first try to uninstall what you originally installed and then try
running "sfc.exe /scannow" from command prompt as an administrator.

Q. I lose activation status after my systems been to sleep   or has been in
hibernation, can I fix it?
A. Go to the advanced options and select to disable type 4   memory, install the
loader again and see if that cures it. If you're not cured   try to disable type 3
memory instead. If it still fails try selecting the legacy   setting.

Q. I installed the loader and my system hangs during the boot process, can I fix
it?
A. Go to the advanced options and select to disable type 4 memory, install the
loader again and see if that cures it. If you're not cured try to disable type 3
memory instead. If it still fails try selecting the legacy setting.

Q. I installed the loader and rebooted but I'm not activated. The loader
application displays the message "BAD SLIC SIZE" or "BAD SLIC DATA", can I fix
it?
A. Uninstall the loader, power down and then boot up the system again. Go to the
applications advanced options and select to ignore the existing SLIC and then
press install.



##########################################################################
#   4   -   UEFI motherboards
##########################################################################
The loader doesn't work when the systems using GPT. The workaround is to pre-
format your hard drive so that it uses MBR instead.

From your BIOS select to boot the Windows DVD without UEFI, go to the repair
options, select command prompt and then enter this:

diskpart
list disk
select disk 0
clean
convert mbr
create partition primary
select partition 1
format fs=ntfs quick

Boot the Windows DVD the same way you did the first time and then continue with
the installation of Windows. Once complete you can then install the loader.



##########################################################################
#    5  -   Checksums
##########################################################################
File   : Windows Loader.exe
CRC-32 : caaf4ffb
MD4     : 7c466a0d0382945e513955425e06c2c4
MD5     : 54687dfbd4e31c206ea4036fcad32738
SHA-1   : ff30aea6c549943815418399d389fd179a24b505

##########################################################################
#    6   -   Arguments
##########################################################################
/silent
  Turns on silent mode

/restart
 Restart the OS after install (used with /silent)

/norestart
 Prevents system restart after successful installation

/preactivate
 This just helps the loader decide on it's environment

/bios
 Force the application to install just the certificate and serial

/loader
 Force the application to install the loader

/ignore
 The loader will ignore the systems existing SLIC

/swap
 Install the loader without changing your systems boot code

/k=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
 Set the Windows 7/2008/Vista key

/c=
 Set the certificate (use the name of a certificate from the certificates folder
or from the SLIC list)

/s=
 Set the SLIC (Acer, Advent, Alienware, Aquarius, Asus, AT Computers, BEKO,
BenQ, BGH e-Nova, Casper, CCE, Chuangzhicheng, Crea, Dealin, Dell, Digimer,
Equus, Excimer, EXO, Exper, Founder, FSC, Fujitsu, Genuine, Gigabyte, Haier,
Hannspree, Hasee, HCL, Higrade, HP, Hyrican, Impression Computers, Itautec,
Jetway, Jooyon, Kraftway, KSystems, Lanix, Lenovo, LG, MA Technology, Medion,
MiTAC, MSI, NEC, Nokia, Olidata, ONKYO, Panasonic, Paradigit, Philco, Positivo,
Qbex, Quanmax, RM Education, Samsung, Sony, Stone, Synnex, Systemax, Tarox,
Tongfang, Toshiba, Trigem, Twinhead, Vestel, Viewsonic, Viliv, Wortmann, Xplore,
Zoostorm)

======
* If you don't set the certificate it will default to your BIOS's model
* If you don't set the SLIC it will default to your BIOS's model
* If you don't set the key it will default to your BIOS's model and the correct
one for the OS (Ultimate, Professional, Starter or Home Premium)
* You can use these arguments via SetupComplete.cmd to pre-activate Windows
7/Vista/Server 2008
======

Example:
"D:Windows Loader.exe" /silent /restart /k=342DG-6YJR8-X92GV-V7DCV-P4K27
/c=Acer /s=Acer


SetupComplete.cmd Example:
@ECHO OFF
%~dp0"Windows Loader.exe" /silent /preactivate
cd %~dp0
attrib -R -A -S -H *.*
SHUTDOWN /R /T 5
RMDIR /S /Q "%WINDIR%SetupScripts"
exit



##########################################################################
#   7   -   Extra
##########################################################################
If a certificate or SLIC is released and I have not put out a new version of my
application simply create two folders, one called "Certificates" and another
called "SLICs".

In each folder put the files you want to add support for, just be sure you label
the files like this:

*Certificates folder*
Acer.XRM-MS
Advent.XRM-MS
Alienware.XRM-MS
Asus.XRM-MS


*SLICs folder*
Acer.BIN
Advent.BIN
Alienware.BIN
Asus.BIN


When using external files all preset internals will be ignored. This is a
cleaner approach for users who want to build their own list without my presets
getting in the way.



Special thanks:
BobSheep, zsmin & Woota!?

Thanks:
Everyone who supports this project, you're all the reason I'm still working on
it.

Mais conteúdo relacionado

Mais procurados

Pc Open Del2
Pc Open Del2Pc Open Del2
Pc Open Del2grifflyd
 
Dell Venue 7 3740
Dell Venue 7 3740Dell Venue 7 3740
Dell Venue 7 3740Kojo King
 
Mac boot camp install-setup
Mac boot camp install-setupMac boot camp install-setup
Mac boot camp install-setupShrawan Kumar
 
How to use the command prompt to fix issues with your pc's boot records dig...
How to use the command prompt to fix issues with your pc's boot records   dig...How to use the command prompt to fix issues with your pc's boot records   dig...
How to use the command prompt to fix issues with your pc's boot records dig...vipin473
 
How to bypass or remove a bios password
How to bypass or remove a bios passwordHow to bypass or remove a bios password
How to bypass or remove a bios passwordjhenver18
 
Hdg explains what is the system reserved partition
Hdg explains   what is the system reserved partition  Hdg explains   what is the system reserved partition
Hdg explains what is the system reserved partition Trường Tiền
 

Mais procurados (14)

Read me
Read meRead me
Read me
 
Pc Open Del2
Pc Open Del2Pc Open Del2
Pc Open Del2
 
Faq
FaqFaq
Faq
 
sm bus controller
sm bus controllersm bus controller
sm bus controller
 
Dell Venue 7 3740
Dell Venue 7 3740Dell Venue 7 3740
Dell Venue 7 3740
 
Oracle 10g Installation
Oracle 10g InstallationOracle 10g Installation
Oracle 10g Installation
 
Mac boot camp install-setup
Mac boot camp install-setupMac boot camp install-setup
Mac boot camp install-setup
 
Asus backtracker
Asus backtrackerAsus backtracker
Asus backtracker
 
Acer aspire one
Acer aspire oneAcer aspire one
Acer aspire one
 
Virtualization.pdf
Virtualization.pdfVirtualization.pdf
Virtualization.pdf
 
KonBoot-Help
KonBoot-HelpKonBoot-Help
KonBoot-Help
 
How to use the command prompt to fix issues with your pc's boot records dig...
How to use the command prompt to fix issues with your pc's boot records   dig...How to use the command prompt to fix issues with your pc's boot records   dig...
How to use the command prompt to fix issues with your pc's boot records dig...
 
How to bypass or remove a bios password
How to bypass or remove a bios passwordHow to bypass or remove a bios password
How to bypass or remove a bios password
 
Hdg explains what is the system reserved partition
Hdg explains   what is the system reserved partition  Hdg explains   what is the system reserved partition
Hdg explains what is the system reserved partition
 

Destaque

Apresentação: XP Educação – Florianópolis
Apresentação: XP Educação – FlorianópolisApresentação: XP Educação – Florianópolis
Apresentação: XP Educação – FlorianópolisCR2
 
MYFiO CRM Brochure
MYFiO CRM BrochureMYFiO CRM Brochure
MYFiO CRM BrochureGroupFiOinc
 
The impact of trade mark on brand duplication in bangladesh an emphirical ana...
The impact of trade mark on brand duplication in bangladesh an emphirical ana...The impact of trade mark on brand duplication in bangladesh an emphirical ana...
The impact of trade mark on brand duplication in bangladesh an emphirical ana...Alexander Decker
 
конференция рац ст. загора 4 5.12.14 анна толекова-тру
конференция рац ст. загора 4 5.12.14 анна толекова-труконференция рац ст. загора 4 5.12.14 анна толекова-тру
конференция рац ст. загора 4 5.12.14 анна толекова-труilko gruev
 

Destaque (6)

Apresentação: XP Educação – Florianópolis
Apresentação: XP Educação – FlorianópolisApresentação: XP Educação – Florianópolis
Apresentação: XP Educação – Florianópolis
 
L Antico Bosco Di Larici2
L Antico Bosco Di Larici2L Antico Bosco Di Larici2
L Antico Bosco Di Larici2
 
MYFiO CRM Brochure
MYFiO CRM BrochureMYFiO CRM Brochure
MYFiO CRM Brochure
 
The impact of trade mark on brand duplication in bangladesh an emphirical ana...
The impact of trade mark on brand duplication in bangladesh an emphirical ana...The impact of trade mark on brand duplication in bangladesh an emphirical ana...
The impact of trade mark on brand duplication in bangladesh an emphirical ana...
 
конференция рац ст. загора 4 5.12.14 анна толекова-тру
конференция рац ст. загора 4 5.12.14 анна толекова-труконференция рац ст. загора 4 5.12.14 анна толекова-тру
конференция рац ст. загора 4 5.12.14 анна толекова-тру
 
LdB 112 20141119 Lenoci
LdB 112 20141119 LenociLdB 112 20141119 Lenoci
LdB 112 20141119 Lenoci
 

Semelhante a Leeme (20)

Read me
Read meRead me
Read me
 
Read me
Read meRead me
Read me
 
adm
admadm
adm
 
testttttttt
testttttttttestttttttt
testttttttt
 
Read me
Read meRead me
Read me
 
leeme2
leeme2leeme2
leeme2
 
Troubleshoot : Yes Dongle
Troubleshoot : Yes DongleTroubleshoot : Yes Dongle
Troubleshoot : Yes Dongle
 
Computer basics
Computer basicsComputer basics
Computer basics
 
5 stepmainttut
5 stepmainttut5 stepmainttut
5 stepmainttut
 
IT Essentials (Version 7.0) - ITE Chapter 11 Exam Answers
IT Essentials (Version 7.0) - ITE Chapter 11 Exam AnswersIT Essentials (Version 7.0) - ITE Chapter 11 Exam Answers
IT Essentials (Version 7.0) - ITE Chapter 11 Exam Answers
 
9adcab7c 1 crash
9adcab7c 1 crash9adcab7c 1 crash
9adcab7c 1 crash
 
How to fix a required drive partition is missing
How to fix a required drive partition is missingHow to fix a required drive partition is missing
How to fix a required drive partition is missing
 
Troubleshooting111
Troubleshooting111Troubleshooting111
Troubleshooting111
 
Technical interview questions & answer for it support team
Technical interview questions & answer for it support teamTechnical interview questions & answer for it support team
Technical interview questions & answer for it support team
 
Shutdown
ShutdownShutdown
Shutdown
 
backup failed to get exclusive lock
backup failed to get exclusive lockbackup failed to get exclusive lock
backup failed to get exclusive lock
 
14038356 installation-guide-of-centos-5
14038356 installation-guide-of-centos-514038356 installation-guide-of-centos-5
14038356 installation-guide-of-centos-5
 
Mhdd advanced-diag
Mhdd advanced-diagMhdd advanced-diag
Mhdd advanced-diag
 
2009 reborn card plus version
2009 reborn card plus version 2009 reborn card plus version
2009 reborn card plus version
 
Vso nas
Vso nasVso nas
Vso nas
 

Leeme

  • 1. 1. Recovery 2. Genuine status 3. Questions and answers 4. UEFI motherboards 5. Checksums 6. Changes 7. Arguments 8. Extra ########################################################################## # 1 - Recovery ########################################################################## Is Windows failing to boot after you installed the loader? Just do the following. * Boot up the PC from your Windows installation disk * Press and hold SHIFT and then press F10 * Input "bootsect.exe /nt60 SYS /force" (without quotes) * Restart the PC Note: If the above doesn't fix your boot issue then use the command "bootsect.exe /nt60 ALL /force" instead. Just make sure you remove all USB flash drives before you use the command. ########################################################################## # 2 - Genuine status ########################################################################## Have you installed the loader but you're not genuine? Just check the following. * Check the details line contains "v2.1" * Try to validate online at http://www.microsoft.com/genuine/validate/ Note: If the details line doesn't read v2.1 then go to the advanced tab, select to disable type 4 memory and reinstall the loader. If that doesn't work then use the legacy mode instead. ########################################################################## # 3 - Questions and answers ########################################################################## Q. The loaders status says "Modified - Uninstall other cracks", what do I do? A. You can either find a way to uninstall the other cracks, download WAT Fix or format. http://forums.mydigitallife.info/threads/26994 Q. The loaders status says "Unsupported partition table", why is this? A. You're either using GPT on a UEFI motherboard or you've got a locked OEM partition. Both problems can be fixed by fully formatting your entire hard drive. Q. I received the error message "Error finding your systems active partition", what do I have to do? A. You need to format the whole hard drive with a program like Active@ Kill Disk. This issue is caused by your locked OEM partition. http://software.lsoft.net/boot-cd-iso.zip Q. I received the error message "Failed to add loader to the boot code", what do I have to do? A. Disable any system protection. Some types of software block the loader application from installing to the boot code.
  • 2. Q. I've used a version of the loader before and it failed to work, what do I have to do? A. If you previously used bootsect to get back into Windows then you first need to press uninstall, reboot and then install the newest version of the loader. Q. Why was table sorting changed so that it's now disabled by default? A. Some machines don't like the table order being changed so to make the loader more system compatible we disabled it by default. Q. I've previously used another activation solution and I think it's modified my systems files, can I fix it? A. You can first try to uninstall what you originally installed and then try running "sfc.exe /scannow" from command prompt as an administrator. Q. I lose activation status after my systems been to sleep or has been in hibernation, can I fix it? A. Go to the advanced options and select to disable type 4 memory, install the loader again and see if that cures it. If you're not cured try to disable type 3 memory instead. If it still fails try selecting the legacy setting. Q. I installed the loader and my system hangs during the boot process, can I fix it? A. Go to the advanced options and select to disable type 4 memory, install the loader again and see if that cures it. If you're not cured try to disable type 3 memory instead. If it still fails try selecting the legacy setting. Q. I installed the loader and rebooted but I'm not activated. The loader application displays the message "BAD SLIC SIZE" or "BAD SLIC DATA", can I fix it? A. Uninstall the loader, power down and then boot up the system again. Go to the applications advanced options and select to ignore the existing SLIC and then press install. ########################################################################## # 4 - UEFI motherboards ########################################################################## The loader doesn't work when the systems using GPT. The workaround is to pre- format your hard drive so that it uses MBR instead. From your BIOS select to boot the Windows DVD without UEFI, go to the repair options, select command prompt and then enter this: diskpart list disk select disk 0 clean convert mbr create partition primary select partition 1 format fs=ntfs quick Boot the Windows DVD the same way you did the first time and then continue with the installation of Windows. Once complete you can then install the loader. ########################################################################## # 5 - Checksums ########################################################################## File : Windows Loader.exe CRC-32 : caaf4ffb
  • 3. MD4 : 7c466a0d0382945e513955425e06c2c4 MD5 : 54687dfbd4e31c206ea4036fcad32738 SHA-1 : ff30aea6c549943815418399d389fd179a24b505 ########################################################################## # 6 - Arguments ########################################################################## /silent Turns on silent mode /restart Restart the OS after install (used with /silent) /norestart Prevents system restart after successful installation /preactivate This just helps the loader decide on it's environment /bios Force the application to install just the certificate and serial /loader Force the application to install the loader /ignore The loader will ignore the systems existing SLIC /swap Install the loader without changing your systems boot code /k=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX Set the Windows 7/2008/Vista key /c= Set the certificate (use the name of a certificate from the certificates folder or from the SLIC list) /s= Set the SLIC (Acer, Advent, Alienware, Aquarius, Asus, AT Computers, BEKO, BenQ, BGH e-Nova, Casper, CCE, Chuangzhicheng, Crea, Dealin, Dell, Digimer, Equus, Excimer, EXO, Exper, Founder, FSC, Fujitsu, Genuine, Gigabyte, Haier, Hannspree, Hasee, HCL, Higrade, HP, Hyrican, Impression Computers, Itautec, Jetway, Jooyon, Kraftway, KSystems, Lanix, Lenovo, LG, MA Technology, Medion, MiTAC, MSI, NEC, Nokia, Olidata, ONKYO, Panasonic, Paradigit, Philco, Positivo, Qbex, Quanmax, RM Education, Samsung, Sony, Stone, Synnex, Systemax, Tarox, Tongfang, Toshiba, Trigem, Twinhead, Vestel, Viewsonic, Viliv, Wortmann, Xplore, Zoostorm) ====== * If you don't set the certificate it will default to your BIOS's model * If you don't set the SLIC it will default to your BIOS's model * If you don't set the key it will default to your BIOS's model and the correct one for the OS (Ultimate, Professional, Starter or Home Premium) * You can use these arguments via SetupComplete.cmd to pre-activate Windows 7/Vista/Server 2008 ====== Example: "D:Windows Loader.exe" /silent /restart /k=342DG-6YJR8-X92GV-V7DCV-P4K27 /c=Acer /s=Acer SetupComplete.cmd Example:
  • 4. @ECHO OFF %~dp0"Windows Loader.exe" /silent /preactivate cd %~dp0 attrib -R -A -S -H *.* SHUTDOWN /R /T 5 RMDIR /S /Q "%WINDIR%SetupScripts" exit ########################################################################## # 7 - Extra ########################################################################## If a certificate or SLIC is released and I have not put out a new version of my application simply create two folders, one called "Certificates" and another called "SLICs". In each folder put the files you want to add support for, just be sure you label the files like this: *Certificates folder* Acer.XRM-MS Advent.XRM-MS Alienware.XRM-MS Asus.XRM-MS *SLICs folder* Acer.BIN Advent.BIN Alienware.BIN Asus.BIN When using external files all preset internals will be ignored. This is a cleaner approach for users who want to build their own list without my presets getting in the way. Special thanks: BobSheep, zsmin & Woota!? Thanks: Everyone who supports this project, you're all the reason I'm still working on it.