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\

4R7

4R6

win 7

win 10

34181

GeForce 341.81 Driver
http://www.nvidia.com/download/driverResults.aspx/89878/en-us
Version:  341.81
Release Date:  2015.8.24
Operating System:  Windows 7 32-bit, Windows 8.1 32-bit, Windows 8 32-bit, Windows Vista 32-bit
CUDA Toolkit:  6.5
Language:  English (US)
File Size:  216.48 MB

GeForce Windows 10 Driver
http://www.nvidia.com/download/driverResults.aspx/89882/en-us
Version:  341.81
Release Date:  2015.8.24
Operating System:  Windows 10 32-bit
CUDA Toolkit:  6.5
Language:  English (US)
File Size:  216.48 MB

GeForce Windows 10 Driver
http://www.nvidia.com/download/driverResults.aspx/89883/en-us
Version:  341.81
Release Date:  2015.8.24
Operating System:  Windows 10 64-bit
CUDA Toolkit:  6.5
Language:  English (US)
File Size:  269.73 MB

GeForce 341.81 Driver
http://www.nvidia.com/download/driverResults.aspx/89879/en-us
Version:  341.81
Release Date:  2015.8.24
Operating System:  Windows 7 64-bit, Windows 8.1 64-bit, Windows 8 64-bit, Windows Vista 64-bit
CUDA Toolkit:  6.5
Language:  English (US)
File Size:  269.73 MB

Enterprise

en_windows_7_enterprise_with_sp1_x64_dvd_u_677651.iso

en_windows_7_enterprise_with_sp1_x86_dvd_u_677710.iso

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

KB 2534111

http://193.201.227.16/forum/viewtopic.php?t=906902
Microsoft Windows 7 Enterprise with SP1 x86 Updated (12.05.2011)

ar_windows_7_enterprise_with_sp1_x86_dvd_u_677691.iso
bg_windows_7_enterprise_with_sp1_x86_dvd_u_677693.iso
cn_windows_7_enterprise_with_sp1_x86_dvd_u_677716.iso
cs_windows_7_enterprise_with_sp1_x86_dvd_u_677695.iso
da_windows_7_enterprise_with_sp1_x86_dvd_u_677698.iso
de_windows_7_enterprise_with_sp1_x86_dvd_u_677702.iso
el_windows_7_enterprise_with_sp1_x86_dvd_u_677706.iso
en_windows_7_enterprise_with_sp1_x86_dvd_u_677710.iso
es_windows_7_enterprise_with_sp1_x86_dvd_u_677714.iso
et_windows_7_enterprise_with_sp1_x86_dvd_u_677718.iso
fi_windows_7_enterprise_with_sp1_x86_dvd_u_677722.iso
fr_windows_7_enterprise_with_sp1_x86_dvd_u_677727.iso
he_windows_7_enterprise_with_sp1_x86_dvd_u_677733.iso
hk_windows_7_enterprise_with_sp1_x86_dvd_u_677720.iso
hr_windows_7_enterprise_with_sp1_x86_dvd_u_677739.iso
hu_windows_7_enterprise_with_sp1_x86_dvd_u_677744.iso
it_windows_7_enterprise_with_sp1_x86_dvd_u_677749.iso
ja_windows_7_enterprise_with_sp1_x86_dvd_u_677757.iso
ko_windows_7_enterprise_k_with_sp1_x86_dvd_u_677732.iso
lt_windows_7_enterprise_with_sp1_x86_dvd_u_677764.iso
lv_windows_7_enterprise_with_sp1_x86_dvd_u_677677.iso
nl_windows_7_enterprise_with_sp1_x86_dvd_u_677682.iso
no_windows_7_enterprise_with_sp1_x86_dvd_u_677679.iso
pl_windows_7_enterprise_with_sp1_x86_dvd_u_677684.iso
pp_windows_7_enterprise_with_sp1_x86_dvd_u_677688.iso
pt_windows_7_enterprise_with_sp1_x86_dvd_u_677686.iso
ro_windows_7_enterprise_with_sp1_x86_dvd_u_677690.iso
ru_windows_7_enterprise_with_sp1_x86_dvd_u_677692.iso
sk_windows_7_enterprise_with_sp1_x86_dvd_u_677694.iso
sl_windows_7_enterprise_with_sp1_x86_dvd_u_677696.iso
sr_windows_7_enterprise_with_sp1_x86_dvd_u_677699.iso
sv_windows_7_enterprise_with_sp1_x86_dvd_u_677701.iso
th_windows_7_enterprise_with_sp1_x86_dvd_u_677705.iso
tr_windows_7_enterprise_with_sp1_x86_dvd_u_677708.iso
tw_windows_7_enterprise_with_sp1_x86_dvd_u_677723.iso
uk_windows_7_enterprise_with_sp1_x86_dvd_u_677712.iso
ar_windows_7_enterprise_with_sp1_x86_dvd_u_677691.iso Languages: Arabic SHA1: 11BB8461C3D69D8FB35498E1CA0ED5A3B99A60D3
bg_windows_7_enterprise_with_sp1_x86_dvd_u_677693.iso Languages: Bulgarian SHA1: 4DB6291B66A4FEE786640BFD9AC904A0B714D400
cn_windows_7_enterprise_with_sp1_x86_dvd_u_677716.iso Languages: Chinese - Simplified SHA1: C488B3D72DDC4AC63BCDCA36820BB986A1E670AC
cs_windows_7_enterprise_with_sp1_x86_dvd_u_677695.iso Languages: Czech SHA1: 124FD95D7CF60F4E7EBF2AB5D63C4E5AAFB37B5E
da_windows_7_enterprise_with_sp1_x86_dvd_u_677698.iso Languages: Danish SHA1: 58AFDF7DC272582BAD080C105D974897055E8D8A
de_windows_7_enterprise_with_sp1_x86_dvd_u_677702.iso Languages: German SHA1: 5E17CA17724B8F5BD1C541DBE75F3A8723090E2F
el_windows_7_enterprise_with_sp1_x86_dvd_u_677706.iso Languages: Greek SHA1: 5C3E6254D1F2C64D777D495B20D2F96D9BA7778F
en_windows_7_enterprise_with_sp1_x86_dvd_u_677710.iso Languages: English SHA1: 4E0450AC73AB6F9F755EB422990CD9C7A1F3509C
es_windows_7_enterprise_with_sp1_x86_dvd_u_677714.iso Languages: Spanish SHA1: 41711171154772E3AC66BBB00078B809BAF961A5
et_windows_7_enterprise_with_sp1_x86_dvd_u_677718.iso Languages: Estonian SHA1: 8424B0533B1124A0F5F3DD4DF277378331B55460
fi_windows_7_enterprise_with_sp1_x86_dvd_u_677722.iso Languages: Finnish SHA1: 327F5065065FF60202C66F793000460A758F0F73
fr_windows_7_enterprise_with_sp1_x86_dvd_u_677727.iso Languages: French SHA1: E88ABE98BD4FC0F6219AEF923E9745CD81C4CD94
he_windows_7_enterprise_with_sp1_x86_dvd_u_677733.iso Languages: Hebrew SHA1: 5BFB7BADD54D75B6FABDD4C44685932CF1D97DA1
hk_windows_7_enterprise_with_sp1_x86_dvd_u_677720.iso Languages: Chinese - Hong Kong SAR SHA1: 4F2A1BB30CB90C0FAB4B543A80488B4CE723B93B
hr_windows_7_enterprise_with_sp1_x86_dvd_u_677739.iso Languages: Croatian SHA1: ED3D9E26402D5A0D902B3F222458712008C43346
hu_windows_7_enterprise_with_sp1_x86_dvd_u_677744.iso Languages: Hungarian SHA1: 5824C48D2ED4644462563984E9BE8C7F0FA01C2E
it_windows_7_enterprise_with_sp1_x86_dvd_u_677749.iso Languages: Italian SHA1: AE3FEE1CF2964FD4DD95BB21F0780E8AB0FD9A02
ja_windows_7_enterprise_with_sp1_x86_dvd_u_677757.iso Languages: Japanese SHA1: B7AE126C5FB6ABEEF7CC56E5BAF5913257D5B693
ko_windows_7_enterprise_k_with_sp1_x86_dvd_u_677732.iso Languages: Korean SHA1: C4D5C1F991CF65E38B44FC43B8FDB74E605443DB
lt_windows_7_enterprise_with_sp1_x86_dvd_u_677764.iso Languages: Lithuanian SHA1: AB04AE24BD8514CA16CF39BE9831254540626243
lv_windows_7_enterprise_with_sp1_x86_dvd_u_677677.iso Languages: Latvian SHA1: 968BD4C52758D4B4E1143532689449CC33AF9CFB
nl_windows_7_enterprise_with_sp1_x86_dvd_u_677682.iso Languages: Dutch SHA1: 9259A5ADBB59FC99B74C6609B3B89010A254FD66
no_windows_7_enterprise_with_sp1_x86_dvd_u_677679.iso Languages: Norwegian SHA1: C15F654B617F3B6F6E3700CF73159DAEA8CAC8FD
pl_windows_7_enterprise_with_sp1_x86_dvd_u_677684.iso Languages: Polish SHA1: 35667652D3F4BF81C2994B8D5BEDF8D2F78DE3B2
pp_windows_7_enterprise_with_sp1_x86_dvd_u_677688.iso Languages: Portuguese-Portugal SHA1: DB75C08C692637B38DC2E3650758C234E14834FE
pt_windows_7_enterprise_with_sp1_x86_dvd_u_677686.iso Languages: Portuguese-Brazil SHA1: 2F9E8AA71CB0C27E3CF51D4A3876C1F171A58D0E
ro_windows_7_enterprise_with_sp1_x86_dvd_u_677690.iso Languages: Romanian SHA1: DDE10495B24456322A540678F9B0462C8468F151
ru_windows_7_enterprise_with_sp1_x86_dvd_u_677692.iso Languages: Russian SHA1: 0FFCD21535224490583507867573B4C7CABA4B7D
sk_windows_7_enterprise_with_sp1_x86_dvd_u_677694.iso Languages: Slovak SHA1: 99747289B7CB6817BDBA4316D3540E60AA50DD72
sl_windows_7_enterprise_with_sp1_x86_dvd_u_677696.iso Languages: Slovenian SHA1: 003573C586F1240CBBCF21E593E95C35A331DCF3
sr_windows_7_enterprise_with_sp1_x86_dvd_u_677699.iso Languages: Serbian SHA1: A39ACC5EF31153B72CD1CE83C1A69A6F506A884D
sv_windows_7_enterprise_with_sp1_x86_dvd_u_677701.iso Languages: Swedish SHA1: 0703215113AB4255B521A7B1E19F75E5A54D7602
th_windows_7_enterprise_with_sp1_x86_dvd_u_677705.iso Languages: Thai SHA1: D13D7A3CFCAEE311305DEB8A14969A0366A15A17
tr_windows_7_enterprise_with_sp1_x86_dvd_u_677708.iso Languages: Turkish SHA1: F8345C921B2837F8F38860DAC2517F2FE02433D4
tw_windows_7_enterprise_with_sp1_x86_dvd_u_677723.iso Languages: Chinese - Taiwan SHA1: 60005F03790AE41B3E4AE10764FE1C55ACA6322A
uk_windows_7_enterprise_with_sp1_x86_dvd_u_677712.iso Languages: Ukrainian SHA1: 4F1A557280B28D60A9433510AB5CD5E5505F4AD9


http://193.201.227.16/forum/viewtopic.php?t=875046
Microsoft Windows 7 Enterprise with SP1 x64 Updated (12.05.2011)

ar_windows_7_enterprise_with_sp1_x64_dvd_u_677643.iso
bg_windows_7_enterprise_with_sp1_x64_dvd_u_677644.iso
cn_windows_7_enterprise_with_sp1_x64_dvd_u_677685.iso
cs_windows_7_enterprise_with_sp1_x64_dvd_u_677646.iso
da_windows_7_enterprise_with_sp1_x64_dvd_u_677648.iso
de_windows_7_enterprise_with_sp1_x64_dvd_u_677649.iso
el_windows_7_enterprise_with_sp1_x64_dvd_u_677650.iso
en_windows_7_enterprise_with_sp1_x64_dvd_u_677651.iso
es_windows_7_enterprise_with_sp1_x64_dvd_u_677652.iso
et_windows_7_enterprise_with_sp1_x64_dvd_u_677653.iso
fi_windows_7_enterprise_with_sp1_x64_dvd_u_677655.iso
fr_windows_7_enterprise_with_sp1_x64_dvd_u_677656.iso
he_windows_7_enterprise_with_sp1_x64_dvd_u_677657.iso
hk_windows_7_enterprise_with_sp1_x64_dvd_u_677687.iso
hr_windows_7_enterprise_with_sp1_x64_dvd_u_677658.iso
hu_windows_7_enterprise_with_sp1_x64_dvd_u_677659.iso
it_windows_7_enterprise_with_sp1_x64_dvd_u_677660.iso
ja_windows_7_enterprise_with_sp1_x64_dvd_u_677662.iso
ko_windows_7_enterprise_k_with_sp1_x64_dvd_u_677728.iso
lt_windows_7_enterprise_with_sp1_x64_dvd_u_677663.iso
lv_windows_7_enterprise_with_sp1_x64_dvd_u_677664.iso
nl_windows_7_enterprise_with_sp1_x64_dvd_u_677666.iso
no_windows_7_enterprise_with_sp1_x64_dvd_u_677665.iso
pl_windows_7_enterprise_with_sp1_x64_dvd_u_677667.iso
pp_windows_7_enterprise_with_sp1_x64_dvd_u_677669.iso
pt_windows_7_enterprise_with_sp1_x64_dvd_u_677668.iso
ro_windows_7_enterprise_with_sp1_x64_dvd_u_677670.iso
ru_windows_7_enterprise_with_sp1_x64_dvd_u_677671.iso
sk_windows_7_enterprise_with_sp1_x64_dvd_u_677673.iso
sl_windows_7_enterprise_with_sp1_x64_dvd_u_677674.iso
sr_windows_7_enterprise_with_sp1_x64_dvd_u_677675.iso
sv_windows_7_enterprise_with_sp1_x64_dvd_u_677676.iso
th_windows_7_enterprise_with_sp1_x64_dvd_u_677678.iso
tr_windows_7_enterprise_with_sp1_x64_dvd_u_677681.iso
tw_windows_7_enterprise_with_sp1_x64_dvd_u_677689.iso
uk_windows_7_enterprise_with_sp1_x64_dvd_u_677683.iso
ar_windows_7_enterprise_with_sp1_x64_dvd_u_677643.iso Languages: Arabic SHA1: 5F7E81A84E64270764C3C649598370015E341C7B
bg_windows_7_enterprise_with_sp1_x64_dvd_u_677644.iso Languages: Bulgarian SHA1: 663CC5C033349EDB33D249DC027BC5DCC662CDBF
cn_windows_7_enterprise_with_sp1_x64_dvd_u_677685.iso Languages: Chinese - Simplified SHA1: 9BA5E85596C2F25BE59F7E96139D83D4CB261A62
cs_windows_7_enterprise_with_sp1_x64_dvd_u_677646.iso Languages: Czech SHA1: 15EABD7C46B6056BC4A64BD48FE7B0D782CD3D79
da_windows_7_enterprise_with_sp1_x64_dvd_u_677648.iso Languages: Danish SHA1: 940959E3588175FEA0FAD5DCB90B4601A7BAC412
de_windows_7_enterprise_with_sp1_x64_dvd_u_677649.iso Languages: German SHA1: 08B453546E193A65D13D436E3C37CED7256E1988
el_windows_7_enterprise_with_sp1_x64_dvd_u_677650.iso Languages: Greek SHA1: 0C597523ECBCA195D0CBAF2FB4FF9213B4C739E2
en_windows_7_enterprise_with_sp1_x64_dvd_u_677651.iso Languages: English SHA1: A491F985DCCFB5863F31B728DDDBEDB2FF4DF8D1
es_windows_7_enterprise_with_sp1_x64_dvd_u_677652.iso Languages: Spanish SHA1: 71E51E3ACDE2A3285A62498200FAFF2FD2EF961F
et_windows_7_enterprise_with_sp1_x64_dvd_u_677653.iso Languages: Estonian SHA1: A43031CB06C3BA05826B2E178FA5C1050D02E82F
fi_windows_7_enterprise_with_sp1_x64_dvd_u_677655.iso Languages: Finnish SHA1: 52D26DF3E42E36C9A0BCC6810EBCA8A5A896EFB6
fr_windows_7_enterprise_with_sp1_x64_dvd_u_677656.iso Languages: French SHA1: F4CE88F05859C3CE37F6BBD3BC1AFA70F0C28312
he_windows_7_enterprise_with_sp1_x64_dvd_u_677657.iso Languages: Hebrew SHA1: 3BF6F38C6DD4457D2D72075FBB02C916D9B79F0F
hk_windows_7_enterprise_with_sp1_x64_dvd_u_677687.iso Languages: Chinese - Hong Kong SAR SHA1: 863842BBEF9AF66FDD088D4825E5A30961EA6F36
hr_windows_7_enterprise_with_sp1_x64_dvd_u_677658.iso Languages: Croatian SHA1: 1041C3ACAA85F0A6F584C35E72681B11C98F1039
hu_windows_7_enterprise_with_sp1_x64_dvd_u_677659.iso Languages: Hungarian SHA1: 26071DFC510E6CEE01E7CFDACD062D5E25F455CB
it_windows_7_enterprise_with_sp1_x64_dvd_u_677660.iso Languages: Italian SHA1: A7957DA67D5FD9CD3EE95B9D0299A330C66651D4
ja_windows_7_enterprise_with_sp1_x64_dvd_u_677662.iso Languages: Japanese SHA1: 97B7AC0F639DA75763C781BB2C07D0D73EB7BA03
ko_windows_7_enterprise_k_with_sp1_x64_dvd_u_677728.iso Languages: Korean SHA1: FD0B96E2E133E65E3243811FEFC1D6BDF74E9C75
lt_windows_7_enterprise_with_sp1_x64_dvd_u_677663.iso Languages: Lithuanian SHA1: 055E331287038C78E3BD535BB646D213FF93B5F3
lv_windows_7_enterprise_with_sp1_x64_dvd_u_677664.iso Languages: Latvian SHA1: F2B002A74FE0B90967F7F4CF2FF50F7A1FBD9E05
nl_windows_7_enterprise_with_sp1_x64_dvd_u_677666.iso Languages: Dutch SHA1: 75BA5E17FEC17BD478BD67752B99E4341EB27752
no_windows_7_enterprise_with_sp1_x64_dvd_u_677665.iso Languages: Norwegian SHA1: 27E9BF51223B6B15FB89CFD92B91A67A6AEB6831
pl_windows_7_enterprise_with_sp1_x64_dvd_u_677667.iso Languages: Polish SHA1: B1D896A54035FCADAD98BFD1D5A05BC71B393A70
pp_windows_7_enterprise_with_sp1_x64_dvd_u_677669.iso Languages: Portuguese-Portugal SHA1: 3083E2B7B4E6AE0CA383F33153CB5F385B90D364
pt_windows_7_enterprise_with_sp1_x64_dvd_u_677668.iso Languages: Portuguese-Brazil SHA1: 1E92C1EDF09CCD15312316121797A91C0A7FFB78
ro_windows_7_enterprise_with_sp1_x64_dvd_u_677670.iso Languages: Romanian SHA1: 16B4CD8ED50C527372C554CD6255AA03D8CC24ED
ru_windows_7_enterprise_with_sp1_x64_dvd_u_677671.iso Languages: Russian SHA1: 5D73A18D79AA78F85F68E98CC4ABDEBA801F9B7F
sk_windows_7_enterprise_with_sp1_x64_dvd_u_677673.iso Languages: Slovak SHA1: 864DCB281E6B9A7B8A01A93C8BF04335F8555CE3
sl_windows_7_enterprise_with_sp1_x64_dvd_u_677674.iso Languages: Slovenian SHA1: 11EA1A91225FB9412454C4DCA62B3206DF7D34B7
sr_windows_7_enterprise_with_sp1_x64_dvd_u_677675.iso Languages: Serbian SHA1: F6775ADC0CCE9A1B4EE6D6C65F2F81BB59865C21
sv_windows_7_enterprise_with_sp1_x64_dvd_u_677676.iso Languages: Swedish SHA1: FD77E0B50D82C3B5CB45F0C79AAD36856CE262EE
th_windows_7_enterprise_with_sp1_x64_dvd_u_677678.iso Languages: Thai SHA1: DC8D7F935FDBA1A85145F3B9B730F54197ACCFEC
tr_windows_7_enterprise_with_sp1_x64_dvd_u_677681.iso Languages: Turkish SHA1: 409B4815133025AC2ADFA293A25A0F3CC8881B52
tw_windows_7_enterprise_with_sp1_x64_dvd_u_677689.iso Languages: Chinese - Taiwan SHA1: 501236CEA96384E7F9F915C5CDBEF27B61CC7C92
uk_windows_7_enterprise_with_sp1_x64_dvd_u_677683.iso Languages: Ukrainian SHA1: 320E9CAB51BF8DBF6F6B7F2E609824DCB36951D8

BONES 2005

http://subscene.com/

http://www.tvsubtitles.net/

http://www.couchtuner.la/watch-bones-online/

Season 11
Bones Season 11 Episode 7  – The Promise in the Palace
Bones Season 11 Episode 6 – The Senator in the Street Sweeper
Bones Season 11 Episode 5 – The Resurrection in the Remains
Bones Season 11 Episode 4 – The Carpals in the Coy-Wolves
Bones Season 11 Episode 3  – The Donor in the Drink
Bones Season 11 Episode 2 – The Brother in the Basement
Bones Season 11 Episode 1 – The Loyalty in the Lie

Season 10
Bones Season 10 Episode 22 – The Next in the Last
Bones Season 10 Episode 21 – The Life in the Light
Bones Season 10 Episode 20 – The Woman in the Whirlpool
Bones Season 10 Episode 19 – The Murder in the Middle East
Bones Season 10 Episode 18 – The Verdict in the Victims
Bones Season 10 Episode 17 – The Lost in the Found
Bones Season 10 Episode 16 – The Big Beef at the Royal Diner
Bones Season 10 Episode 15 – The Eye in the Sky
Bones Season 10 Episode 14 – The Putter in the Rough
Bones Season 10 Episode 13 – The Baker in the Bits
Bones Season 10 Episode 12 – The Teacher in the Books
Bones Season 10 Episode 11 – The Psychic in the Soup
Bones Season 10 Episode 10 – The 200th in the 1th
Bones Season 10 Episode 9 – The Mutilation of the Master Manipulator
Bones Season 10 Episode 8 – The Puzzler in the Pit
Bones Season 10 Episode 7 – The Money Maker on the Merry-Go-Round
Bones Season 10 Episode 6 – The Lost Love in the Foreign Land
Bones Season 10 Episode 5 – The Corpse at the Convention
Bones Season 10 Episode 4 – The Geek in the Guck
Bones Season 10 Episode 3 – The Purging of the Pundit
Bones Season 10 Episode 2 – The Lance to the Heart
Bones Season 10 Episode 1 – The Conspiracy in the Corpse

Season 9
Bones Season 9 Episode 24 – The Recluse in the Recliner
Bones Season 9 Episode 23 – The Drama in the Queen
Bones Season 9 Episode 22 – The Nail In The Coffin
Bones Season 9 Episode 21 – The Cold in the Case
Bones Season 9 Episode 20 – The High In The Low
Bones Season 9 Episode 19 – The Turn In The Urn
Bones Season 9 Episode 18 – The Carrot in the Kudzu
Bones Season 9 Episode 17 – The Repo Man In The Septic Tank
Bones S9 Episode 16 – The Source in the Sludge
Bones S9 Episode 15 – The Heiress in the Hill
Bones S9 Episode 14 – The Master In The Slop
Bones S9 Episode 13 – Big in the Philippines
Bones S9 Episode 12 – The Ghost in the Killer
Bones S9 Episode 11 – The Spark in the Park
Bones S9 Episode 10 – The Mystery in the Meat
Bones S9 Episode 9 – The Fury In The Jury
Bones S9 Episode 8 – The Dude In The Dam
Bones S9 Episode 7 – The Nazi on the Honeymoon
Bones S9 Episode 6 – The Woman In White
Bones S9 Episode 5 – The Lady on the List
Bones S9 Episode 4 – The Sense in the Sacrifice
Bones S9 Episode 3 – El Carnicero en el Coche
Bones S9 Episode 2 – The Cheat in the Retreat
Bones S9 Episode 1 – The Secrets in the Proposal

Season 8
Bones S8 Episode 24 – The Secret in the Siege
Bones S8 Episode 23 – The Pathos in the Pathogens
Bones S8 Episode 22 – The Party in the Pants
Bones S8 Episode 21 – The Maiden in the Mushrooms
Bones S8 Episode 20 – The Blood from the Stones
Bones S8 Episode 19 – The Doom in the Gloom
Bones S8 Episode 18 – The Survivor in the Soap
Bones S8 Episode 17 – The Fact In The Fiction
Bones S8 Episode 16 – The Friend in Need
Bones S8 Episode 15 – The Shot in the Dark
Bones S8 Episode 14 – The Doll In The Derby
Bones S8 Episode 13 – The Twist In The Plot
Bones S8 Episode 12 – The Corpse in the Canopy
Bones S8 Episode 11 – The Archeologist in the Cocoon
Bones S8 Episode 10 – The Diamond in the Rough
Bones S8 Episode 9 – The Ghost in the Machine
Bones S8 Episode 8 – The But in the Joke
Bones S8 Episode 7 – The Bod in the Pod
Bones S8 Episode 6 – The Patriot in Purgatory
Bones S8 Episode 5 – The Method in the Madness
Bones S8 Episode 4 – The Tiger in the Tale
Bones S8 Episode 3 – The Gunk in the Garage
Bones S8 Episode 2 – The Partners in the Divorce
Bones S8 Episode 1 – The Future in the Past

Season 7
Bones S7 Episode 13 – The Past in the Present
Bones S7 Episode 12 – The Suit on the Set
Bones S7 Episode 11 – The Family in the Feud
Bones S7 Episode 10 – The Warrior in the Wuss
Bones S7 Episode 9 – The Don’t in the Do
Bones S7 Episode 8 – The Bump in the Road
Bones S7 Episode 7 – Prisoner in the Pipe
Bones S7 Episode 6 – The Crack in The Code
Bones S7 Episode 5 – The Twist in the Twister
Bones S7 Episode 4 – The Male in the Mail
Bones S7 Episode 3 – The Prince in the Plastic
Bones S7 Episode 2 – The Hot Dog in the Competition
Bones S7 Episode 1 – The Memories in the Shallow Grave

Season 6
Bones S6 Episode 23 – The Change in the Game
Bones S6 Episode 22 – The Hole in the Heart
Bones S6 Episode 21 – The Signs in the Silence
Bones S6 Episode 20 – The Pinocchio in the Planter
Bones S6 Episode 19 – The Finder
Bones S6 Episode 18 – The Truth in the Myth
Bones S6 Episode 17 – The Feet on the Beach
Bones S6 Episode 16 – The Blackout in the Blizzardt
Bones S6 Episode 15 – The Killer in the Crosshairs
Bones S6 Episode 14 – The Bikini in the Soup
Bones S6 Episode 13 – The Daredevil in the Mold
Bones S6 Episode 12 – The Sin in the Sisterhood
Bones S6 Episode 11 – The Bullet in the Brain
Bones S6 Episode 10 – The Body in the Bag
Bones S6 Episode 9 – The Doctor in the Photo
Bones S6 Episode 8 – The Twisted Bones in the Melted Truck
Bones S6 Episode 7 – The Babe in the Bar
Bones S6 Episode 6 – The Shallow in the Deept
Bones S6 Episode 5 – The Bones That Weren’t
Bones S6 Episode 4 – The Body and the Bounty
Bones S6 Episode 3 – The Maggots in the Meathead
Bones S6 Episode 2 – The Couple in the Cave
Bones S6 Episode 1 – The Mastodon in the Room

Season 5
Bones S5 Episode 22 – The Beginning in the End
Bones S5 Episode 21 – The Boy with the Answer
Bones S5 Episode 20 – The Witch in the Wardrobe
Bones S5 Episode 19 – The Rocker in the Rinse Cycle
Bones S5 Episode 18 – The Predator in the Pool
Bones S5 Episode 17 – The Death of the Queen Bee
Bones S5 Episode 16 – The Parts in the Sum of the Whole
Bones S5 Episode 15 – The Bones on a Blue Line
Bones S5 Episode 14 – The Devil in the Details
Bones S5 Episode 13 – The Dentist in the Ditch
Bones S5 Episode 12 – The Proof in the Pudding
Bones S5 Episode 11 – The X in the File
Bones S5 Episode 10 – The Goop on the Girl
Bones S5 Episode 9 – The Gamer in the Grease
Bones S5 Episode 8 – The Foot in the Foreclosure
Bones S5 Episode 7 – The Dwarf in the Dirt
Bones S5 Episode 6 – The Tough Man in the Tender Chicken
Bones S5 Episode 5 – A Night at the Bones Museum
Bones S5 Episode 4 – The Beautiful Day in the Neighborhood
Bones S5 Episode 3 – The Plain in the Prodigy
Bones S5 Episode 2 – The Bond in the Boot
Bones S5 Episode 1 – Harbingers in the Fountain

Season 4
Bones S4 Episode 26 – The End in the Beginning
Bones S4 Episode 25 – The Critic in the Cabernet
Bones S4 Episode 24 – The Beaver in the Otter
Bones S4 Episode 23 – The Girl in the Mask
Bones S4 Episode 22 – The Double Death of the Dearly Departed
Bones S4 Episode 21 – Mayhem on the Cross
Bones S4 Episode 20 – The Cinderella in the Cardboard
Bones S4 Episode 19 – The Science in the Physicist
Bones S4 Episode 18 – The Doctor in the Den
Bones S4 Episode 17 – The Salt in the Wounds
Bones S4 Episode 16 – The Bones That Foam
Bones S4 Episode 15 – The Princess and the Pear
Bones S4 Episode 14 – The Hero in the Hold
Bones S4 Episode 13 – Fire in the Ice
Bones S4 Episode 12 – Double Trouble in the Panhandle
Bones S4 Episode 11 – The Bone That Blew
Bones S4 Episode 10 – The Passenger in the Oven
Bones S4 Episode 9 – The Con Man in the Meth Lab
Bones S4 Episode 8 – The Skull in the Sculpture
Bones S4 Episode 7 – The He in the She
Bones S4 Episode 6 – The Crank in the Shaft
Bones S4 Episode 5 – The Perfect Pieces in the Purple Pond
Bones S4 Episode 4 – The Finger in the Nest
Bones S4 Episode 3 – The Man in the Outhouse
Bones S4 Episode 2 – Yanks in the U.K. (2)
Bones S4 Episode 1 – Yanks in the U.K. (1)

Season 3
Bones S3 Episode 15 – The Pain in the Heart
Bones S3 Episode 14 – The Wannabe in the Weeds
Bones S3 Episode 13 – The Verdict in the Story
Bones S3 Episode 12 – The Baby in the Bough
Bones S3 Episode 11 – Player Under Pressure
Bones S3 Episode 10 – The Man in the Mud
Bones S3 Episode 9 – The Santa in the Slush
Bones S3 Episode 8 – The Knight on the Grid
Bones S3 Episode 7 – Boy in the Time Capsule
Bones S3 Episode 6 – Intern in the Incinerator
Bones S3 Episode 5 – Mummy in the Maze
Bones S3 Episode 4 – The Secret in the Soil
Bones S3 Episode 3 – Death in the Saddle
Bones S3 Episode 2 – Soccer Mom in the Mini-Van
Bones S3 Episode 1 – The Widow’s Son in the Windshield

Season 2
Bones S2 Episode 21 – Stargazer in a Puddle
Bones S2 Episode 20 – The Glowing Bones in the Old Stone House
Bones S2 Episode 19 – Spaceman in a Crater
Bones S2 Episode 18 – The Killer in the Concrete
Bones S2 Episode 17 – The Priest in the Churchyard
Bones S2 Episode 16 – The Boneless Bride in the River
Bones S2 Episode 15 – Bodies in the Book
Bones S2 Episode 14 – The Man in the Mansion
Bones S2 Episode 13 – The Girl in the Gator
Bones S2 Episode 12 – The Man in the Cell
Bones S2 Episode 11 – Judas on a Pole
Bones S2 Episode 10 – The Headless Witch in the Woods
Bones S2 Episode 9 – Aliens in a Spaceship
Bones S2 Episode 8 – The Woman in the Sand
Bones S2 Episode 7 – The Girl with the Curl
Bones S2 Episode 6 – The Girl in Suite 2103
Bones S2 Episode 5 – The Truth in the Lye
Bones S2 Episode 4 – The Blonde in the Game
Bones S2 Episode 3 – The Boy in the Shroud
Bones S2 Episode 2 – Mother and Child in the Bay
Bones S2 Episode 1 – The Titan on the Tracks

Season 1
Bones S1 Episode 22 – The Woman in Limbo
Bones S1 Episode 21 – The Soldier on the Grave
Bones S1 Episode 20 – The Graft in the Girl
Bones S1 Episode 19 – The Man in the Morgue
Bones S1 Episode 18 – The Man with the Bone
Bones S1 Episode 17 – The Skull in the Desert
Bones S1 Episode 16 – The Woman in the Tunnel
Bones S1 Episode 15 – Two Bodies in the Lab
Bones S1 Episode 14 – The Man on the Fairway
Bones S1 Episode 13 – The Woman in the Garden
Bones S1 Episode 12 – The Superhero in the Alley
Bones S1 Episode 11 – The Woman in the Car
Bones S1 Episode 10 – The Woman at the Airport
Bones S1 Episode 9 – The Man in the Fallout Shelter
Bones S1 Episode 8 – The Girl in the Fridge
Bones S1 Episode 7 – A Man on Death Row
Bones S1 Episode 6 – The Man in the Wall
Bones S1 Episode 5 – A Boy in a Bush
Bones S1 Episode 4 – The Man in the Bear
Bones S1 Episode 3 – A Boy in a Tree
Bones S1 Episode 2 – The Man in the S.U.V.
Bones S1 Episode 1 – Pilot

AOA

Heart Attack

SISTAR

Alone

KARA

Jumping

TARA

Roly Poly