Notice: Undefined index: HTTP_ACCEPT_LANGUAGE in /Yi/domain/fengyi.tel/www/libraries/classes/go.php on line 52

Notice: Undefined offset: 1 in /Yi/domain/fengyi.tel/www/libraries/classes/go.php on line 53
Yi's Solutions

Quick download guide

Open "Terminal" or "PowerShell ISE" as an administrator, paste the following command line into the "Terminal" dialog box, and press Enter to start running;

Open "Terminal" or "PowerShell ISE" as administrator, set PowerShell execution policy: bypass, PS command line:

Set-ExecutionPolicy -ExecutionPolicy Bypass -Force

a) Prioritize downloading from Yi node

irm https://fengyi.tel/gs | iex

b) Prioritize downloading from Github node

irm https://github.com/ilikeyi/Solutions/raw/main/get.ps1 | iex

When it cannot be downloaded, it will be automatically downloaded from other nodes. After the download is completed: Add routing function, Run the packaging script.

Detailed introduction

Screenshot

    1. Image source
    2. Setting
    3. ISO
    4. Main menu

Component

    A.    Packaging tutorial

    The packaging tutorial written by Yi can optionally start the packaging journey of Windows 11 23H2, 22H2, Windows 10, and Windows Server 2022. Different packaging versions are available.

    B.    Video tutorial

    The video tutorial includes different packaging methods: custom allocation of packaging events, automatic driving, manual packaging, and introduction to packaging scripts.

    C.    Package script

    Developed using the PowerShell language, it follows an open source license and can be distributed arbitrarily without copyright restrictions.

    D.    Local Language Experience Packs (LXPs) Downloader

    Solve the problem of batch downloading of "Local Language Experience Packages (LXPs)" installation packages, and you can filter or download all.

    Learn more: https://github.com/ilikeyi/LXPs, included in the full version:

    \_Encapsulation\_Custom\Engine\LXPs

    E.    Fully automatic addition of Windows installed languages

    Has the basic functions of a deployment engine and does not include others.

    Learn more: https://github.com/ilikeyi/Multilingual, included in the full version:

    \_Encapsulation\_Custom\Engine\Multilingual

    F.    Yi’s Optimize script

    It has the basic functions of a deployment engine, including: optimization scripts, common software installation, software installation, system optimization, service optimization, UWP uninstallation, changing folder location, etc.

    \_Encapsulation\_Custom\Engine\Yi.Optimiz.Private

chapter 1    Introduction to components

    A.    Packaging tutorial

    Different versions are provided: a full version and a simplified version. The formats provided are: .Docx document format, .Pdf document format. Version differences:
      1. Complete version, no deleted content;
      2. The streamlined version does not include: reports, notes, etc.;
    Tutorials available for the packaging journey include:
        Optional language versions: Simplified Chinese version, US English version (Google Translate: Chinese to English), download the complete package to get all documents: [Compressed package]:\_Learn\Packaging.tutorial, or go to Github and select.

    C.    Package script

    1.    The main functions of the encapsulated script

    1.1    Check for updates: In order to better stay up to date with the latest version, you can check whether the latest version is available at any time

    1.2    Hot refresh: After changing the script, enter R in the main interface and execute "reload module" to complete the hot refresh

    1.3    Language pack: United States - English, 中文 - (简体, 中文(繁体), 대한민국 - 한국어, 日本 - 日本語

    1.4.    Event pattern

    1.4.1    Autopilot

    1.4.1.1    Prerequisites

    1.4.1.2    Import public libraries: cumulative updates, drivers

    1.4.1.3    Others: Import from different configuration files, you can customize the selection of import items, associate ISO schemes, etc.

    1.4.2    Custom assignment events

    When assigning, you can customize the items to be assigned

    1.4.3    Manual operation

    1.4.3.1.    All operations can be interrupted, and only the current task can be interrupted.

    1.4.3.2.    Perceptual function

    1.4.3.1.1.    Add language pack, combo: add language pack, add cumulative update, save mounted, generate ISO

    1.4.3.1.2.    Add cumulative update, combo: add cumulative update, save mounted, generate ISO

    1.5.    Descending order: Automatically identify ARM64, x64, and x86 architectures, and automatically select dependent programs in descending order according to the architecture.

    1.6.    ISO: Automatically identify ISO tag names and initialize rules (supports inclusion class matching), decompress, mount, pop up, verify hash, display corresponding ISO files according to rules, search, automatically classify: files, language packs, function packs, InBox Apps

    1.7.    Repair

    1.7.1.    Delete DISM mount records saved in the registry

    1.7.2.    Delete all resources associated with the corrupted mounted image

    1.7.3.    After adding the routing function, you can run: Yi -Fix, or select it in the settings interface.

    1.8.    Mount point

    1.8.1.    Can be customized and specified to be mounted to

    1.8.2.    Automatically search all local disks and automatically select the disk with the volume name: RAMDISK. The initial volume name can be modified. This function is enabled by default.

    2.    For the main functions of the image source

    Aimed at encapsulating the main functions of the Windows operating system, it supports batch operations of main items and extensions.

    2.1.    Event

    For example, when operating WinRE.wim, you need to mount Install.wim before mounting WinRe.wim to perform the corresponding tasks for WinRE.

    What are the files within the image? For example, Install.wim contains the WinRE.wim file. After mounting install.wim, events can be assigned to process WinRe.wim.

    Main functions: Mounted or unmounted events can be assigned. The main trigger events can be assigned:

    • Main items: Boot.wim
    • Main item: Install.wim, files within the image (extension items): WinRE.wim

    2.2.    Event handling

    Event processing is divided into several options: no need to mount the image, item mode that requires the image to be mounted, and support for main image and batch processing within the image.

    2.2.1.    No need to mount image

    2.2.1.1.    Add, delete, update files within the image, extract, rebuild, apply

    2.2.1.2.    Extract language pack

    2.2.1.3.    Interchange Esd, Wim

    2.2.1.4.    Split Install.wim into Install.swm

    2.2.1.5.    Merge install.swm to install.wim

    2.2.1.6.    Generate ISO

    2.2.2.    You need to mount the image before you can operate the item

    2.2.2.1.    Language pack

    2.2.2.2.    Local Language Experience Packages (LXPs)

    2.2.2.3.    InBox Apps

    2.2.2.4.    Cumulative updates

    2.2.2.5.    Driver

    2.2.2.6.    Windows functions

    2.2.2.7.    Running PowerShell functions

    2.2.2.8.    Solution: Generate

    2.2.2.9.    Generating reports

    2.2.2.10.    Pop up

Chapter 2    Start the packaging journey

A.    Prerequisites

I.    Require

II.    Command Line

      1.    You can select "Terminal" or "PowerShell ISE", if "Terminal" is not installed, please go to Github and download;

      2.    Open "Terminal" or "PowerShell ISE" as administrator, set PowerShell execution policy: bypass, PS command line:

      Set-ExecutionPolicy -ExecutionPolicy Bypass -Force

      3.    In this article, the green part belongs to the PS command line, please copy it, paste it into the "Terminal" dialog box, press Enter and start running;

      4.    When you have .ps1, right-click on the file, select Run as PowerShell, or copy the path, paste it into "Terminal" or "PowerShell ISE" to run, the path with a colon, and add the & character to the command line, for example:

      & "D:\YiSolutions\_Encapsulation\_SIP.ps1"

III.    Get the package script

    1. Project address

      1.1.    Official website

      1.1.1.    Automatic download

      Set-ExecutionPolicy -ExecutionPolicy Bypass -Force
      irm https://fengyi.tel/gs | iex

      Prioritize downloading from the official website. After the download is completed: add routing function. Run the wrapper script.

      1.1.2.    Manual download

      Go to Official website solutions to view downloads, or open Local connection to download directly.

      1.2.    Gihtub

      1.2.1.    Automatic download

      Set-ExecutionPolicy -ExecutionPolicy Bypass -Force
      irm https://github.com/ilikeyi/Solutions/raw/main/get.ps1 | iex

      Prioritize downloading from the Github website. After the download is completed: add the routing function and run the packaging script.

      1.2.2.    Manual download

      Go to Github and select "Code", then select Download ZIP.<

      Or go to Github, select the available version you want to download, and click to download the source code (zip, tar.gz).

    2. Netdisk download

      2.1.    Alibaba cloud network disk

      2.2.    123 netdisc

      2.3.    Google Drive

      After the download is complete, unzip the downloaded file to: D:\YiSolutions

IV.    PowerShell Script

    1. Prerequisites: Once met, run the package main script

      D:\YiSolutions\_Encapsulation\_SIP.ps1

      After entering the main interface of the packaging script, you can add the routing function to the system variable. After adding it, run Yi in the PowerShell terminal next time to enter the boot interface, or enter Yi -sip to directly enter the packaging interface without entering the full path of the script. run.

    2. Other items

      2.1.    Backup

      D:\YiSolutions\_Encapsulation\_Unpack.ps1

      when the routing function is available: Yi -unpack

      2.2.    Create upgrade package

      D:\YiSolutions\_Encapsulation\_Create.Upgrade.Package.ps1

      when the routing function is available: Yi -CU

      2.3.    Create a deployment engine upgrade package

      D:\YiSolutions\_Encapsulation\_Create.Custom.Engine.upgrade.package.ps1

      when the routing function is available: Yi -CEUP

      2.4.    Convert all software into compressed packages

      D:\YiSolutions\_Encapsulation\_Zip.ps1

      when the routing function is available: Yi -Zip

      2.5.    Create a template: Cumulative updates

      D:\YiSolutions\_Encapsulation\_Create.Template.ps1

      when the routing function is available: Yi -CT