Thảo luận - Windows 10 EnterpriseS, G (Non-Official) Project | Page 714 | VN-Zoom | Cộng đồng Chia Sẻ Kiến Thức Công Nghệ và Phần Mềm Máy Tính

Adblocker detected! Please consider reading this notice.

We've detected that you are using AdBlock Plus or some other adblocking software which is preventing the page from fully loading.

We don't have any banner, Flash, animation, obnoxious sound, or popup ad. We do not implement these annoying types of ads!

We need money to operate the site, and almost all of it comes from our online advertising.

Please add https://vn-z.vn to your ad blocking whitelist or disable your adblocking software.

×

Thảo luận Windows 10 EnterpriseS, G (Non-Official) Project

cupeo002

Gà con
Những bản Windows 10 được xây dựng theo cấu trúc chuẩn của bản LTSC 2019, 2021
Các gói Feature packages đều được lấy từ server của MS (http://tlu.dl.delivery.mp.microsoft.com), sau đó dùng DISM để build.

A. Important Notes
Mã:
1. Các thành phần và cấu trúc của bản Win giống hệt LTSC 1809 chỉ khác Version
2. Kích hoạt bằng key MAK, OEM, KMS giống như của LTSC 1809, hoặc có thể dùng HWID hoặc KMS38.
3. Những máy đã có digital bản LTSC 1809 sẽ auto có Digital bản này.
4. Windows Update.
- LCU Updates= Offline customized LCU
- Features Updates= No
- Defender = Yes
- .NET FX= Yes
-Drivers Update= Yes

B. Windows 10 EnterpriseS with Store, version 1909(19H2), Build 18363.2274

1.png


2.png


Mã:
18363.2274.19h2_release_enterprise_ltsc_x64_en-us.iso
4.18 GB
E2199887D7B2F4A9374D8CB6B0952EBF5053C788 (sha1)

*** Hidden text: cannot be quoted. ***


"Bookmark" Topic Windows 10 EnterpriseS, G (Non-Official) Project
(những nội dung chính của topic, cũng như những ISO khác đã được bác @dinhchungcm tóm tắt, tổng hợp lại tại đây)
Thanks bác @dinhchungcm !


Tổng hợp link tải các bản Win (do bạn @moitinhdaukiss upload)
Đang cập nhật
có ace nào còn giữ bản 1909 đầu tiên này cho e xin link, cám ơn !
 

gubrak

Rìu Vàng Đôi
naked hyperlinks - is this not an oddity?

Win11_25398.1189_LTSC_Uninstall.jpg


normal.jpg
should be.jpg
 
Sửa lần cuối:

Lautaro

Búa Gỗ
bài đăng mới của tôi nè
 

gubrak

Rìu Vàng Đôi
bài đăng mới của tôi nè
always make sure to improve the product policy.
System --> Activation
System --> About -->Product key and Activation
do not leave blank
 

levanhau03

Búa Đá Đôi
bài đăng mới của tôi nè
à mặc định khi mình tạo EnterPriseG nó sẽ xoá Defender , bạn biết do lệnh gì nó xoá không để mình viết code bật tắt nó trong tool luôn
 

Lautaro

Búa Gỗ
à mặc định khi mình tạo EnterPriseG nó sẽ xoá Defender , bạn biết do lệnh gì nó xoá không để mình viết code bật tắt nó trong tool luôn
Lệnh đây nhá
# Fix Windows Security
reg add "HKLM\zSYSTEM\ControlSet001\Control\CI\Policy" /v "VerifiedAndReputablePolicyState" /t REG_DWORD /d 0 /f | Out-Null
# Turn off Defender Updates
reg add "HKLM\zSOFTWARE\Policies\Microsoft\MRT" /v "DontOfferThroughWUAU" /t REG_DWORD /d "1" /f | Out-Null
reg add "HKLM\zSOFTWARE\Policies\Microsoft\MRT" /v "DontReportInfectionInformation" /t REG_DWORD /d "1" /f | Out-Null
reg add "HKLM\zSOFTWARE\Policies\Microsoft\Windows Defender\Signature Updates" /v "ForceUpdateFromMU" /t REG_DWORD /d "0" /f | Out-Null
reg add "HKLM\zSOFTWARE\Policies\Microsoft\Windows Defender\Signature Updates" /v "UpdateOnStartUp" /t REG_DWORD /d "0" /f | Out-Null
 

@sec0

Rìu Chiến Vàng Chấm
Lệnh đây nhá
# Fix Windows Security
reg add "HKLM\zSYSTEM\ControlSet001\Control\CI\Policy" /v "VerifiedAndReputablePolicyState" /t REG_DWORD /d 0 /f | Out-Null
# Turn off Defender Updates
reg add "HKLM\zSOFTWARE\Policies\Microsoft\MRT" /v "DontOfferThroughWUAU" /t REG_DWORD /d "1" /f | Out-Null
reg add "HKLM\zSOFTWARE\Policies\Microsoft\MRT" /v "DontReportInfectionInformation" /t REG_DWORD /d "1" /f | Out-Null
reg add "HKLM\zSOFTWARE\Policies\Microsoft\Windows Defender\Signature Updates" /v "ForceUpdateFromMU" /t REG_DWORD /d "0" /f | Out-Null
reg add "HKLM\zSOFTWARE\Policies\Microsoft\Windows Defender\Signature Updates" /v "UpdateOnStartUp" /t REG_DWORD /d "0" /f | Out-Null
Bạn cho luôn cái lệnh hổ trợ đa ngôn ngữ , vì mặc định G nó chỉ có ENG và CHINA
 

@sec0

Rìu Chiến Vàng Chấm


Top