Windows 10 iot core x64

Internet Explorer was retired on June 15, 2022

IE 11 is no longer accessible. You can reload Internet Explorer sites with IE mode in Microsoft Edge.

Internet Explorer is changing to Edge.

These are the Windows 10 IoT Core Packages that enable the user to build a Windows 10 IoT Core runtime image.

Important! Selecting a language below will dynamically change the complete page content to that language.

  • File Name:

    14393.67.160804-2231.rs1_release_amd64fre_IOTCORE_PACKAGES.iso

    These are the Windows 10 IoT Core Packages that enable the user to build a Windows 10 IoT Core runtime image. Windows 10 IoT Core is an edition of Windows 10 designed for building smart things that’s optimized for cost, resources and is available at no cost for all device makers. It’s built to power intelligent edge devices with either no displays like IoT gateways or with displays such as micro-kiosks.

    Learn more about Windows 10 IoT Core here.

  • Supported Operating Systems

    Windows 10

    Operating system
    • Windows 10 (Build 10140 or higher)

    Learn about other system requirements here.

    1. Click the Download button on this page to start the download.
    2. Click Save to save this program to disk.

Internet Explorer 11 has retired as of 15 June, 2022

IE11 will no longer be accessible after 14 February, 2023. You can reload Internet Explorer sites with IE mode in Microsoft Edge.

Internet Explorer is changing to Edge.

These are the Windows 10 IoT Core Packages that enable the user to build a Windows 10 IoT Core runtime image.

Important! Selecting a language below will dynamically change the complete page content to that language.

  • Date Published:

    29/09/2016

    File Name:

    14393.67.160804-2231.rs1_release_amd64fre_IOTCORE_PACKAGES.iso

    These are the Windows 10 IoT Core Packages that enable the user to build a Windows 10 IoT Core runtime image. Windows 10 IoT Core is an edition of Windows 10 designed for building smart things that’s optimized for cost, resources and is available at no cost for all device makers. It’s built to power intelligent edge devices with either no displays like IoT gateways or with displays such as micro-kiosks.

    Learn more about Windows 10 IoT Core here.

  • Supported Operating Systems

    Windows 10

    Operating system
    • Windows 10 (Build 10140 or higher)

    Learn about other system requirements here.

    1. Click the Download button on this page to start the download.
    2. Click Save to save this program to disk.

This is the second part in a 2-part series on how to install Microsoft Windows 10 IoT Core on an Internet-of-Things (IoT) device. Part 1 described how to install Windows 10 IoT Core on a Raspberry Pi 3 device. This article will focus on the steps required to install Windows 10 IoT Core on an x86/x64 device.
 

What is Windows 10 IoT Core?

Windows 10 IoT Core is a version of Microsoft’s Windows 10 operating system that has been optimized for smaller devices that can run on either ARM or x86/x64 devices. These devices can run with or without a display device.

When we talk about the different IoT devices, the processor type needs some explanation. ARM devices are called Advanced RISC Machines, with RISC standing for Reduced Instruction Set Computer. What this means is that the processor has been slimmed down to only include a reduced set of commands it can process. While this means that the processor can’t do certain things, it requires a low amount of power to execute what it can do, so that translates to increased battery life. The Raspberry Pi is classified as an ARM device.

Devices with the x86/x64 architecture are classified as CISC processors, which stands for Complex Instruction Set Computer. These processors do not have their instruction sets slimmed down, so they can perform more complex operations, at the cost of increased power consumption (and therefore lower battery life). Intel’s Baytrail devices running the Intel Atom processor E3800 is an example of an x64 device.

https://www.intel.com/content/www/us/en/embedded/products/bay-trail/overview.html

Prerequisites

For certain x86/x64 device you can use IoT Core Dashboard to run through the installation process. However, since the process is similar using IoT Core Dashboard (which I already covered in Part 1), I am going to go through the installation process steps using the Windows ADK IoT Core Add-Ons.

You will need an IoT device to install on – here are some options that Microsoft supports:

 https://docs.microsoft.com/en-us/windows/iot-core/learn-about-hardware/socsandcustomboards

 We will be using the Intel Atom E3800 (aka Baytrail) built on an industrial PC for examples in this article. Typically we would need a micro SD card for storage but since the industrial PC comes with onboard memory storage, we do not need an SD card.

 For software, we will need to install the following on the PC we build the image on:

  • Windows Assessment and Deployment Kit (Windows ADK)
    • Make sure you install the following:

  • Windows Driver Kit (WDK) 10
  • Windows 10 IoT Core Packages
    • Download the OS packages for custom and commercial FFUs
    • Install the .msi for the architecture you are using (ARM/x86/x64)
  • IoT Core ADK Add-Ons
    • Github repository – clone or download ZIP file
    • This article assumes you installed this to C:\IoT-ADK-AddonKit
  • A Board Support Package (BSP)
    • Baytrail BSP for Windows 10 IoT Core is located here 

Installation Steps

Once you have the prerequisites installed, you are now ready to begin the installation process. We will be building a basic image, which involves combining the Windows IoT Core packages along with a board support package for the target hardware (Baytrail device) into a flashable file (FFU file).

First off, you need to set your OEM name, which will help you distinguish your created packages from packages other manufacturers have created. Edit the setOEM.cmd file, located at C:\IoT-ADK-AddonKit and set the OEM_NAME variable accordingly. Please note you can only use alphanumeric characters.

You should now open the IoTCoreShell.cmd file, which is a specialized command-line window that you will be doing a lot of the work for building the image. This file is located in the directory where you installed the IoT Core ADK Add-Ons (C:\IoT-ADK_AddonKit). Open an administrator-elevated privilege command window and navigate to the C:\ IoT-ADK_AddonKit directory. Type in IoTCoreShell.cmd to open the IoT Core Shell. This application will prompt you to select the architecture you are working with (1 for ARM, 2 for x86, 3 for x64). We are creating an x64 image so select x64.

At this point, you need to install certificates which will be used to sign the package binaries. Since this article is focused on a test image, you can run the installoemcerts.cmd command to install test certificates in the root certificate store of the PC you are building the image on. This only needs to be done the first time you are building an image.

The next step is to extract the board support package (BSP) files for the device you are building an image for, and run the buildpkg.cmd command to build the package files used in creating the image. You can download and extract this BSP zipfile and copy to C:\IoT-ADK-AddonKit\Source-x64\BSP directory to begin using for building an image.

You can now begin to create the packages and build the FFU image for the Baytrail x64 device. Go back to the IoTCoreShell.cmd command window and enter buildpkg all which will build the .cab files for all the BSP directories the program sees under C:\IoT-ADK-AddonKit\Source-x64\BSP. Please note that if you had selected x86 when you ran the IoTCoreShell.cmd, running this command to build all the packages would look in the C:\IoT-ADK-AddonKit\Source-x86\BSP to build any BSP files located there.

Once the program finishes building all the BSP packages, you can now create a new project by entering the following, where Product_Name and BSP_Name are the name of the product you would like and the BSP name, respectively.

newproduct <Product_Name> <BSP_Name>

So, for example, entering newproduct MyBayTrailDevice BYTx64 will create a project and its files under C:\IoT-ADK-AddonKit\Build\amd64\MyBayTrailDevice for the BYTx64 board support package files.

You are now ready to build the actual FFU flashable image file. This can be done by entering buildimage <Product_Name> Test, replacing Product_Name with your product name (MyBayTrailDevice in our example). The second parameter specifies whether you are building a Test or Retail image. This process takes about 20-30 minutes to complete and once finished you will have a file named flash.ffu created under the C:\IoT-ADK-AddonKit\Build\amd64\ MyBayTrailDevice\Test subdirectory.

If you encounter any errors, the buildimage process will error out and specify a log file that has detailed information on the error.

Now that you have a flashable FFU image file, you will need to flash it onto the IoT device you are working with. For our example, this is the Baytrail device and since it has onboard storage space we need to use a bootable USB thumbdrive with the FFU file on it. In order to create this, we will use Windows PE to create a bootable disk and then copy the flash.ffu file onto it. Here are instructions to create a bootable WinPE thumbdrive:

WinPE will boot up and open a command window for you at the x: drive. Change to the d: drive and enter dir to see your flash.ffu file. WinPE comes with DISM, the Deployment Image Servicing and Management tool and we will be using this to flash the FFU file onto the IoT device. Enter the following in the command line to flash the FFU file:

dism.exe /apply-image /ImageFile:Flash.ffu /ApplyDrive:\\.\PhysicalDrive0 /skipplatformcheck

Once DISM has successfully completed the flashing process, you can power down the IoT device and remove the USB thumbdrive. Turn on the IoT device and have it boot normally off its storage. After a few minutes you should see the Windows 10 IoT Core startup screen and it should prompt you to select a language and whether you want Cortana activated. Once you make these selections the default application will appear.

Congratulations! You have successfully installed Windows 10 IoT Core on a x64 IoT device! Future steps can now be to modify the image to have it include your custom application or you can add drivers to the image if you need other functionality (such as Bluetooth or serial communications).

 Enjoy!



Есть возможность скачать Windows 10 IoT LTSC 21H2 x64-x86 Оригинальные версии MSDN на русском торрент для установки с гарантией на долгий срок.
Версия Windows 10 IoT LTSC 21H2 на русском – обеспечена полной поддержкой Microsoft до 13 января 2032 года! Это система на долгие-долгие годы спокойного использования – с регулярным получением накопительных апдейтов безопасности. Установив ее сейчас, можно обеспечить для нее бесплатно HWID лицензию – благодаря отличному активатору, который вам тут предложен. Люди часто спрашивают, в чем преимущества IoT LTSC 21H2 и им дают заумные сложные ответы. Три главных преимущества IoT LTSC 21H2 – самая долгая поддержка, самый полный системный функционал, отсутствие плиточного хлама. Легкая пиратская HWID активация – это дополнительное супер-преимущество. Система, как видите, заманчивая. Мы уже неоднократно делали сборки IoT LTSC 21H2, они до сих пор отлично скачиваются, поэтому пришла идея выкатить и оригинал Win 10 IoT LTSC 21H2. Изначально эта редакция задумана Microsoft для business-оборудования (которая она тоже поддерживает, а не только привычные ПК/ноуты и другие девайсы). Но с практической точки зрения – это идеальная система для дома. Выпущена она была в конце 2021 года, и никакие обновленные MSDN образы IoT LTSC 21H2 не существуют. Нет даже основного оригинального образа IoT LTSC 21H2 на русском на MSDN. Но прямо здесь он вам предложен (в 64-битной и 32-битной версиях). Самая беспроигрышная оригинальная редакция «десятки», которая будет на обслуживании даже в относительно далеком будущем.

Дата обновлений: ноябрь 2021
Версия: оригинал IoT LTSC 21H2 с переключенной редакцией (19044.1288) поддержка Microsoft до 2032 года
Разрядность: 64-bit, 32-bit
Язык Интерфейса: RUS Русский
Таблетка: HWID-активатор (запускаете digital_IoTEnterpriseS.cmd как Администратор)
Первоисточник: www.microsoft.com
Размер двух образов: 7,56 GB

Загрузить Windows 10 IoT LTSC 21H2 x64-x86 Оригинальные версии MSDN torrent


Системные требования оригинальной Win 10 IoT LTSC 21H2: процессор (х64) — 1 ГГц, RAM 2 ГБ, место 32 ГБ, DX9-видеокарта.

Скриншоты системы Windows 10 LTSC 64bit

Полезные сведения о Windows 10 IoT LTSC 21H2
Для начала выкладываем скрин с официальными данными Microsoft о поддержке IoT LTSC 21H2 (чтобы никто не сомневался в достоверности информации).

Windows 10 IoT LTSC 21H2 x64-x86 Оригинальные версии MSDN на русском

Также нужно знать, что версию 21H2 IoT LTSC нельзя повысить до 22H2, до 23H2 и так далее. Она всегда будет 21H2 – пока длится ее обслуживание. Обновления будут только по улучшению безопасности, а не по апгрейду самой версии 21H2.
Оригинал IoT LTSC 21H2 не проходит sfc /scannow с 1 раза – из-за бага Microsoft (который впервые появился еще в версии 20H2). Оригинальная LTSC 21H2 тоже не проходит эту проверку с первого раза, и актуальная «десятка» 22H2 тоже ее не проходит. То есть, это естественно, и не повод для беспокойств.
В отличие от предыдущей версии 1809 LTSC, в версии 21H2 IoT LTSC появился Edge как обязательный компонент. Что касается OneDrive и плиток, то их нет. Магазин установить можно.
У многих посетителей нашего сайта эта система установится уже активированной. Это потому что мы выкладывали сборки на ее основе с HWID активатором. Если она у вас установится сразу активированной – это просто говорит о том, что на ПК вы уже устанавливали наши (или другие) сборки с HWID-активацией для IoT LTSC 21H2.

Рекомендации по настройке оригинальной Windows 10 IoT LTSC 21H2
Если вы – неопытный или начинающий пользователь, то можно ничего не настраивать, всё будет работать хорошо и даже отлично. Для максимальной поддержки софта системой – можно включить .NET Framework 3.5 и DirectPlay (в системных «Компонентах») и плюс установить DirectX и наборы библиотек VC++ (2005-2023). После этой процедуры система будет поддерживать максимально много софта и игр – без раздражающих уведомлений, что какой-то dll’ки или программной платформы нет в системе.
Если вы – опытный пользователь, то конфигурируйте систему на свой вкус. Для быстродействия обычно вырубают Защитника, отключают телеметрию, UAC. Многие также предпочитают полностью деинсталлировать Edge. Но если вы будете вырезать различные компоненты, то не будет гарантий, что сборка будет обновляться. В принципе, Windows 10 IoT LTSC 21H2 очень достойно работает (в плане быстродействия и легкости) даже вообще без каких-либо настроек. Это тоже ее плюс.
Используйте средства системы, чтобы ее настраивает. Так советует даже Microsoft. Потому что среди твикеров очень много реально опасных программ, да и сами по себе твикеры не рекомендованы. Если будете устанавливать какой-либо софт – то старайтесь, чтобы он был подписанным (это можно увидеть в «Свойствах» каждого файла =>> «Цифровые подписи»). Если у какого либо .exe файла нет этой вкладки, то он уже может представлять потенциальную угрозу для системы (даже если антивирус на него не ругается).

Контрольные суммы
ru-ru_windows_10_enterprise_iot_ltsc_2021_x64_dvd_5044a1e7.iso
MD5 cd8958458281beedbe2afcd88fba47a4

ru-ru_windows_10_enterprise_iot_ltsc_2021_x86_dvd_cdf355eb.iso
MD5 239165de582bef1dd92b5cbc9ffd7969

Дополнительная информация
В IoT LTSC 21H2 больше интересных системных функций и возможностей, чем в версии Pro. Например, можно включить UWF-фильтр. Такое решение – эффективнее антивирусов, т.к. при каждом запуске Windows будет запускаться в первозданном настроенном виде (до включения UWF). Это самая мощная редакция «десятки» и с самой долгой поддержкой, для дома это – не система, а просто сказка.

  • About
  • Blog
  • Projects
  • Help
  • Donate

    Donate icon
    An illustration of a heart shape

  • Contact
  • Jobs
  • Volunteer
  • People

Item Preview

item image #1

Windows-10-IoT-Core-v1703-Device-info.jpg

software

Windows 10 IoT Core, version 1703 (x86/x64/ARM32)

by
Microsoft

This is Windows 10 IoT Core, version 1703 Multi-Language version.

Addeddate
2022-11-13 02:15:22
Identifier
en_windows_10_iot_core_version_1703_update_march_2017_arm_x86_x64_dvd_10216670
Scanner
Internet Archive HTML5 Uploader 1.7.0

comment

Reviews

There are no reviews yet. Be the first one to
write a review.

689

Views

4
Favorites

DOWNLOAD OPTIONS

Uploaded by

TedezaRize

on

SIMILAR ITEMS (based on metadata)

  • Windows 10 legacy boot скачать торрент
  • Windows 10 kernel power event 41 task 63
  • Windows 10 left 4 dead 2 не запускается на windows
  • Windows 10 iso direct download
  • Windows 10 kdfx скачать торрент 2022