[其他] Integrate7 (Windows 7 tool)

本帖最後由 luke123 於 2020-8-21 02:26 編輯

Hi

Inspired by Okt04175師兄, I started to read about the subject and came across the Integrate7 script.

https://forums.mydigitallife.net ... p-to-08-2020.78722/

There is no need to use a PS/2 mouse or keyboard.

The script "disables and removes Telemetry (which is included in August 2020 cumulative update)" and "disables Meltdown and Spectre hotfixes (to speed up CPU)", but these settings can be altered by editing Integrate7.cmd.

Version 3 has support for UEFI class 3 firmware (with no CSM support) and SecureBoot.

***************************************************************
What is it for ?

It gets Windows 7 ISO image (any language, any architecture), download all post-SP1 updates directly from Microsoft site and create new bootable Windows 7 ISO (with all updates integrated).

It also removes all bloatware (Telemetry, Diagnostics, Windows Defender).

In short: it turns Windows 7 SP1 DVD into Windows 7 August 2020 edition DVD.

And it is fully open-source shell script (no hidden features).

What are pre-requisites ?

- Windows 7 or later (to run the script on it)

- original Windows 7 ISO DVD (use this tool to download it)

How to use the script ?

1. Just copy original Windows 7 DVD in .iso format to the same location as Integrate7 script.

Alternatively, you can just copy a contents of your DVD to DVD directory of the script.

2. Run Integrate7 as Administrator (right click, Run as Administrator).

3. Choose image index (or “A” for all images in DVD).

4. Wait, wait, wait.

5. Finally Windows7_<your_architecture>_<you_language>.iso will be created with all updates and fixes included.


What the script does in details ?


1. Looks for .iso image inside main script directory, then it unpacks first found .iso image.

If .iso image is not found, it checks if DVD directory contains already unpacked Windows 7 installation files (especially install.wim and boot.wim files). If yes, it will use it.

2. Checks whether the image is proper Windows 7 image (only single-architecture, single-language images are supported).

3. Asks user to choose image index (you could use eg. Windows 7 Professional only or all images available together).

4. Downloads all Windows 7 updates up to August 2020, including recommended updates, including IE11, NET 4.8, DirectX 9 June 2010, RDP 8.0 server and RDP 8.1 client.

This step is skipped if updates are already downloaded (and are available in hotfixes folder)

5. Slipstream all downloaded updates to your image (including IE11 language pack for language of your image).

6. Applies custom fixes, ie:

- disables Customer Experience Improvement Program and Diagnostics

- disables and removes Telemetry (which is included in August 2020 cumulative update)

- disables and removes Windows Defender (could be switched off)

- disables System Restore (could be switched off)

- disables all logging (could be switched off)

- disables and removes Action Center

- disables Windows Search Indexer

- disables Application Compatibility Assistant (obsolete, since Windows XP era is gone)

- removes some unnecessary scheduled tasks (like scheduled diagnostic or defragmentation)

- disables Meltdown and Spectre hotfixes (to speed up CPU)

- disables autoshare of your disks in local network

- disables autoplay of disks other than CD/DVD (for security)

- re-enables secdrv service (for support for SafeDisk and SecuROM required by some old games)

- re-enables Fraunhofer IIS MPEG Audio Layer-3 Codec Professional (for support high bitrates encoding)

- adds “Computer” icon to Desktop

- replaces default IE11 homepage with blank (about:blank) and search engine with Google

- adds EULA accepted for SysInternal tools (cosmetic)

7. Integrates your drivers (if you provide ones) to install.wim, boot.wim and winRE.wim of your Windows 7 DVD.

8. Repacks/recompresses install.wim and boot.wim images (to save some space).

9. Creates new bootable ISO DVD image (using Microsoft OSCDIMG tool).


How to customize the script ?

Just edit Integrate7.cmd First section contains on/off switches (0 = off, 1 = on).

Hotfixes download links are located in files hotfixes\hfixes_all.txt and hotfixes\ie11_all.txt, but there is no reason to edit them.


How to add custom drivers ?

Just add your drives (.inf, .sys, .cat files) to following folders:

- add_these_drivers_to_Installer\<your_architecture>

- add_these_drivers_to_Windows\<your_architecture>

- add_these_drivers_to_Recovery\<your_architecture>

Installer drivers will be integrated into boot.wim, Windows drivers will be integrated into install.wim, and Recovery drivers will be integrated into winRE.wim (inside install.wim).

In particular, USB3 and mass-storage drivers should be added here, if you have new PC machine.


How to add other custom files ?


Just copy your files to the following folder:

- add_these_files_to_Windows\<your_architecture>


Everything here will be copied to install.wim, and will be located on main drive (usually C:) after installation.



What if execution of Integrate7 gets interrupted ?


Just run UnmountCleanUp.cmd. This script will unmounts remnants and removes garbage.


What is NOT included ?

1. Telemetry-only or activation checking updates (I recommend against installing them through WU. Just hide them, when using WU).

2. Packages not included in original Windows 7 installation DVD, like:

- Windows Management Framework 5.1
- Windows Remote Software Administration Tool
- etc.

If You need them, download and install them manually, then use Windows Update.


Download links of the script:

- Integrate7 v2.40
- Integrate7 v2.40 (with USB3, AHCI, RAID and NVMe drivers)

Password: Integrate2020


PS.
It is recommended to install BypassESU to use Windows Update and install future updates.
On modern CPUs it may be also needed wufuc

***************************************************************
Similar tools:

Windows 7 Image Updater
https://forum.videohelp.com/thre ... -Ryzen-Threadripper

UpdatePack7R2
https://gist.github.com/Growtopi ... a54847191252f3e205d

I noticed that ventra 師兄 uses station-drivers.com to look for Windows 7 (mod) drivers for the latest hardware. Do other CHings use this site too for similar drivers?

如果係一般driver ,可以用
http://www.sdi-tool.org/download/

TOP

提示: 作者被禁止或刪除 內容自動屏蔽

TOP

有無 Integrate10?
toylet 發表於 2020-8-20 23:40

冇,但係可以用呢個Script去改出嚟嘅。

TOP

本帖最後由 Okt04175 於 2020-8-23 22:31 編輯
如果係一般driver ,可以用
god_md5 發表於 2020-8-20 19:15

其實盡量少啲用呢種工具仲好,通常啲Driver更新會慢咗一拍或者記載唔齊。新出嘅晶片組底用得Win7一般都係要自己搵返Mod Driver發佈Post去更新Driver。
用自動化Script已經夠用。

TOP