Wednesday, November 18, 2015

EXID

Every Night

yandex

Valkyrie

ATThrone

delete

@echo off
(  rmdir /s /q "%systemdrive%\AdwCleaner"
 del /f /q "%temp%\EULA.txt"
 del /f /q "%temp%\AdwCleaner.jpg"
 del /f /q "%temp%\adwcleaner.db"
 del /f /q "%temp%\Cleaning.ico"
 del /f /q "%temp%\Report.ico"
 del /f /q "%temp%\Scan.ico"
 del /f /q "%temp%\Uninstall.ico"
 del /f /q "%temp%\sqlite3.dll"
 reg delete "HKLM\SOFTWARE\AdwCleaner" /F
 reg delete "HKLM\SOFTWARE\Wow6432Node\AdwCleaner" /F
 del /f /q "%temp%\Uninstall.bat"
) >nul 2>&1

ei.cfg

http://jerryching.no-ip.org/Software/ISO%20Backup/Windows%207/

http://176.99.4.36/Windows%207/Eng/

http://www.farstone.com/bootablemedia/index.php

Modify the ei.cfg using your choices to set the desired edition, channel and volume license flag.

ei.cfg looks like this:
[EditionID]
Ultimate
[Channel]
Retail
[VL]
0

Choose the edition for the ei.cfg:
Ultimate
Professional
HomePremium
HomeBasic
Starter

Choose the channel for the ei.cfg:
Retail
OEM
VOL

x86:
cdimage -u2 -udfver102 -b<windows 7 files path>\boot\etfsboot.com -o -lGRMC<edition_code><channel_code>_<language_code>_DVD -t<file_date>,<file_time><windows_7_files_path><new_file_name.iso>

x64:
cdimage -u2 -udfver102 -bootdata:2#p0,b<windows_7_files_path>\boot\etfsboot.com#pEF,eb<windows_7_files_path>\efi\microsoft\boot\efisys.bin -o -lGRMC<edition_code>X<channel_code>_<language_code>_DVD -t<file_date>,<file_time><windows_7_files_path><new_file_name.iso>

Options:
File Date: July, 14 2009
File Time: 02:26:40
Edition codes: ST (Starter), HB (Home Basic), HP (Home Premium), PR (Professional), UL (Ultimate)
Channel codes: FRER (Retail), FREO (OEM), VOL (volume license)
Some language codes: EN (English-USA), FR (French), DE (German), IT (Italian), ES (Spanish)

For example, Professional ISO:

Using the ei.cfg:
[EditionID]
Professional
[Channel]
Retail
[VL]
0

Path: Windows7
File Date: July, 14 2009
File Time: 02:26:40
Edition: Professional
Channel: Retail
Language: English-USA

CDImage settings (x86):
cdimage -u2 -udfver102 -bWindows7\boot\etfsboot.com -o -lGRMCPRFRER_EN_DVD -t07/14/2009,02:26:40 Windows7 win7_professional_english_x86_retail_official.iso

CDImage Settings (x64):
cdimage -u2 -udfver102 -bootdata:2#p0,bWindows7\boot\etfsboot.com#pEF,ebWindows7\efi\microsoft\boot\efisys.bin -o -lGRMCPRXFRER_EN_DVD -t07/14/2009,02:26:40 Windows7 win7_professional_english_x64_retail_official.iso

winpe

http://www.farstone.com/bootablemedia/index.php

diskpart
list disk
select disk #
clean
create par primary
select par 1
active
format quick fs=fat32
assign
exit

wpeinit
@echo off
for %%p in (a b c d e f g h i j k l m n o p q r s t u v w x y z) do if exist %%p:Qdir set w=%%p
call %w%:Qdir\Q-dir.exe

oscdimg -n -bC:\WinPE\x86\etfsboot.com C:\WinPE\x86\ISO C:\WinPE.iso

reg load HKLM\_WinPE_SYSTEM C:\WinPE\x86\Mount\windows\system32\config\system
reg load HKLM\_WinPE_SOFTWARE C:\WinPE\x86\Mount\windows\system32\config\software
reg unload HKLM\_WinPE_SYSTEM
reg unload HKLM\_WinPE_SOFTWARE

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\_WinPE_SOFTWARE\Classes\*\shell\ImDiskMountFile]
@="Mount as ImDisk Virtual Disk"
[HKEY_LOCAL_MACHINE\_WinPE_SOFTWARE\Classes\*\shell\ImDiskMountFile\command]
@="rundll32.exe imdisk.cpl,RunDLL_MountFile %L"
[HKEY_LOCAL_MACHINE\_WinPE_SOFTWARE\Classes\Drive\shell\ImDiskUnmount]
@="Unmount ImDisk Virtual Disk"
[HKEY_LOCAL_MACHINE\_WinPE_SOFTWARE\Classes\Drive\shell\ImDiskUnmount\command]
@="rundll32.exe imdisk.cpl,RunDLL_RemoveDevice %L"
[HKEY_LOCAL_MACHINE\_WinPE_SOFTWARE\Classes\Drive\shell\ImDiskSaveImage]
@="Save disk contents as image file"
[HKEY_LOCAL_MACHINE\_WinPE_SOFTWARE\Classes\Drive\shell\ImDiskSaveImage\command]
@="rundll32.exe imdisk.cpl,RunDLL_SaveImageFile %L"
[HKEY_LOCAL_MACHINE\_WinPE_SYSTEM\ControlSet001\Services\ImDisk]
"Type"=dword:00000001
"Start"=dword:00000003
"ErrorControl"=dword:00000000
"ImagePath"=hex(2):73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00,\
  52,00,49,00,56,00,45,00,52,00,53,00,5c,00,69,00,6d,00,64,00,69,00,73,00,6b,\
  00,2e,00,73,00,79,00,73,00,00,00
"DisplayName"="ImDisk Virtual Disk Driver"
"Description"="Disk emulation driver"
[HKEY_LOCAL_MACHINE\_WinPE_SYSTEM\ControlSet001\Services\ImDisk\Enum]
"0"="Root\\LEGACY_IMDISK\\0000"
"Count"=dword:00000001
"NextInstance"=dword:00000001
[HKEY_LOCAL_MACHINE\_WinPE_SYSTEM\ControlSet001\Services\ImDskSvc]
"Type"=dword:00000010
"Start"=dword:00000003
"ErrorControl"=dword:00000000
"ImagePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
  74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,\
  00,6d,00,64,00,73,00,6b,00,73,00,76,00,63,00,2e,00,65,00,78,00,65,00,00,00
"DisplayName"="ImDisk Virtual Disk Driver Helper"
"ObjectName"="LocalSystem"
"Description"="Helper service for ImDisk Virtual Disk Driver."
[HKEY_LOCAL_MACHINE\_WinPE_SYSTEM\ControlSet001\Enum\Root\LEGACY_IMDISK]
"NextInstance"=dword:00000001
[HKEY_LOCAL_MACHINE\_WinPE_SYSTEM\ControlSet001\Enum\Root\LEGACY_IMDISK\0000]
"Service"="ImDisk"
"Legacy"=dword:00000001
"ConfigFlags"=dword:00000000
"Class"="LegacyDriver"
"ClassGUID"="{8ECC055D-047F-11D1-A537-0000F8753ED1}"
"DeviceDesc"="ImDisk Virtual Disk Driver"
"Capabilities"=dword:00000000

Copy imdisk.exe, imdisk.cpl and imdsksvc.exe to C:\WinPE\x86\Mount\Windows\System32\
Copy imdisk.sys to C:\WinPE\x86\Mount\Windows\System32\Drivers\
Copy imdisk.inf to C:\WinPE\x86\Mount\Windows\inf\