├── .gitattributes ├── .gitignore ├── .openpublishing.publish.config.json ├── .openpublishing.redirection.json ├── CONTRIBUTING.md ├── LICENSE ├── LICENSE-CODE ├── README.md ├── ThirdPartyNotices ├── template.md └── windows-iotcore ├── Accessibility.md ├── Downloads.md ├── GetStarted.md ├── Glossary.md ├── Resources.md ├── Service ├── images │ ├── flight1.PNG │ ├── flight2.PNG │ ├── flight3.PNG │ ├── importcfg.PNG │ ├── newcustompkg1.PNG │ ├── newcustompkg2.PNG │ ├── newcustompkg3.PNG │ ├── newdevicemodel1.PNG │ ├── newdevicemodel2.PNG │ ├── newdevicemodel3.PNG │ ├── policy1.png │ ├── policy2.png │ ├── policy3.png │ └── smbiosentry.PNG ├── index.md ├── iot-core-update.md ├── managing-iot-device-update.md ├── recovery.md ├── reset.md ├── servicing-MSstore.md ├── updating-iot-core-apps.md └── using-device-update-center.md ├── TOC.yml ├── Troubleshooting.md ├── breadcrumb └── toc.yml ├── commercialize-your-device ├── MS EULA_Windows 10 IoT Core RS5 .docx ├── MS EULA_Windows 10 IoT Core RS5 .pdf └── UEFIRequirements.md ├── connect-to-cloud ├── ConnectAppToCloud.md ├── ConnectDeviceToCloud.md ├── IoT-Edge.pdf ├── ManageDevices.md ├── Overview.md └── Windows-ML.pdf ├── connect-your-device ├── Bluetooth.md ├── DISM.md ├── FTP.md ├── InternetConnectionSharing.md ├── InternetConnectionSharingNov2015.md ├── IoTDashboard.md ├── MBB.md ├── MTP.md ├── Miracast.md ├── PowerShell.md ├── SSH.md ├── SetupWifi.md ├── SetupWifiDirect.md └── VPN.md ├── develop-your-app ├── AppDeployment.md ├── AppInstaller.md ├── BackgroundApplications.md ├── BuildingAppsForIoTCore.md ├── BusProviders.md ├── EmbeddedMode.md ├── Fiddler.md ├── InvestigateMemoryLeaks.md ├── IoTCoreDefaultApp.md ├── IoTCoreShell.md ├── LightningPerformance.md ├── LightningProviders.md ├── LightningSetup.md ├── Loopback.md ├── MultiLang.md ├── OnScreenKeyboard.md ├── OnScreenKeyboardLayouts.md ├── RemoteDebugging.md ├── SetupDefaultApp.md ├── SignInDialogTitleBars.md └── UnitTestsForIoTCore.md ├── developer-tools └── python.md ├── docfx.json ├── extend-your-app ├── 3DPrintServer.md ├── ComputerVision.md ├── CortanaOnIoTCore.md └── Speech.md ├── index.yml ├── learn-about-hardware ├── ArduinoAndWindows10.md ├── ArduinoWiring.md ├── ArduinoWiringPortingGuide.md ├── ArduinoWiringProjectGuide.md ├── DriverCreation.md ├── DriverDeployment.md ├── HardwareCompatList.md ├── HeadlessMode.md ├── IoTCorePortingTool.md ├── PeripheralDrivers.md ├── PinMappings │ ├── PinMappingsDB.md │ ├── PinMappingsMBM.md │ └── PinMappingsRPI.md ├── SoCsAndCustomBoards.md ├── USB-Support.md ├── WakeOnTouch.md └── iotnxp.md ├── mDNS.md ├── manage-your-device ├── AzureIoTDA.md ├── AzureIoTDM.md ├── CSP-support.md ├── CommandLineUtils.md ├── DeviceManagement.md ├── DevicePortal.md ├── EventTracing.md ├── IntuneDeviceEnrollment.md ├── NetworkPacketCapture.md ├── Overview.md ├── ProjectRome.md ├── RemoteDisplay.md ├── WindowsDebugger.md └── WindowsFileSharing.md ├── manufacture ├── BSPHardware.md ├── IoTCoreServicesOverview.md ├── OSCustomizations.md ├── Troubleshooting.md ├── add-a-driver-to-an-image.md ├── add-a-provisioning-package-to-an-image.md ├── add-a-registry-setting-to-an-image.md ├── add-win32-services.md ├── build-retail-image.md ├── commercializationfaq.yml ├── create-a-basic-image.md ├── create-a-new-bsp.md ├── create-install-package.md ├── create-packages.md ├── deploy-your-app-with-a-standard-board.md ├── device-layout.md ├── images │ ├── CreateAResource.png │ ├── DefaultPartitions.vsdx │ ├── DeleteAResource.png │ ├── IoTCorePShell1.png │ ├── IoTCorePShell2.png │ ├── IoTCoreServicesOverview-DUC.png │ ├── OEMPackages.png │ ├── UpdateAResource.png │ ├── certificate-screen.png │ ├── config-designer.png │ ├── createappxpackage.jpg │ ├── default-partitions.png │ ├── designer-newproject.png │ ├── digicert1.png │ ├── digicert2.png │ ├── dragonboarddipswitch.jpg │ ├── dragonboardupdatetool.jpg │ ├── dragonboardupdatetool1.jpg │ ├── dragonboardupdatetool2.jpg │ ├── icdappmanager.png │ ├── iotcorepackagesinstall.jpg │ ├── oemworkflow.png │ ├── oemworkflow1703.png │ ├── oemworkflow1703b.png │ ├── package-manifest.png │ ├── partition-layout-2gb.png │ ├── partition-layout-4gb.png │ ├── rpiflashffu.jpg │ ├── rpiflashffudism.jpg │ ├── upgadeeditionwithlicense.png │ ├── windowsadksetup.jpg │ ├── windowsdeviceportalruncommand.jpg │ └── winpeinstall.jpg ├── index.md ├── iot-core-adk-addons-command-line-options.md ├── iot-core-adk-addons.md ├── iot-core-feature-list.md ├── iot-core-manufacturing-guide.md ├── license-requirements.md ├── package-schema.md ├── recovery-mechanism.md ├── set-up-your-pc-to-customize-iot-core.md ├── test-the-app.md └── update-the-time-server.md ├── media ├── 3DPrintServer │ ├── 3dprint.gif │ ├── add-device.png │ ├── add-printer.png │ ├── connect-3d-printer.png │ ├── dashboard-app.png │ ├── dashboard-samples.png │ └── selectDevice.PNG ├── Accessibility │ ├── accessibility1.png │ ├── accessibility2.gif │ ├── accessibility3.gif │ └── accessibility4.png ├── AllJoyn │ ├── AJ_Docu_DSB_Architecture.png │ ├── AJ_Docu_DSB_Class_Diagram.png │ ├── AJ_Docu_DSB_Overview.png │ ├── AJ_Docu_DSB_Special_Handlers.png │ ├── AJ_Studio_AddInterfaces.png │ ├── AJ_Studio_AddXML.png │ ├── AJ_Studio_BrowseXML.png │ ├── AJ_Studio_BrowseXML_2.png │ ├── AJ_Studio_BrowseXML_3.png │ ├── AJ_Studio_BrowseXML_4.png │ ├── AJ_Studio_BrowseXML_5.png │ ├── AJ_Studio_Code_1.png │ ├── AJ_Studio_Code_10.png │ ├── AJ_Studio_Code_11.png │ ├── AJ_Studio_Code_12.png │ ├── AJ_Studio_Code_13.png │ ├── AJ_Studio_Code_2.png │ ├── AJ_Studio_Code_3.png │ ├── AJ_Studio_Code_4.png │ ├── AJ_Studio_Code_5.png │ ├── AJ_Studio_Code_6.png │ ├── AJ_Studio_Code_7.png │ ├── AJ_Studio_Code_8.png │ ├── AJ_Studio_Code_9.png │ ├── AJ_Studio_DeviceAction.png │ ├── AJ_Studio_FindDevices.png │ ├── AJ_Studio_Interfaces.png │ ├── AJ_Studio_ListDevices.png │ ├── AJ_Studio_NameProj.png │ ├── AJ_Studio_NewProject.png │ ├── AJ_Studio_SelectDevices.png │ ├── AJ_Studio_SolutionExplorer.png │ ├── AJ_Studio_SolutionExplorer_2.png │ ├── AJ_Studio_namespace.png │ ├── AJ_Troubleshooting_Devices.jpg │ ├── AJ_Troubleshooting_ETW.jpg │ ├── AJ_Troubleshooting_Settings.jpg │ ├── AJ_Troubleshooting_intro.jpg │ ├── AJ_UWP_Architecture.jpg │ ├── AJ_toaster.jpg │ └── alljoyncodegen.png ├── AppDeployment │ ├── cpp-debug-project-properties.PNG │ ├── cpp-project-properties.PNG │ ├── cpp-remote-machine-debugging.png │ ├── cs-debug-project-properties-x64.PNG │ ├── cs-debug-project-properties.PNG │ ├── cs-remote-connections.PNG │ ├── cs-remote-machine-debugging-x64.png │ ├── cs-remote-machine-debugging.png │ ├── debug-tab.png │ ├── piKit-remote-machine-debugging.png │ ├── py-debug-project-properties.PNG │ ├── py-project-properties.PNG │ ├── py-remote-machine-debugging.png │ ├── remote-connections.png │ └── remote-vs.png ├── AppInstaller │ ├── InstallApp.PNG │ ├── applist.jpg │ └── install-app.gif ├── ArduinoAndWindows10 │ ├── Arduino_1.png │ ├── Lighning_0.png │ └── WindowsPhone_0.png ├── ArduinoWiring │ ├── appcreate.png │ ├── dcmotor.png │ ├── debugger_output.png │ ├── min_version.png │ ├── pi2_lcd_fritz.png │ ├── pi2_pinouts.png │ ├── pi2_pinouts_small.png │ ├── pi2_weathershield.png │ ├── test │ ├── wiringapp_properties.png │ ├── wiringapp_properties2.png │ └── wiringapp_remotemachine.png ├── ArduinoWiringPortingGuide │ ├── MBM_Pinout.png │ ├── Nuget_PackageManager.png │ ├── RP2_Pinout.png │ ├── appxmanifest_search.png │ ├── debugger_output.png │ └── test ├── AzureIoTDM │ ├── AzureDM-Architecture.png │ ├── azureDM.png │ ├── flowChartAzureDM.png │ └── test ├── BackgroundApplications │ └── backgroundTaskScreenshot.png ├── Bluetooth │ ├── Portal_BT_2.png │ └── Portal_BT_3.png ├── BuildingAppsForIoTCore │ └── VS-CPP.jpg ├── ConnectAppToCloud │ ├── install_tools_for_windows10.png │ ├── new_project_menu.png │ └── new_solution.PNG ├── ConnectDeviceToCloud │ ├── Building_Secure_Apps_for_IoT_Core_Screen01.png │ ├── Building_Secure_Apps_for_IoT_Core_Screen02.png │ └── azure-clients.png ├── Console │ ├── configuration_management.png │ ├── console_application.png │ ├── console_output.png │ ├── console_project_settings.png │ ├── deploy_checkbox.png │ ├── device_portal_start_debugger.png │ ├── device_portal_stop_debugger.PNG │ └── new_cpp_console_proj.png ├── CortanaOnIoTCore │ ├── AudioSetup.png │ ├── Consent.png │ ├── Consent2.png │ ├── EnableKws.png │ ├── InstallUpdate1.png │ ├── InstallUpdate2.png │ ├── InstallUpdate3.png │ ├── MSASignin.png │ ├── MSASignout.png │ └── StartCortana.png ├── DISM │ └── DiskpartListDisk.png ├── DevelopApp │ └── VS-CPP.jpg ├── DevicePortal │ ├── AppList.PNG │ ├── Bluetooth.png │ ├── Dashboard-Action.gif │ ├── IoTDashboard_RightClickMenu.PNG │ ├── OnboardingAllJoyn.PNG │ ├── OnboardingICS.PNG │ ├── OnboardingSoftAP.PNG │ ├── browser_ip.png │ ├── debug1.png │ ├── debug2.png │ ├── debug3.png │ ├── deviceportal.png │ ├── enable-remote.png │ ├── installapp0.png │ ├── installapp1.png │ ├── installapp2.png │ └── installapp3.png ├── DeviceSetup │ ├── Dashboard-Screenshot.jpg │ ├── db1.png │ ├── db2.png │ ├── db3.png │ └── db4.png ├── DocsMarkdownPoster.pdf ├── DriverDeployment │ ├── ConfigureDevices.png │ ├── DriverTestSigning.png │ ├── Package-pkg-xml.png │ ├── PackageManifest.png │ ├── PackageVersion.png │ ├── blinky-wiring.png │ ├── confdbgsettings.png │ ├── confprogress.png │ ├── cred1.png │ ├── deploy.png │ ├── driver-build-option.png │ ├── driver-settings-properties.png │ ├── drivers-overview.png │ ├── ftp1.png │ ├── ftp2.png │ ├── installoptions.png │ ├── sln-properties.png │ ├── smb1.png │ ├── smb2.png │ └── test ├── EmbeddedMode │ ├── ICD.png │ ├── Step10.png │ ├── Step11.png │ ├── Step12.png │ ├── Step13.png │ ├── Step14Mobile.png │ ├── Step14Standard.png │ ├── Step3.png │ ├── Step4.png │ ├── Step5.png │ ├── Step6.png │ ├── Step7.png │ ├── Step8.png │ ├── Step9.png │ └── WICD_Icon.png ├── FTP │ ├── DefaultApp.png │ ├── ftp_disable.png │ ├── ftp_explorer.png │ ├── ftp_explorer_parameter.png │ ├── ftp_highlight.png │ ├── ftp_kill_powershell.png │ ├── ftp_kill_ssh.png │ ├── ftp_start.png │ └── ftp_start_parameter.png ├── HeadlessMode │ └── selectDevice.PNG ├── InternetConnectionSharing │ ├── ICS.PNG │ ├── internetconnectionsharing_ipconfig.png │ ├── internetconnectionsharing_route.png │ ├── internetconnectionsharing_vs.png │ ├── onboarding.PNG │ └── test ├── IntuneDeviceEnrollment │ ├── IoT-dashboard-my-devices.png │ ├── IoT-dashboard-sd-card-ready.png │ ├── IoT-dashboard-wifi-connection.png │ ├── iot-ap-devices-after-enrollment.png │ ├── iot-ap-mobility-intune.png │ ├── iot-wcd-all-done.png │ ├── iot-wcd-bulk-token-successful.png │ ├── iot-wcd-enroll-in-azure-ad.png │ ├── iot-wcd-export-provisioning-package.png │ ├── iot-wcd-provision-desktop-devices.png │ ├── iot-wcd-select-customizations.png │ ├── iot-wcd-sign-in.png │ └── iot-wcd-switch-to-advanced-editor.png ├── IoTCoreDefaultApp │ ├── CommandBar.gif │ ├── DeviceInfoPage-Screenshot.jpg │ ├── OOBE1.jpg │ ├── OOBE2.jpg │ ├── OOBE3.jpg │ ├── OOBE4.jpg │ ├── OOBE5.jpg │ ├── OOBE6.jpg │ ├── StartPage-Screenshot.jpg │ ├── music.gif │ ├── restart.gif │ └── slideshow.gif ├── IoTCoreServices │ ├── IoTCoreServicesOverview-CreateAResource.png │ ├── IoTCoreServicesOverview-DUC.png │ ├── IoTCoreServicesOverview-DeleteAResource.png │ └── IoTCoreServicesOverview-UpdateAResource.png ├── IoTDashboard │ ├── DASHBOARD-800x450.jpg │ ├── IoTDashboard_3DPrinter.PNG │ ├── IoTDashboard_AllJoynConfigure.PNG │ ├── IoTDashboard_Azure.png │ ├── IoTDashboard_Blockly.PNG │ ├── IoTDashboard_FlashingComplete.png │ ├── IoTDashboard_InsiderPreview.PNG │ ├── IoTDashboard_InternetRadio.PNG │ ├── IoTDashboard_QuickRunSamples.PNG │ ├── IoTDashboard_RightClickMenu.PNG │ ├── IoTDashboard_Settings.PNG │ ├── IoTDashboard_SetupPage.PNG │ ├── IoTDashboard_WelcomePage.PNG │ └── selectDevice.PNG ├── LightningProviders │ ├── Nuget_PackageManager.png │ ├── dmap4.png │ ├── lightning-sdk-added-to-solution.png │ ├── manage-nuget-project.png │ ├── nuget-package-manager.png │ └── package-manifest-updates.png ├── LightningSetup │ ├── dmap1.png │ ├── dmap2.png │ ├── dmap3.png │ ├── dmap4.png │ ├── dmap5.png │ └── test ├── ManagingDevices │ ├── ConfigMgr-Certificate-Profiles-Wizard-Supported-Platforms.png │ ├── ConfigMgr-Certificate-Profiles-Wizard.png │ ├── ConfigMgr-Certificate-Profiles.png │ ├── WICD-Advanced-Provisioning-New-Project-Details.PNG │ ├── WICD-Advanced-Provisioning-New-Project-Editions.PNG │ ├── WICD-Advanced-Provisioning-New-Project-Import.PNG │ ├── WICD-Start-Page-Advanced-Prov-Hover.PNG │ ├── WICD-Start-Page.PNG │ ├── WICD-Workplace-Enrollments-UPN-Details-Filled-Premise.PNG │ ├── WICD-Workplace-Enrollments-UPN-Filled.PNG │ ├── WICD-Workplace-Enrollments-UPN.PNG │ └── test ├── ManufacturingGuide │ ├── AddIoTProduct.jpg │ ├── BootOrder.jpg │ ├── CreateAppxPackage.jpg │ ├── DragonBoardDipswitch.jpg │ ├── DragonBoardNewProduct.jpg │ ├── DragonBoardUpdateTool.jpg │ ├── DragonBoardUpdateTool1.jpg │ ├── DragonBoardUpdateTool2.jpg │ ├── ImportDriver1.jpg │ ├── ImportDriver2.jpg │ ├── IoTCoreImageCreateProcess.jpg │ ├── IoTCorePackagesInstall.jpg │ ├── IoTWorkspace.jpg │ ├── ProvPackage1.jpg │ ├── ProvPackage2.jpg │ ├── ProvPackage3.jpg │ ├── RetailImageAppxCertSelection1.jpg │ ├── RetailImageAppxCertSelection2.jpg │ ├── RpiFlashFFU.jpg │ ├── RpiFlashFFUDISM.jpg │ ├── SetupTPM-Dgbrd1.jpg │ ├── SetupTPM-Dgbrd2.jpg │ ├── WinPEInstall.jpg │ ├── WindowsADKSetup.jpg │ ├── WindowsDevicePortalRunCommand.jpg │ ├── digicert-kernelmode.jpg │ ├── digicert-sysdev.jpg │ ├── importcfg.png │ ├── iotcoreservicesoverview-duc.png │ ├── newdevicemodel1.png │ ├── newdevicemodel2.png │ ├── newdevicemodel3.png │ └── smbiosentry.png ├── MemoryLeaks │ ├── AddNewProject.PNG │ ├── AddReference.PNG │ ├── AddReferenceDialog.PNG │ ├── DiagnosticTools.PNG │ ├── DiagnosticToolsBackgroundApp.PNG │ ├── DiagnosticToolsWithLeaks.PNG │ ├── NewForegroundApp.PNG │ ├── SetAsStartup.PNG │ ├── Snapshot.PNG │ ├── Snapshot2_1.png │ └── Snapshot2_2.png ├── Miracast │ ├── CompatibleDevice.png │ └── IoTOnboardingOff.gif ├── NetworkPacketCapture │ ├── message-analyzer-edit-button.png │ ├── message-analyzer-edit-target-computers.png │ ├── message-analyzer-live-trace.png │ ├── message-analyzer-new-session.png │ ├── message-analyzer-trace-scenario.png │ ├── message-analyzer.png │ ├── powershell-rename-device.png │ └── web-etw.png ├── OEMLicenseRequirements │ └── IoTCoreServicesOverview-DUC.png ├── OnScreenKeyboard │ ├── AllLanguages.png │ └── NorthAmericanLanguages.png ├── PinMappingsDB │ └── DB_Pinout.png ├── PinMappingsMBM │ └── MBM_Pinout.png ├── PinMappingsRPI │ └── RP2_Pinout.png ├── PowerShell │ ├── DefaultApp.png │ ├── connection.png │ ├── ps.PNG │ ├── ps_device.png │ ├── start-ps.png │ └── start-ps2.png ├── ProjectRome │ ├── LaunchAppServices.gif │ ├── LaunchURI.gif │ └── SearchForSystems.gif ├── Python │ └── global_sign_cert.png ├── RemoteDisplay │ ├── accelerometer-code.png │ ├── architecture-graphic.png │ ├── compatible-boards.png │ ├── connect-device.png │ ├── enable-remote.png │ ├── remote-display-experience.png │ ├── remote-tablet.png │ └── store-app.png ├── SSH │ ├── DefaultApp.png │ ├── add_a_feature.png │ ├── optional_features.png │ ├── putty_config.png │ ├── putty_console.png │ ├── putty_login.png │ └── putty_security_prompt.png ├── SecureBootAndBitLocker │ └── BootOrder.jpg ├── SecurityFlowAndCertificates │ ├── DataRestExecutionMotion.png │ ├── DeviceBuildProcess.png │ ├── ImageLockDown.png │ └── securityflow.jpg ├── SetupDefaultApp │ ├── DefaultAppICD.png │ └── DefaultAppWDP.png ├── SetupWifi │ ├── DefaultAppWiFiConfig.png │ ├── WebBWiFiConfig.png │ ├── WiFiStartupConfig.png │ ├── cred1.png │ └── smb1.png ├── SetupWifiDirect │ ├── Advertiser01.png │ ├── Advertiser02.png │ ├── Advertiser03.png │ ├── Connector01.png │ ├── Connector02.png │ ├── Connector03.png │ └── Connector04.png ├── Troubleshooting │ ├── adapters.png │ └── txrx.png ├── USB-Support │ ├── OEM-Components.png │ ├── OEM-supplies.png │ └── config-screenshot.png ├── UnifiedWriteFilter │ ├── uwfmgr.png │ └── uwfmgr_protect.png ├── UnitTests │ ├── debug-tests.png │ ├── newproject.png │ ├── run-tests.png │ ├── show-test-explorer.png │ └── test-explorer.png ├── WindowsFileSharing │ ├── DefaultApp.png │ ├── smb_enable_disable.png │ ├── smb_file_explorer.png │ └── smb_start_stop.png ├── adafruitkit │ └── pack.jpg ├── download-repo.gif ├── edit-doc.gif ├── mDNS │ ├── mdns1.png │ └── mdns2.png └── reviewers.gif ├── release-notes ├── Insider │ └── RPi3BP.md └── commercial │ ├── 17763.md │ ├── April2018Update.md │ ├── CreatorsUpdate.md │ ├── FallCreatorsUpdate.md │ └── October2018Update.md ├── secure-your-device ├── BuildingSecureDevices.md ├── Protecting-Critical-Infrastructure.pdf ├── SecureBootAndBitLocker.md ├── SecurityFlowAndCertificates.md ├── SetupTPM.md ├── TCPS-WP.pdf ├── TPM.md ├── UnifiedWriteFilter.md ├── Windows IoT Security.docx └── Windows IoT Security.pdf ├── tutorials ├── adafruitkit.md ├── dragonboard.md ├── intel.md ├── minnowboard.md ├── nxp.md ├── qualcomm.md ├── quickstarter │ ├── DevelopApp.md │ ├── DeviceSetup.md │ └── PrototypeBoards.md └── rpi.md ├── windows-iot-core.md ├── windows-iot.md ├── windows-server.md └── windows_ce ├── TOC.yml ├── media ├── image1.png ├── image2.png ├── image3.png └── image4.png ├── windows-ce-app-container-driver-getting-started.md ├── windows-ce-app-container-getting-started.md ├── windows-ce-app-container.md └── windows-ce-migration-faq.yml /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/.gitignore -------------------------------------------------------------------------------- /.openpublishing.publish.config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/.openpublishing.publish.config.json -------------------------------------------------------------------------------- /.openpublishing.redirection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/.openpublishing.redirection.json -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE-CODE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/LICENSE-CODE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/README.md -------------------------------------------------------------------------------- /ThirdPartyNotices: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/ThirdPartyNotices -------------------------------------------------------------------------------- /template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/template.md -------------------------------------------------------------------------------- /windows-iotcore/Accessibility.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Accessibility.md -------------------------------------------------------------------------------- /windows-iotcore/Downloads.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Downloads.md -------------------------------------------------------------------------------- /windows-iotcore/GetStarted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/GetStarted.md -------------------------------------------------------------------------------- /windows-iotcore/Glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Glossary.md -------------------------------------------------------------------------------- /windows-iotcore/Resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Resources.md -------------------------------------------------------------------------------- /windows-iotcore/Service/images/flight1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Service/images/flight1.PNG -------------------------------------------------------------------------------- /windows-iotcore/Service/images/flight2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Service/images/flight2.PNG -------------------------------------------------------------------------------- /windows-iotcore/Service/images/flight3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Service/images/flight3.PNG -------------------------------------------------------------------------------- /windows-iotcore/Service/images/importcfg.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Service/images/importcfg.PNG -------------------------------------------------------------------------------- /windows-iotcore/Service/images/newcustompkg1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Service/images/newcustompkg1.PNG -------------------------------------------------------------------------------- /windows-iotcore/Service/images/newcustompkg2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Service/images/newcustompkg2.PNG -------------------------------------------------------------------------------- /windows-iotcore/Service/images/newcustompkg3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Service/images/newcustompkg3.PNG -------------------------------------------------------------------------------- /windows-iotcore/Service/images/newdevicemodel1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Service/images/newdevicemodel1.PNG -------------------------------------------------------------------------------- /windows-iotcore/Service/images/newdevicemodel2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Service/images/newdevicemodel2.PNG -------------------------------------------------------------------------------- /windows-iotcore/Service/images/newdevicemodel3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Service/images/newdevicemodel3.PNG -------------------------------------------------------------------------------- /windows-iotcore/Service/images/policy1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Service/images/policy1.png -------------------------------------------------------------------------------- /windows-iotcore/Service/images/policy2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Service/images/policy2.png -------------------------------------------------------------------------------- /windows-iotcore/Service/images/policy3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Service/images/policy3.png -------------------------------------------------------------------------------- /windows-iotcore/Service/images/smbiosentry.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Service/images/smbiosentry.PNG -------------------------------------------------------------------------------- /windows-iotcore/Service/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Service/index.md -------------------------------------------------------------------------------- /windows-iotcore/Service/iot-core-update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Service/iot-core-update.md -------------------------------------------------------------------------------- /windows-iotcore/Service/managing-iot-device-update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Service/managing-iot-device-update.md -------------------------------------------------------------------------------- /windows-iotcore/Service/recovery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Service/recovery.md -------------------------------------------------------------------------------- /windows-iotcore/Service/reset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Service/reset.md -------------------------------------------------------------------------------- /windows-iotcore/Service/servicing-MSstore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Service/servicing-MSstore.md -------------------------------------------------------------------------------- /windows-iotcore/Service/updating-iot-core-apps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Service/updating-iot-core-apps.md -------------------------------------------------------------------------------- /windows-iotcore/Service/using-device-update-center.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Service/using-device-update-center.md -------------------------------------------------------------------------------- /windows-iotcore/TOC.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/TOC.yml -------------------------------------------------------------------------------- /windows-iotcore/Troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/Troubleshooting.md -------------------------------------------------------------------------------- /windows-iotcore/breadcrumb/toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/breadcrumb/toc.yml -------------------------------------------------------------------------------- /windows-iotcore/commercialize-your-device/MS EULA_Windows 10 IoT Core RS5 .docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/commercialize-your-device/MS EULA_Windows 10 IoT Core RS5 .docx -------------------------------------------------------------------------------- /windows-iotcore/commercialize-your-device/MS EULA_Windows 10 IoT Core RS5 .pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/commercialize-your-device/MS EULA_Windows 10 IoT Core RS5 .pdf -------------------------------------------------------------------------------- /windows-iotcore/commercialize-your-device/UEFIRequirements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/commercialize-your-device/UEFIRequirements.md -------------------------------------------------------------------------------- /windows-iotcore/connect-to-cloud/ConnectAppToCloud.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/connect-to-cloud/ConnectAppToCloud.md -------------------------------------------------------------------------------- /windows-iotcore/connect-to-cloud/ConnectDeviceToCloud.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/connect-to-cloud/ConnectDeviceToCloud.md -------------------------------------------------------------------------------- /windows-iotcore/connect-to-cloud/IoT-Edge.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/connect-to-cloud/IoT-Edge.pdf -------------------------------------------------------------------------------- /windows-iotcore/connect-to-cloud/ManageDevices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/connect-to-cloud/ManageDevices.md -------------------------------------------------------------------------------- /windows-iotcore/connect-to-cloud/Overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/connect-to-cloud/Overview.md -------------------------------------------------------------------------------- /windows-iotcore/connect-to-cloud/Windows-ML.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/connect-to-cloud/Windows-ML.pdf -------------------------------------------------------------------------------- /windows-iotcore/connect-your-device/Bluetooth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/connect-your-device/Bluetooth.md -------------------------------------------------------------------------------- /windows-iotcore/connect-your-device/DISM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/connect-your-device/DISM.md -------------------------------------------------------------------------------- /windows-iotcore/connect-your-device/FTP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/connect-your-device/FTP.md -------------------------------------------------------------------------------- /windows-iotcore/connect-your-device/InternetConnectionSharing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/connect-your-device/InternetConnectionSharing.md -------------------------------------------------------------------------------- /windows-iotcore/connect-your-device/InternetConnectionSharingNov2015.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/connect-your-device/InternetConnectionSharingNov2015.md -------------------------------------------------------------------------------- /windows-iotcore/connect-your-device/IoTDashboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/connect-your-device/IoTDashboard.md -------------------------------------------------------------------------------- /windows-iotcore/connect-your-device/MBB.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/connect-your-device/MBB.md -------------------------------------------------------------------------------- /windows-iotcore/connect-your-device/MTP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/connect-your-device/MTP.md -------------------------------------------------------------------------------- /windows-iotcore/connect-your-device/Miracast.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/connect-your-device/Miracast.md -------------------------------------------------------------------------------- /windows-iotcore/connect-your-device/PowerShell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/connect-your-device/PowerShell.md -------------------------------------------------------------------------------- /windows-iotcore/connect-your-device/SSH.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/connect-your-device/SSH.md -------------------------------------------------------------------------------- /windows-iotcore/connect-your-device/SetupWifi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/connect-your-device/SetupWifi.md -------------------------------------------------------------------------------- /windows-iotcore/connect-your-device/SetupWifiDirect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/connect-your-device/SetupWifiDirect.md -------------------------------------------------------------------------------- /windows-iotcore/connect-your-device/VPN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/connect-your-device/VPN.md -------------------------------------------------------------------------------- /windows-iotcore/develop-your-app/AppDeployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/develop-your-app/AppDeployment.md -------------------------------------------------------------------------------- /windows-iotcore/develop-your-app/AppInstaller.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/develop-your-app/AppInstaller.md -------------------------------------------------------------------------------- /windows-iotcore/develop-your-app/BackgroundApplications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/develop-your-app/BackgroundApplications.md -------------------------------------------------------------------------------- /windows-iotcore/develop-your-app/BuildingAppsForIoTCore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/develop-your-app/BuildingAppsForIoTCore.md -------------------------------------------------------------------------------- /windows-iotcore/develop-your-app/BusProviders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/develop-your-app/BusProviders.md -------------------------------------------------------------------------------- /windows-iotcore/develop-your-app/EmbeddedMode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/develop-your-app/EmbeddedMode.md -------------------------------------------------------------------------------- /windows-iotcore/develop-your-app/Fiddler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/develop-your-app/Fiddler.md -------------------------------------------------------------------------------- /windows-iotcore/develop-your-app/InvestigateMemoryLeaks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/develop-your-app/InvestigateMemoryLeaks.md -------------------------------------------------------------------------------- /windows-iotcore/develop-your-app/IoTCoreDefaultApp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/develop-your-app/IoTCoreDefaultApp.md -------------------------------------------------------------------------------- /windows-iotcore/develop-your-app/IoTCoreShell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/develop-your-app/IoTCoreShell.md -------------------------------------------------------------------------------- /windows-iotcore/develop-your-app/LightningPerformance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/develop-your-app/LightningPerformance.md -------------------------------------------------------------------------------- /windows-iotcore/develop-your-app/LightningProviders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/develop-your-app/LightningProviders.md -------------------------------------------------------------------------------- /windows-iotcore/develop-your-app/LightningSetup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/develop-your-app/LightningSetup.md -------------------------------------------------------------------------------- /windows-iotcore/develop-your-app/Loopback.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/develop-your-app/Loopback.md -------------------------------------------------------------------------------- /windows-iotcore/develop-your-app/MultiLang.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/develop-your-app/MultiLang.md -------------------------------------------------------------------------------- /windows-iotcore/develop-your-app/OnScreenKeyboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/develop-your-app/OnScreenKeyboard.md -------------------------------------------------------------------------------- /windows-iotcore/develop-your-app/OnScreenKeyboardLayouts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/develop-your-app/OnScreenKeyboardLayouts.md -------------------------------------------------------------------------------- /windows-iotcore/develop-your-app/RemoteDebugging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/develop-your-app/RemoteDebugging.md -------------------------------------------------------------------------------- /windows-iotcore/develop-your-app/SetupDefaultApp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/develop-your-app/SetupDefaultApp.md -------------------------------------------------------------------------------- /windows-iotcore/develop-your-app/SignInDialogTitleBars.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/develop-your-app/SignInDialogTitleBars.md -------------------------------------------------------------------------------- /windows-iotcore/develop-your-app/UnitTestsForIoTCore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/develop-your-app/UnitTestsForIoTCore.md -------------------------------------------------------------------------------- /windows-iotcore/developer-tools/python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/developer-tools/python.md -------------------------------------------------------------------------------- /windows-iotcore/docfx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/docfx.json -------------------------------------------------------------------------------- /windows-iotcore/extend-your-app/3DPrintServer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/extend-your-app/3DPrintServer.md -------------------------------------------------------------------------------- /windows-iotcore/extend-your-app/ComputerVision.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/extend-your-app/ComputerVision.md -------------------------------------------------------------------------------- /windows-iotcore/extend-your-app/CortanaOnIoTCore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/extend-your-app/CortanaOnIoTCore.md -------------------------------------------------------------------------------- /windows-iotcore/extend-your-app/Speech.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/extend-your-app/Speech.md -------------------------------------------------------------------------------- /windows-iotcore/index.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/index.yml -------------------------------------------------------------------------------- /windows-iotcore/learn-about-hardware/ArduinoAndWindows10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/learn-about-hardware/ArduinoAndWindows10.md -------------------------------------------------------------------------------- /windows-iotcore/learn-about-hardware/ArduinoWiring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/learn-about-hardware/ArduinoWiring.md -------------------------------------------------------------------------------- /windows-iotcore/learn-about-hardware/ArduinoWiringPortingGuide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/learn-about-hardware/ArduinoWiringPortingGuide.md -------------------------------------------------------------------------------- /windows-iotcore/learn-about-hardware/ArduinoWiringProjectGuide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/learn-about-hardware/ArduinoWiringProjectGuide.md -------------------------------------------------------------------------------- /windows-iotcore/learn-about-hardware/DriverCreation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/learn-about-hardware/DriverCreation.md -------------------------------------------------------------------------------- /windows-iotcore/learn-about-hardware/DriverDeployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/learn-about-hardware/DriverDeployment.md -------------------------------------------------------------------------------- /windows-iotcore/learn-about-hardware/HardwareCompatList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/learn-about-hardware/HardwareCompatList.md -------------------------------------------------------------------------------- /windows-iotcore/learn-about-hardware/HeadlessMode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/learn-about-hardware/HeadlessMode.md -------------------------------------------------------------------------------- /windows-iotcore/learn-about-hardware/IoTCorePortingTool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/learn-about-hardware/IoTCorePortingTool.md -------------------------------------------------------------------------------- /windows-iotcore/learn-about-hardware/PeripheralDrivers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/learn-about-hardware/PeripheralDrivers.md -------------------------------------------------------------------------------- /windows-iotcore/learn-about-hardware/PinMappings/PinMappingsDB.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/learn-about-hardware/PinMappings/PinMappingsDB.md -------------------------------------------------------------------------------- /windows-iotcore/learn-about-hardware/PinMappings/PinMappingsMBM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/learn-about-hardware/PinMappings/PinMappingsMBM.md -------------------------------------------------------------------------------- /windows-iotcore/learn-about-hardware/PinMappings/PinMappingsRPI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/learn-about-hardware/PinMappings/PinMappingsRPI.md -------------------------------------------------------------------------------- /windows-iotcore/learn-about-hardware/SoCsAndCustomBoards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/learn-about-hardware/SoCsAndCustomBoards.md -------------------------------------------------------------------------------- /windows-iotcore/learn-about-hardware/USB-Support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/learn-about-hardware/USB-Support.md -------------------------------------------------------------------------------- /windows-iotcore/learn-about-hardware/WakeOnTouch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/learn-about-hardware/WakeOnTouch.md -------------------------------------------------------------------------------- /windows-iotcore/learn-about-hardware/iotnxp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/learn-about-hardware/iotnxp.md -------------------------------------------------------------------------------- /windows-iotcore/mDNS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/mDNS.md -------------------------------------------------------------------------------- /windows-iotcore/manage-your-device/AzureIoTDA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manage-your-device/AzureIoTDA.md -------------------------------------------------------------------------------- /windows-iotcore/manage-your-device/AzureIoTDM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manage-your-device/AzureIoTDM.md -------------------------------------------------------------------------------- /windows-iotcore/manage-your-device/CSP-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manage-your-device/CSP-support.md -------------------------------------------------------------------------------- /windows-iotcore/manage-your-device/CommandLineUtils.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manage-your-device/CommandLineUtils.md -------------------------------------------------------------------------------- /windows-iotcore/manage-your-device/DeviceManagement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manage-your-device/DeviceManagement.md -------------------------------------------------------------------------------- /windows-iotcore/manage-your-device/DevicePortal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manage-your-device/DevicePortal.md -------------------------------------------------------------------------------- /windows-iotcore/manage-your-device/EventTracing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manage-your-device/EventTracing.md -------------------------------------------------------------------------------- /windows-iotcore/manage-your-device/IntuneDeviceEnrollment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manage-your-device/IntuneDeviceEnrollment.md -------------------------------------------------------------------------------- /windows-iotcore/manage-your-device/NetworkPacketCapture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manage-your-device/NetworkPacketCapture.md -------------------------------------------------------------------------------- /windows-iotcore/manage-your-device/Overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manage-your-device/Overview.md -------------------------------------------------------------------------------- /windows-iotcore/manage-your-device/ProjectRome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manage-your-device/ProjectRome.md -------------------------------------------------------------------------------- /windows-iotcore/manage-your-device/RemoteDisplay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manage-your-device/RemoteDisplay.md -------------------------------------------------------------------------------- /windows-iotcore/manage-your-device/WindowsDebugger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manage-your-device/WindowsDebugger.md -------------------------------------------------------------------------------- /windows-iotcore/manage-your-device/WindowsFileSharing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manage-your-device/WindowsFileSharing.md -------------------------------------------------------------------------------- /windows-iotcore/manufacture/BSPHardware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/BSPHardware.md -------------------------------------------------------------------------------- /windows-iotcore/manufacture/IoTCoreServicesOverview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/IoTCoreServicesOverview.md -------------------------------------------------------------------------------- /windows-iotcore/manufacture/OSCustomizations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/OSCustomizations.md -------------------------------------------------------------------------------- /windows-iotcore/manufacture/Troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/Troubleshooting.md -------------------------------------------------------------------------------- /windows-iotcore/manufacture/add-a-driver-to-an-image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/add-a-driver-to-an-image.md -------------------------------------------------------------------------------- /windows-iotcore/manufacture/add-a-provisioning-package-to-an-image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/add-a-provisioning-package-to-an-image.md -------------------------------------------------------------------------------- /windows-iotcore/manufacture/add-a-registry-setting-to-an-image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/add-a-registry-setting-to-an-image.md -------------------------------------------------------------------------------- /windows-iotcore/manufacture/add-win32-services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/add-win32-services.md -------------------------------------------------------------------------------- /windows-iotcore/manufacture/build-retail-image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/build-retail-image.md -------------------------------------------------------------------------------- /windows-iotcore/manufacture/commercializationfaq.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/commercializationfaq.yml -------------------------------------------------------------------------------- /windows-iotcore/manufacture/create-a-basic-image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/create-a-basic-image.md -------------------------------------------------------------------------------- /windows-iotcore/manufacture/create-a-new-bsp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/create-a-new-bsp.md -------------------------------------------------------------------------------- /windows-iotcore/manufacture/create-install-package.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/create-install-package.md -------------------------------------------------------------------------------- /windows-iotcore/manufacture/create-packages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/create-packages.md -------------------------------------------------------------------------------- /windows-iotcore/manufacture/deploy-your-app-with-a-standard-board.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/deploy-your-app-with-a-standard-board.md -------------------------------------------------------------------------------- /windows-iotcore/manufacture/device-layout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/device-layout.md -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/CreateAResource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/CreateAResource.png -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/DefaultPartitions.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/DefaultPartitions.vsdx -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/DeleteAResource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/DeleteAResource.png -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/IoTCorePShell1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/IoTCorePShell1.png -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/IoTCorePShell2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/IoTCorePShell2.png -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/IoTCoreServicesOverview-DUC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/IoTCoreServicesOverview-DUC.png -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/OEMPackages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/OEMPackages.png -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/UpdateAResource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/UpdateAResource.png -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/certificate-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/certificate-screen.png -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/config-designer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/config-designer.png -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/createappxpackage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/createappxpackage.jpg -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/default-partitions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/default-partitions.png -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/designer-newproject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/designer-newproject.png -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/digicert1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/digicert1.png -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/digicert2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/digicert2.png -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/dragonboarddipswitch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/dragonboarddipswitch.jpg -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/dragonboardupdatetool.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/dragonboardupdatetool.jpg -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/dragonboardupdatetool1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/dragonboardupdatetool1.jpg -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/dragonboardupdatetool2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/dragonboardupdatetool2.jpg -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/icdappmanager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/icdappmanager.png -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/iotcorepackagesinstall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/iotcorepackagesinstall.jpg -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/oemworkflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/oemworkflow.png -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/oemworkflow1703.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/oemworkflow1703.png -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/oemworkflow1703b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/oemworkflow1703b.png -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/package-manifest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/package-manifest.png -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/partition-layout-2gb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/partition-layout-2gb.png -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/partition-layout-4gb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/partition-layout-4gb.png -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/rpiflashffu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/rpiflashffu.jpg -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/rpiflashffudism.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/rpiflashffudism.jpg -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/upgadeeditionwithlicense.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/upgadeeditionwithlicense.png -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/windowsadksetup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/windowsadksetup.jpg -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/windowsdeviceportalruncommand.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/windowsdeviceportalruncommand.jpg -------------------------------------------------------------------------------- /windows-iotcore/manufacture/images/winpeinstall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/images/winpeinstall.jpg -------------------------------------------------------------------------------- /windows-iotcore/manufacture/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/index.md -------------------------------------------------------------------------------- /windows-iotcore/manufacture/iot-core-adk-addons-command-line-options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/iot-core-adk-addons-command-line-options.md -------------------------------------------------------------------------------- /windows-iotcore/manufacture/iot-core-adk-addons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/iot-core-adk-addons.md -------------------------------------------------------------------------------- /windows-iotcore/manufacture/iot-core-feature-list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/iot-core-feature-list.md -------------------------------------------------------------------------------- /windows-iotcore/manufacture/iot-core-manufacturing-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/iot-core-manufacturing-guide.md -------------------------------------------------------------------------------- /windows-iotcore/manufacture/license-requirements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/license-requirements.md -------------------------------------------------------------------------------- /windows-iotcore/manufacture/package-schema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/package-schema.md -------------------------------------------------------------------------------- /windows-iotcore/manufacture/recovery-mechanism.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/recovery-mechanism.md -------------------------------------------------------------------------------- /windows-iotcore/manufacture/set-up-your-pc-to-customize-iot-core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/set-up-your-pc-to-customize-iot-core.md -------------------------------------------------------------------------------- /windows-iotcore/manufacture/test-the-app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/test-the-app.md -------------------------------------------------------------------------------- /windows-iotcore/manufacture/update-the-time-server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/manufacture/update-the-time-server.md -------------------------------------------------------------------------------- /windows-iotcore/media/3DPrintServer/3dprint.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/3DPrintServer/3dprint.gif -------------------------------------------------------------------------------- /windows-iotcore/media/3DPrintServer/add-device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/3DPrintServer/add-device.png -------------------------------------------------------------------------------- /windows-iotcore/media/3DPrintServer/add-printer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/3DPrintServer/add-printer.png -------------------------------------------------------------------------------- /windows-iotcore/media/3DPrintServer/connect-3d-printer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/3DPrintServer/connect-3d-printer.png -------------------------------------------------------------------------------- /windows-iotcore/media/3DPrintServer/dashboard-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/3DPrintServer/dashboard-app.png -------------------------------------------------------------------------------- /windows-iotcore/media/3DPrintServer/dashboard-samples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/3DPrintServer/dashboard-samples.png -------------------------------------------------------------------------------- /windows-iotcore/media/3DPrintServer/selectDevice.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/3DPrintServer/selectDevice.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/Accessibility/accessibility1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/Accessibility/accessibility1.png -------------------------------------------------------------------------------- /windows-iotcore/media/Accessibility/accessibility2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/Accessibility/accessibility2.gif -------------------------------------------------------------------------------- /windows-iotcore/media/Accessibility/accessibility3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/Accessibility/accessibility3.gif -------------------------------------------------------------------------------- /windows-iotcore/media/Accessibility/accessibility4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/Accessibility/accessibility4.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Docu_DSB_Architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Docu_DSB_Architecture.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Docu_DSB_Class_Diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Docu_DSB_Class_Diagram.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Docu_DSB_Overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Docu_DSB_Overview.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Docu_DSB_Special_Handlers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Docu_DSB_Special_Handlers.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_AddInterfaces.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_AddInterfaces.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_AddXML.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_AddXML.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_BrowseXML.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_BrowseXML.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_BrowseXML_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_BrowseXML_2.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_BrowseXML_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_BrowseXML_3.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_BrowseXML_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_BrowseXML_4.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_BrowseXML_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_BrowseXML_5.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_Code_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_Code_1.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_Code_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_Code_10.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_Code_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_Code_11.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_Code_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_Code_12.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_Code_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_Code_13.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_Code_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_Code_2.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_Code_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_Code_3.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_Code_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_Code_4.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_Code_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_Code_5.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_Code_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_Code_6.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_Code_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_Code_7.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_Code_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_Code_8.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_Code_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_Code_9.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_DeviceAction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_DeviceAction.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_FindDevices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_FindDevices.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_Interfaces.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_Interfaces.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_ListDevices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_ListDevices.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_NameProj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_NameProj.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_NewProject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_NewProject.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_SelectDevices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_SelectDevices.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_SolutionExplorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_SolutionExplorer.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_SolutionExplorer_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_SolutionExplorer_2.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Studio_namespace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Studio_namespace.png -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Troubleshooting_Devices.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Troubleshooting_Devices.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Troubleshooting_ETW.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Troubleshooting_ETW.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Troubleshooting_Settings.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Troubleshooting_Settings.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_Troubleshooting_intro.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_Troubleshooting_intro.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_UWP_Architecture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_UWP_Architecture.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/AJ_toaster.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/AJ_toaster.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/AllJoyn/alljoyncodegen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AllJoyn/alljoyncodegen.png -------------------------------------------------------------------------------- /windows-iotcore/media/AppDeployment/cpp-debug-project-properties.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AppDeployment/cpp-debug-project-properties.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/AppDeployment/cpp-project-properties.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AppDeployment/cpp-project-properties.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/AppDeployment/cpp-remote-machine-debugging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AppDeployment/cpp-remote-machine-debugging.png -------------------------------------------------------------------------------- /windows-iotcore/media/AppDeployment/cs-debug-project-properties-x64.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AppDeployment/cs-debug-project-properties-x64.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/AppDeployment/cs-debug-project-properties.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AppDeployment/cs-debug-project-properties.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/AppDeployment/cs-remote-connections.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AppDeployment/cs-remote-connections.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/AppDeployment/cs-remote-machine-debugging-x64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AppDeployment/cs-remote-machine-debugging-x64.png -------------------------------------------------------------------------------- /windows-iotcore/media/AppDeployment/cs-remote-machine-debugging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AppDeployment/cs-remote-machine-debugging.png -------------------------------------------------------------------------------- /windows-iotcore/media/AppDeployment/debug-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AppDeployment/debug-tab.png -------------------------------------------------------------------------------- /windows-iotcore/media/AppDeployment/piKit-remote-machine-debugging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AppDeployment/piKit-remote-machine-debugging.png -------------------------------------------------------------------------------- /windows-iotcore/media/AppDeployment/py-debug-project-properties.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AppDeployment/py-debug-project-properties.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/AppDeployment/py-project-properties.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AppDeployment/py-project-properties.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/AppDeployment/py-remote-machine-debugging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AppDeployment/py-remote-machine-debugging.png -------------------------------------------------------------------------------- /windows-iotcore/media/AppDeployment/remote-connections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AppDeployment/remote-connections.png -------------------------------------------------------------------------------- /windows-iotcore/media/AppDeployment/remote-vs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AppDeployment/remote-vs.png -------------------------------------------------------------------------------- /windows-iotcore/media/AppInstaller/InstallApp.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AppInstaller/InstallApp.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/AppInstaller/applist.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AppInstaller/applist.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/AppInstaller/install-app.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AppInstaller/install-app.gif -------------------------------------------------------------------------------- /windows-iotcore/media/ArduinoAndWindows10/Arduino_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ArduinoAndWindows10/Arduino_1.png -------------------------------------------------------------------------------- /windows-iotcore/media/ArduinoAndWindows10/Lighning_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ArduinoAndWindows10/Lighning_0.png -------------------------------------------------------------------------------- /windows-iotcore/media/ArduinoAndWindows10/WindowsPhone_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ArduinoAndWindows10/WindowsPhone_0.png -------------------------------------------------------------------------------- /windows-iotcore/media/ArduinoWiring/appcreate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ArduinoWiring/appcreate.png -------------------------------------------------------------------------------- /windows-iotcore/media/ArduinoWiring/dcmotor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ArduinoWiring/dcmotor.png -------------------------------------------------------------------------------- /windows-iotcore/media/ArduinoWiring/debugger_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ArduinoWiring/debugger_output.png -------------------------------------------------------------------------------- /windows-iotcore/media/ArduinoWiring/min_version.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ArduinoWiring/min_version.png -------------------------------------------------------------------------------- /windows-iotcore/media/ArduinoWiring/pi2_lcd_fritz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ArduinoWiring/pi2_lcd_fritz.png -------------------------------------------------------------------------------- /windows-iotcore/media/ArduinoWiring/pi2_pinouts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ArduinoWiring/pi2_pinouts.png -------------------------------------------------------------------------------- /windows-iotcore/media/ArduinoWiring/pi2_pinouts_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ArduinoWiring/pi2_pinouts_small.png -------------------------------------------------------------------------------- /windows-iotcore/media/ArduinoWiring/pi2_weathershield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ArduinoWiring/pi2_weathershield.png -------------------------------------------------------------------------------- /windows-iotcore/media/ArduinoWiring/test: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /windows-iotcore/media/ArduinoWiring/wiringapp_properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ArduinoWiring/wiringapp_properties.png -------------------------------------------------------------------------------- /windows-iotcore/media/ArduinoWiring/wiringapp_properties2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ArduinoWiring/wiringapp_properties2.png -------------------------------------------------------------------------------- /windows-iotcore/media/ArduinoWiring/wiringapp_remotemachine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ArduinoWiring/wiringapp_remotemachine.png -------------------------------------------------------------------------------- /windows-iotcore/media/ArduinoWiringPortingGuide/MBM_Pinout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ArduinoWiringPortingGuide/MBM_Pinout.png -------------------------------------------------------------------------------- /windows-iotcore/media/ArduinoWiringPortingGuide/Nuget_PackageManager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ArduinoWiringPortingGuide/Nuget_PackageManager.png -------------------------------------------------------------------------------- /windows-iotcore/media/ArduinoWiringPortingGuide/RP2_Pinout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ArduinoWiringPortingGuide/RP2_Pinout.png -------------------------------------------------------------------------------- /windows-iotcore/media/ArduinoWiringPortingGuide/appxmanifest_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ArduinoWiringPortingGuide/appxmanifest_search.png -------------------------------------------------------------------------------- /windows-iotcore/media/ArduinoWiringPortingGuide/debugger_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ArduinoWiringPortingGuide/debugger_output.png -------------------------------------------------------------------------------- /windows-iotcore/media/ArduinoWiringPortingGuide/test: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /windows-iotcore/media/AzureIoTDM/AzureDM-Architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AzureIoTDM/AzureDM-Architecture.png -------------------------------------------------------------------------------- /windows-iotcore/media/AzureIoTDM/azureDM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AzureIoTDM/azureDM.png -------------------------------------------------------------------------------- /windows-iotcore/media/AzureIoTDM/flowChartAzureDM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/AzureIoTDM/flowChartAzureDM.png -------------------------------------------------------------------------------- /windows-iotcore/media/AzureIoTDM/test: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /windows-iotcore/media/BackgroundApplications/backgroundTaskScreenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/BackgroundApplications/backgroundTaskScreenshot.png -------------------------------------------------------------------------------- /windows-iotcore/media/Bluetooth/Portal_BT_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/Bluetooth/Portal_BT_2.png -------------------------------------------------------------------------------- /windows-iotcore/media/Bluetooth/Portal_BT_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/Bluetooth/Portal_BT_3.png -------------------------------------------------------------------------------- /windows-iotcore/media/BuildingAppsForIoTCore/VS-CPP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/BuildingAppsForIoTCore/VS-CPP.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ConnectAppToCloud/install_tools_for_windows10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ConnectAppToCloud/install_tools_for_windows10.png -------------------------------------------------------------------------------- /windows-iotcore/media/ConnectAppToCloud/new_project_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ConnectAppToCloud/new_project_menu.png -------------------------------------------------------------------------------- /windows-iotcore/media/ConnectAppToCloud/new_solution.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ConnectAppToCloud/new_solution.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/ConnectDeviceToCloud/Building_Secure_Apps_for_IoT_Core_Screen01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ConnectDeviceToCloud/Building_Secure_Apps_for_IoT_Core_Screen01.png -------------------------------------------------------------------------------- /windows-iotcore/media/ConnectDeviceToCloud/Building_Secure_Apps_for_IoT_Core_Screen02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ConnectDeviceToCloud/Building_Secure_Apps_for_IoT_Core_Screen02.png -------------------------------------------------------------------------------- /windows-iotcore/media/ConnectDeviceToCloud/azure-clients.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ConnectDeviceToCloud/azure-clients.png -------------------------------------------------------------------------------- /windows-iotcore/media/Console/configuration_management.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/Console/configuration_management.png -------------------------------------------------------------------------------- /windows-iotcore/media/Console/console_application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/Console/console_application.png -------------------------------------------------------------------------------- /windows-iotcore/media/Console/console_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/Console/console_output.png -------------------------------------------------------------------------------- /windows-iotcore/media/Console/console_project_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/Console/console_project_settings.png -------------------------------------------------------------------------------- /windows-iotcore/media/Console/deploy_checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/Console/deploy_checkbox.png -------------------------------------------------------------------------------- /windows-iotcore/media/Console/device_portal_start_debugger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/Console/device_portal_start_debugger.png -------------------------------------------------------------------------------- /windows-iotcore/media/Console/device_portal_stop_debugger.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/Console/device_portal_stop_debugger.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/Console/new_cpp_console_proj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/Console/new_cpp_console_proj.png -------------------------------------------------------------------------------- /windows-iotcore/media/CortanaOnIoTCore/AudioSetup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/CortanaOnIoTCore/AudioSetup.png -------------------------------------------------------------------------------- /windows-iotcore/media/CortanaOnIoTCore/Consent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/CortanaOnIoTCore/Consent.png -------------------------------------------------------------------------------- /windows-iotcore/media/CortanaOnIoTCore/Consent2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/CortanaOnIoTCore/Consent2.png -------------------------------------------------------------------------------- /windows-iotcore/media/CortanaOnIoTCore/EnableKws.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/CortanaOnIoTCore/EnableKws.png -------------------------------------------------------------------------------- /windows-iotcore/media/CortanaOnIoTCore/InstallUpdate1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/CortanaOnIoTCore/InstallUpdate1.png -------------------------------------------------------------------------------- /windows-iotcore/media/CortanaOnIoTCore/InstallUpdate2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/CortanaOnIoTCore/InstallUpdate2.png -------------------------------------------------------------------------------- /windows-iotcore/media/CortanaOnIoTCore/InstallUpdate3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/CortanaOnIoTCore/InstallUpdate3.png -------------------------------------------------------------------------------- /windows-iotcore/media/CortanaOnIoTCore/MSASignin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/CortanaOnIoTCore/MSASignin.png -------------------------------------------------------------------------------- /windows-iotcore/media/CortanaOnIoTCore/MSASignout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/CortanaOnIoTCore/MSASignout.png -------------------------------------------------------------------------------- /windows-iotcore/media/CortanaOnIoTCore/StartCortana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/CortanaOnIoTCore/StartCortana.png -------------------------------------------------------------------------------- /windows-iotcore/media/DISM/DiskpartListDisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DISM/DiskpartListDisk.png -------------------------------------------------------------------------------- /windows-iotcore/media/DevelopApp/VS-CPP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DevelopApp/VS-CPP.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/DevicePortal/AppList.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DevicePortal/AppList.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/DevicePortal/Bluetooth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DevicePortal/Bluetooth.png -------------------------------------------------------------------------------- /windows-iotcore/media/DevicePortal/Dashboard-Action.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DevicePortal/Dashboard-Action.gif -------------------------------------------------------------------------------- /windows-iotcore/media/DevicePortal/IoTDashboard_RightClickMenu.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DevicePortal/IoTDashboard_RightClickMenu.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/DevicePortal/OnboardingAllJoyn.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DevicePortal/OnboardingAllJoyn.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/DevicePortal/OnboardingICS.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DevicePortal/OnboardingICS.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/DevicePortal/OnboardingSoftAP.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DevicePortal/OnboardingSoftAP.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/DevicePortal/browser_ip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DevicePortal/browser_ip.png -------------------------------------------------------------------------------- /windows-iotcore/media/DevicePortal/debug1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DevicePortal/debug1.png -------------------------------------------------------------------------------- /windows-iotcore/media/DevicePortal/debug2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DevicePortal/debug2.png -------------------------------------------------------------------------------- /windows-iotcore/media/DevicePortal/debug3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DevicePortal/debug3.png -------------------------------------------------------------------------------- /windows-iotcore/media/DevicePortal/deviceportal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DevicePortal/deviceportal.png -------------------------------------------------------------------------------- /windows-iotcore/media/DevicePortal/enable-remote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DevicePortal/enable-remote.png -------------------------------------------------------------------------------- /windows-iotcore/media/DevicePortal/installapp0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DevicePortal/installapp0.png -------------------------------------------------------------------------------- /windows-iotcore/media/DevicePortal/installapp1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DevicePortal/installapp1.png -------------------------------------------------------------------------------- /windows-iotcore/media/DevicePortal/installapp2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DevicePortal/installapp2.png -------------------------------------------------------------------------------- /windows-iotcore/media/DevicePortal/installapp3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DevicePortal/installapp3.png -------------------------------------------------------------------------------- /windows-iotcore/media/DeviceSetup/Dashboard-Screenshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DeviceSetup/Dashboard-Screenshot.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/DeviceSetup/db1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DeviceSetup/db1.png -------------------------------------------------------------------------------- /windows-iotcore/media/DeviceSetup/db2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DeviceSetup/db2.png -------------------------------------------------------------------------------- /windows-iotcore/media/DeviceSetup/db3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DeviceSetup/db3.png -------------------------------------------------------------------------------- /windows-iotcore/media/DeviceSetup/db4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DeviceSetup/db4.png -------------------------------------------------------------------------------- /windows-iotcore/media/DocsMarkdownPoster.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DocsMarkdownPoster.pdf -------------------------------------------------------------------------------- /windows-iotcore/media/DriverDeployment/ConfigureDevices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DriverDeployment/ConfigureDevices.png -------------------------------------------------------------------------------- /windows-iotcore/media/DriverDeployment/DriverTestSigning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DriverDeployment/DriverTestSigning.png -------------------------------------------------------------------------------- /windows-iotcore/media/DriverDeployment/Package-pkg-xml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DriverDeployment/Package-pkg-xml.png -------------------------------------------------------------------------------- /windows-iotcore/media/DriverDeployment/PackageManifest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DriverDeployment/PackageManifest.png -------------------------------------------------------------------------------- /windows-iotcore/media/DriverDeployment/PackageVersion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DriverDeployment/PackageVersion.png -------------------------------------------------------------------------------- /windows-iotcore/media/DriverDeployment/blinky-wiring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DriverDeployment/blinky-wiring.png -------------------------------------------------------------------------------- /windows-iotcore/media/DriverDeployment/confdbgsettings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DriverDeployment/confdbgsettings.png -------------------------------------------------------------------------------- /windows-iotcore/media/DriverDeployment/confprogress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DriverDeployment/confprogress.png -------------------------------------------------------------------------------- /windows-iotcore/media/DriverDeployment/cred1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DriverDeployment/cred1.png -------------------------------------------------------------------------------- /windows-iotcore/media/DriverDeployment/deploy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DriverDeployment/deploy.png -------------------------------------------------------------------------------- /windows-iotcore/media/DriverDeployment/driver-build-option.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DriverDeployment/driver-build-option.png -------------------------------------------------------------------------------- /windows-iotcore/media/DriverDeployment/driver-settings-properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DriverDeployment/driver-settings-properties.png -------------------------------------------------------------------------------- /windows-iotcore/media/DriverDeployment/drivers-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DriverDeployment/drivers-overview.png -------------------------------------------------------------------------------- /windows-iotcore/media/DriverDeployment/ftp1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DriverDeployment/ftp1.png -------------------------------------------------------------------------------- /windows-iotcore/media/DriverDeployment/ftp2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DriverDeployment/ftp2.png -------------------------------------------------------------------------------- /windows-iotcore/media/DriverDeployment/installoptions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DriverDeployment/installoptions.png -------------------------------------------------------------------------------- /windows-iotcore/media/DriverDeployment/sln-properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DriverDeployment/sln-properties.png -------------------------------------------------------------------------------- /windows-iotcore/media/DriverDeployment/smb1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DriverDeployment/smb1.png -------------------------------------------------------------------------------- /windows-iotcore/media/DriverDeployment/smb2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/DriverDeployment/smb2.png -------------------------------------------------------------------------------- /windows-iotcore/media/DriverDeployment/test: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /windows-iotcore/media/EmbeddedMode/ICD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/EmbeddedMode/ICD.png -------------------------------------------------------------------------------- /windows-iotcore/media/EmbeddedMode/Step10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/EmbeddedMode/Step10.png -------------------------------------------------------------------------------- /windows-iotcore/media/EmbeddedMode/Step11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/EmbeddedMode/Step11.png -------------------------------------------------------------------------------- /windows-iotcore/media/EmbeddedMode/Step12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/EmbeddedMode/Step12.png -------------------------------------------------------------------------------- /windows-iotcore/media/EmbeddedMode/Step13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/EmbeddedMode/Step13.png -------------------------------------------------------------------------------- /windows-iotcore/media/EmbeddedMode/Step14Mobile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/EmbeddedMode/Step14Mobile.png -------------------------------------------------------------------------------- /windows-iotcore/media/EmbeddedMode/Step14Standard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/EmbeddedMode/Step14Standard.png -------------------------------------------------------------------------------- /windows-iotcore/media/EmbeddedMode/Step3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/EmbeddedMode/Step3.png -------------------------------------------------------------------------------- /windows-iotcore/media/EmbeddedMode/Step4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/EmbeddedMode/Step4.png -------------------------------------------------------------------------------- /windows-iotcore/media/EmbeddedMode/Step5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/EmbeddedMode/Step5.png -------------------------------------------------------------------------------- /windows-iotcore/media/EmbeddedMode/Step6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/EmbeddedMode/Step6.png -------------------------------------------------------------------------------- /windows-iotcore/media/EmbeddedMode/Step7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/EmbeddedMode/Step7.png -------------------------------------------------------------------------------- /windows-iotcore/media/EmbeddedMode/Step8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/EmbeddedMode/Step8.png -------------------------------------------------------------------------------- /windows-iotcore/media/EmbeddedMode/Step9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/EmbeddedMode/Step9.png -------------------------------------------------------------------------------- /windows-iotcore/media/EmbeddedMode/WICD_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/EmbeddedMode/WICD_Icon.png -------------------------------------------------------------------------------- /windows-iotcore/media/FTP/DefaultApp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/FTP/DefaultApp.png -------------------------------------------------------------------------------- /windows-iotcore/media/FTP/ftp_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/FTP/ftp_disable.png -------------------------------------------------------------------------------- /windows-iotcore/media/FTP/ftp_explorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/FTP/ftp_explorer.png -------------------------------------------------------------------------------- /windows-iotcore/media/FTP/ftp_explorer_parameter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/FTP/ftp_explorer_parameter.png -------------------------------------------------------------------------------- /windows-iotcore/media/FTP/ftp_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/FTP/ftp_highlight.png -------------------------------------------------------------------------------- /windows-iotcore/media/FTP/ftp_kill_powershell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/FTP/ftp_kill_powershell.png -------------------------------------------------------------------------------- /windows-iotcore/media/FTP/ftp_kill_ssh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/FTP/ftp_kill_ssh.png -------------------------------------------------------------------------------- /windows-iotcore/media/FTP/ftp_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/FTP/ftp_start.png -------------------------------------------------------------------------------- /windows-iotcore/media/FTP/ftp_start_parameter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/FTP/ftp_start_parameter.png -------------------------------------------------------------------------------- /windows-iotcore/media/HeadlessMode/selectDevice.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/HeadlessMode/selectDevice.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/InternetConnectionSharing/ICS.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/InternetConnectionSharing/ICS.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/InternetConnectionSharing/internetconnectionsharing_ipconfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/InternetConnectionSharing/internetconnectionsharing_ipconfig.png -------------------------------------------------------------------------------- /windows-iotcore/media/InternetConnectionSharing/internetconnectionsharing_route.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/InternetConnectionSharing/internetconnectionsharing_route.png -------------------------------------------------------------------------------- /windows-iotcore/media/InternetConnectionSharing/internetconnectionsharing_vs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/InternetConnectionSharing/internetconnectionsharing_vs.png -------------------------------------------------------------------------------- /windows-iotcore/media/InternetConnectionSharing/onboarding.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/InternetConnectionSharing/onboarding.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/InternetConnectionSharing/test: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /windows-iotcore/media/IntuneDeviceEnrollment/IoT-dashboard-my-devices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IntuneDeviceEnrollment/IoT-dashboard-my-devices.png -------------------------------------------------------------------------------- /windows-iotcore/media/IntuneDeviceEnrollment/IoT-dashboard-sd-card-ready.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IntuneDeviceEnrollment/IoT-dashboard-sd-card-ready.png -------------------------------------------------------------------------------- /windows-iotcore/media/IntuneDeviceEnrollment/IoT-dashboard-wifi-connection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IntuneDeviceEnrollment/IoT-dashboard-wifi-connection.png -------------------------------------------------------------------------------- /windows-iotcore/media/IntuneDeviceEnrollment/iot-ap-devices-after-enrollment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IntuneDeviceEnrollment/iot-ap-devices-after-enrollment.png -------------------------------------------------------------------------------- /windows-iotcore/media/IntuneDeviceEnrollment/iot-ap-mobility-intune.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IntuneDeviceEnrollment/iot-ap-mobility-intune.png -------------------------------------------------------------------------------- /windows-iotcore/media/IntuneDeviceEnrollment/iot-wcd-all-done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IntuneDeviceEnrollment/iot-wcd-all-done.png -------------------------------------------------------------------------------- /windows-iotcore/media/IntuneDeviceEnrollment/iot-wcd-bulk-token-successful.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IntuneDeviceEnrollment/iot-wcd-bulk-token-successful.png -------------------------------------------------------------------------------- /windows-iotcore/media/IntuneDeviceEnrollment/iot-wcd-enroll-in-azure-ad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IntuneDeviceEnrollment/iot-wcd-enroll-in-azure-ad.png -------------------------------------------------------------------------------- /windows-iotcore/media/IntuneDeviceEnrollment/iot-wcd-export-provisioning-package.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IntuneDeviceEnrollment/iot-wcd-export-provisioning-package.png -------------------------------------------------------------------------------- /windows-iotcore/media/IntuneDeviceEnrollment/iot-wcd-provision-desktop-devices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IntuneDeviceEnrollment/iot-wcd-provision-desktop-devices.png -------------------------------------------------------------------------------- /windows-iotcore/media/IntuneDeviceEnrollment/iot-wcd-select-customizations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IntuneDeviceEnrollment/iot-wcd-select-customizations.png -------------------------------------------------------------------------------- /windows-iotcore/media/IntuneDeviceEnrollment/iot-wcd-sign-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IntuneDeviceEnrollment/iot-wcd-sign-in.png -------------------------------------------------------------------------------- /windows-iotcore/media/IntuneDeviceEnrollment/iot-wcd-switch-to-advanced-editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IntuneDeviceEnrollment/iot-wcd-switch-to-advanced-editor.png -------------------------------------------------------------------------------- /windows-iotcore/media/IoTCoreDefaultApp/CommandBar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTCoreDefaultApp/CommandBar.gif -------------------------------------------------------------------------------- /windows-iotcore/media/IoTCoreDefaultApp/DeviceInfoPage-Screenshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTCoreDefaultApp/DeviceInfoPage-Screenshot.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/IoTCoreDefaultApp/OOBE1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTCoreDefaultApp/OOBE1.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/IoTCoreDefaultApp/OOBE2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTCoreDefaultApp/OOBE2.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/IoTCoreDefaultApp/OOBE3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTCoreDefaultApp/OOBE3.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/IoTCoreDefaultApp/OOBE4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTCoreDefaultApp/OOBE4.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/IoTCoreDefaultApp/OOBE5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTCoreDefaultApp/OOBE5.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/IoTCoreDefaultApp/OOBE6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTCoreDefaultApp/OOBE6.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/IoTCoreDefaultApp/StartPage-Screenshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTCoreDefaultApp/StartPage-Screenshot.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/IoTCoreDefaultApp/music.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTCoreDefaultApp/music.gif -------------------------------------------------------------------------------- /windows-iotcore/media/IoTCoreDefaultApp/restart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTCoreDefaultApp/restart.gif -------------------------------------------------------------------------------- /windows-iotcore/media/IoTCoreDefaultApp/slideshow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTCoreDefaultApp/slideshow.gif -------------------------------------------------------------------------------- /windows-iotcore/media/IoTCoreServices/IoTCoreServicesOverview-CreateAResource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTCoreServices/IoTCoreServicesOverview-CreateAResource.png -------------------------------------------------------------------------------- /windows-iotcore/media/IoTCoreServices/IoTCoreServicesOverview-DUC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTCoreServices/IoTCoreServicesOverview-DUC.png -------------------------------------------------------------------------------- /windows-iotcore/media/IoTCoreServices/IoTCoreServicesOverview-DeleteAResource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTCoreServices/IoTCoreServicesOverview-DeleteAResource.png -------------------------------------------------------------------------------- /windows-iotcore/media/IoTCoreServices/IoTCoreServicesOverview-UpdateAResource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTCoreServices/IoTCoreServicesOverview-UpdateAResource.png -------------------------------------------------------------------------------- /windows-iotcore/media/IoTDashboard/DASHBOARD-800x450.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTDashboard/DASHBOARD-800x450.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/IoTDashboard/IoTDashboard_3DPrinter.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTDashboard/IoTDashboard_3DPrinter.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/IoTDashboard/IoTDashboard_AllJoynConfigure.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTDashboard/IoTDashboard_AllJoynConfigure.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/IoTDashboard/IoTDashboard_Azure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTDashboard/IoTDashboard_Azure.png -------------------------------------------------------------------------------- /windows-iotcore/media/IoTDashboard/IoTDashboard_Blockly.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTDashboard/IoTDashboard_Blockly.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/IoTDashboard/IoTDashboard_FlashingComplete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTDashboard/IoTDashboard_FlashingComplete.png -------------------------------------------------------------------------------- /windows-iotcore/media/IoTDashboard/IoTDashboard_InsiderPreview.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTDashboard/IoTDashboard_InsiderPreview.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/IoTDashboard/IoTDashboard_InternetRadio.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTDashboard/IoTDashboard_InternetRadio.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/IoTDashboard/IoTDashboard_QuickRunSamples.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTDashboard/IoTDashboard_QuickRunSamples.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/IoTDashboard/IoTDashboard_RightClickMenu.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTDashboard/IoTDashboard_RightClickMenu.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/IoTDashboard/IoTDashboard_Settings.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTDashboard/IoTDashboard_Settings.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/IoTDashboard/IoTDashboard_SetupPage.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTDashboard/IoTDashboard_SetupPage.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/IoTDashboard/IoTDashboard_WelcomePage.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTDashboard/IoTDashboard_WelcomePage.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/IoTDashboard/selectDevice.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/IoTDashboard/selectDevice.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/LightningProviders/Nuget_PackageManager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/LightningProviders/Nuget_PackageManager.png -------------------------------------------------------------------------------- /windows-iotcore/media/LightningProviders/dmap4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/LightningProviders/dmap4.png -------------------------------------------------------------------------------- /windows-iotcore/media/LightningProviders/lightning-sdk-added-to-solution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/LightningProviders/lightning-sdk-added-to-solution.png -------------------------------------------------------------------------------- /windows-iotcore/media/LightningProviders/manage-nuget-project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/LightningProviders/manage-nuget-project.png -------------------------------------------------------------------------------- /windows-iotcore/media/LightningProviders/nuget-package-manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/LightningProviders/nuget-package-manager.png -------------------------------------------------------------------------------- /windows-iotcore/media/LightningProviders/package-manifest-updates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/LightningProviders/package-manifest-updates.png -------------------------------------------------------------------------------- /windows-iotcore/media/LightningSetup/dmap1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/LightningSetup/dmap1.png -------------------------------------------------------------------------------- /windows-iotcore/media/LightningSetup/dmap2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/LightningSetup/dmap2.png -------------------------------------------------------------------------------- /windows-iotcore/media/LightningSetup/dmap3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/LightningSetup/dmap3.png -------------------------------------------------------------------------------- /windows-iotcore/media/LightningSetup/dmap4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/LightningSetup/dmap4.png -------------------------------------------------------------------------------- /windows-iotcore/media/LightningSetup/dmap5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/LightningSetup/dmap5.png -------------------------------------------------------------------------------- /windows-iotcore/media/LightningSetup/test: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /windows-iotcore/media/ManagingDevices/ConfigMgr-Certificate-Profiles-Wizard-Supported-Platforms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManagingDevices/ConfigMgr-Certificate-Profiles-Wizard-Supported-Platforms.png -------------------------------------------------------------------------------- /windows-iotcore/media/ManagingDevices/ConfigMgr-Certificate-Profiles-Wizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManagingDevices/ConfigMgr-Certificate-Profiles-Wizard.png -------------------------------------------------------------------------------- /windows-iotcore/media/ManagingDevices/ConfigMgr-Certificate-Profiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManagingDevices/ConfigMgr-Certificate-Profiles.png -------------------------------------------------------------------------------- /windows-iotcore/media/ManagingDevices/WICD-Advanced-Provisioning-New-Project-Details.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManagingDevices/WICD-Advanced-Provisioning-New-Project-Details.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/ManagingDevices/WICD-Advanced-Provisioning-New-Project-Editions.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManagingDevices/WICD-Advanced-Provisioning-New-Project-Editions.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/ManagingDevices/WICD-Advanced-Provisioning-New-Project-Import.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManagingDevices/WICD-Advanced-Provisioning-New-Project-Import.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/ManagingDevices/WICD-Start-Page-Advanced-Prov-Hover.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManagingDevices/WICD-Start-Page-Advanced-Prov-Hover.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/ManagingDevices/WICD-Start-Page.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManagingDevices/WICD-Start-Page.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/ManagingDevices/WICD-Workplace-Enrollments-UPN-Details-Filled-Premise.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManagingDevices/WICD-Workplace-Enrollments-UPN-Details-Filled-Premise.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/ManagingDevices/WICD-Workplace-Enrollments-UPN-Filled.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManagingDevices/WICD-Workplace-Enrollments-UPN-Filled.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/ManagingDevices/WICD-Workplace-Enrollments-UPN.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManagingDevices/WICD-Workplace-Enrollments-UPN.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/ManagingDevices/test: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/AddIoTProduct.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/AddIoTProduct.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/BootOrder.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/BootOrder.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/CreateAppxPackage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/CreateAppxPackage.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/DragonBoardDipswitch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/DragonBoardDipswitch.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/DragonBoardNewProduct.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/DragonBoardNewProduct.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/DragonBoardUpdateTool.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/DragonBoardUpdateTool.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/DragonBoardUpdateTool1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/DragonBoardUpdateTool1.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/DragonBoardUpdateTool2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/DragonBoardUpdateTool2.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/ImportDriver1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/ImportDriver1.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/ImportDriver2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/ImportDriver2.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/IoTCoreImageCreateProcess.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/IoTCoreImageCreateProcess.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/IoTCorePackagesInstall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/IoTCorePackagesInstall.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/IoTWorkspace.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/IoTWorkspace.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/ProvPackage1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/ProvPackage1.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/ProvPackage2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/ProvPackage2.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/ProvPackage3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/ProvPackage3.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/RetailImageAppxCertSelection1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/RetailImageAppxCertSelection1.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/RetailImageAppxCertSelection2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/RetailImageAppxCertSelection2.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/RpiFlashFFU.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/RpiFlashFFU.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/RpiFlashFFUDISM.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/RpiFlashFFUDISM.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/SetupTPM-Dgbrd1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/SetupTPM-Dgbrd1.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/SetupTPM-Dgbrd2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/SetupTPM-Dgbrd2.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/WinPEInstall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/WinPEInstall.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/WindowsADKSetup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/WindowsADKSetup.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/WindowsDevicePortalRunCommand.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/WindowsDevicePortalRunCommand.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/digicert-kernelmode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/digicert-kernelmode.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/digicert-sysdev.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/digicert-sysdev.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/importcfg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/importcfg.png -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/iotcoreservicesoverview-duc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/iotcoreservicesoverview-duc.png -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/newdevicemodel1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/newdevicemodel1.png -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/newdevicemodel2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/newdevicemodel2.png -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/newdevicemodel3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/newdevicemodel3.png -------------------------------------------------------------------------------- /windows-iotcore/media/ManufacturingGuide/smbiosentry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ManufacturingGuide/smbiosentry.png -------------------------------------------------------------------------------- /windows-iotcore/media/MemoryLeaks/AddNewProject.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/MemoryLeaks/AddNewProject.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/MemoryLeaks/AddReference.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/MemoryLeaks/AddReference.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/MemoryLeaks/AddReferenceDialog.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/MemoryLeaks/AddReferenceDialog.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/MemoryLeaks/DiagnosticTools.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/MemoryLeaks/DiagnosticTools.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/MemoryLeaks/DiagnosticToolsBackgroundApp.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/MemoryLeaks/DiagnosticToolsBackgroundApp.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/MemoryLeaks/DiagnosticToolsWithLeaks.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/MemoryLeaks/DiagnosticToolsWithLeaks.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/MemoryLeaks/NewForegroundApp.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/MemoryLeaks/NewForegroundApp.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/MemoryLeaks/SetAsStartup.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/MemoryLeaks/SetAsStartup.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/MemoryLeaks/Snapshot.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/MemoryLeaks/Snapshot.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/MemoryLeaks/Snapshot2_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/MemoryLeaks/Snapshot2_1.png -------------------------------------------------------------------------------- /windows-iotcore/media/MemoryLeaks/Snapshot2_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/MemoryLeaks/Snapshot2_2.png -------------------------------------------------------------------------------- /windows-iotcore/media/Miracast/CompatibleDevice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/Miracast/CompatibleDevice.png -------------------------------------------------------------------------------- /windows-iotcore/media/Miracast/IoTOnboardingOff.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/Miracast/IoTOnboardingOff.gif -------------------------------------------------------------------------------- /windows-iotcore/media/NetworkPacketCapture/message-analyzer-edit-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/NetworkPacketCapture/message-analyzer-edit-button.png -------------------------------------------------------------------------------- /windows-iotcore/media/NetworkPacketCapture/message-analyzer-edit-target-computers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/NetworkPacketCapture/message-analyzer-edit-target-computers.png -------------------------------------------------------------------------------- /windows-iotcore/media/NetworkPacketCapture/message-analyzer-live-trace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/NetworkPacketCapture/message-analyzer-live-trace.png -------------------------------------------------------------------------------- /windows-iotcore/media/NetworkPacketCapture/message-analyzer-new-session.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/NetworkPacketCapture/message-analyzer-new-session.png -------------------------------------------------------------------------------- /windows-iotcore/media/NetworkPacketCapture/message-analyzer-trace-scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/NetworkPacketCapture/message-analyzer-trace-scenario.png -------------------------------------------------------------------------------- /windows-iotcore/media/NetworkPacketCapture/message-analyzer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/NetworkPacketCapture/message-analyzer.png -------------------------------------------------------------------------------- /windows-iotcore/media/NetworkPacketCapture/powershell-rename-device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/NetworkPacketCapture/powershell-rename-device.png -------------------------------------------------------------------------------- /windows-iotcore/media/NetworkPacketCapture/web-etw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/NetworkPacketCapture/web-etw.png -------------------------------------------------------------------------------- /windows-iotcore/media/OEMLicenseRequirements/IoTCoreServicesOverview-DUC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/OEMLicenseRequirements/IoTCoreServicesOverview-DUC.png -------------------------------------------------------------------------------- /windows-iotcore/media/OnScreenKeyboard/AllLanguages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/OnScreenKeyboard/AllLanguages.png -------------------------------------------------------------------------------- /windows-iotcore/media/OnScreenKeyboard/NorthAmericanLanguages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/OnScreenKeyboard/NorthAmericanLanguages.png -------------------------------------------------------------------------------- /windows-iotcore/media/PinMappingsDB/DB_Pinout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/PinMappingsDB/DB_Pinout.png -------------------------------------------------------------------------------- /windows-iotcore/media/PinMappingsMBM/MBM_Pinout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/PinMappingsMBM/MBM_Pinout.png -------------------------------------------------------------------------------- /windows-iotcore/media/PinMappingsRPI/RP2_Pinout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/PinMappingsRPI/RP2_Pinout.png -------------------------------------------------------------------------------- /windows-iotcore/media/PowerShell/DefaultApp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/PowerShell/DefaultApp.png -------------------------------------------------------------------------------- /windows-iotcore/media/PowerShell/connection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/PowerShell/connection.png -------------------------------------------------------------------------------- /windows-iotcore/media/PowerShell/ps.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/PowerShell/ps.PNG -------------------------------------------------------------------------------- /windows-iotcore/media/PowerShell/ps_device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/PowerShell/ps_device.png -------------------------------------------------------------------------------- /windows-iotcore/media/PowerShell/start-ps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/PowerShell/start-ps.png -------------------------------------------------------------------------------- /windows-iotcore/media/PowerShell/start-ps2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/PowerShell/start-ps2.png -------------------------------------------------------------------------------- /windows-iotcore/media/ProjectRome/LaunchAppServices.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ProjectRome/LaunchAppServices.gif -------------------------------------------------------------------------------- /windows-iotcore/media/ProjectRome/LaunchURI.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ProjectRome/LaunchURI.gif -------------------------------------------------------------------------------- /windows-iotcore/media/ProjectRome/SearchForSystems.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/ProjectRome/SearchForSystems.gif -------------------------------------------------------------------------------- /windows-iotcore/media/Python/global_sign_cert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/Python/global_sign_cert.png -------------------------------------------------------------------------------- /windows-iotcore/media/RemoteDisplay/accelerometer-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/RemoteDisplay/accelerometer-code.png -------------------------------------------------------------------------------- /windows-iotcore/media/RemoteDisplay/architecture-graphic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/RemoteDisplay/architecture-graphic.png -------------------------------------------------------------------------------- /windows-iotcore/media/RemoteDisplay/compatible-boards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/RemoteDisplay/compatible-boards.png -------------------------------------------------------------------------------- /windows-iotcore/media/RemoteDisplay/connect-device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/RemoteDisplay/connect-device.png -------------------------------------------------------------------------------- /windows-iotcore/media/RemoteDisplay/enable-remote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/RemoteDisplay/enable-remote.png -------------------------------------------------------------------------------- /windows-iotcore/media/RemoteDisplay/remote-display-experience.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/RemoteDisplay/remote-display-experience.png -------------------------------------------------------------------------------- /windows-iotcore/media/RemoteDisplay/remote-tablet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/RemoteDisplay/remote-tablet.png -------------------------------------------------------------------------------- /windows-iotcore/media/RemoteDisplay/store-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/RemoteDisplay/store-app.png -------------------------------------------------------------------------------- /windows-iotcore/media/SSH/DefaultApp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/SSH/DefaultApp.png -------------------------------------------------------------------------------- /windows-iotcore/media/SSH/add_a_feature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/SSH/add_a_feature.png -------------------------------------------------------------------------------- /windows-iotcore/media/SSH/optional_features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/SSH/optional_features.png -------------------------------------------------------------------------------- /windows-iotcore/media/SSH/putty_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/SSH/putty_config.png -------------------------------------------------------------------------------- /windows-iotcore/media/SSH/putty_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/SSH/putty_console.png -------------------------------------------------------------------------------- /windows-iotcore/media/SSH/putty_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/SSH/putty_login.png -------------------------------------------------------------------------------- /windows-iotcore/media/SSH/putty_security_prompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/SSH/putty_security_prompt.png -------------------------------------------------------------------------------- /windows-iotcore/media/SecureBootAndBitLocker/BootOrder.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/SecureBootAndBitLocker/BootOrder.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/SecurityFlowAndCertificates/DataRestExecutionMotion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/SecurityFlowAndCertificates/DataRestExecutionMotion.png -------------------------------------------------------------------------------- /windows-iotcore/media/SecurityFlowAndCertificates/DeviceBuildProcess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/SecurityFlowAndCertificates/DeviceBuildProcess.png -------------------------------------------------------------------------------- /windows-iotcore/media/SecurityFlowAndCertificates/ImageLockDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/SecurityFlowAndCertificates/ImageLockDown.png -------------------------------------------------------------------------------- /windows-iotcore/media/SecurityFlowAndCertificates/securityflow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/SecurityFlowAndCertificates/securityflow.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/SetupDefaultApp/DefaultAppICD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/SetupDefaultApp/DefaultAppICD.png -------------------------------------------------------------------------------- /windows-iotcore/media/SetupDefaultApp/DefaultAppWDP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/SetupDefaultApp/DefaultAppWDP.png -------------------------------------------------------------------------------- /windows-iotcore/media/SetupWifi/DefaultAppWiFiConfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/SetupWifi/DefaultAppWiFiConfig.png -------------------------------------------------------------------------------- /windows-iotcore/media/SetupWifi/WebBWiFiConfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/SetupWifi/WebBWiFiConfig.png -------------------------------------------------------------------------------- /windows-iotcore/media/SetupWifi/WiFiStartupConfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/SetupWifi/WiFiStartupConfig.png -------------------------------------------------------------------------------- /windows-iotcore/media/SetupWifi/cred1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/SetupWifi/cred1.png -------------------------------------------------------------------------------- /windows-iotcore/media/SetupWifi/smb1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/SetupWifi/smb1.png -------------------------------------------------------------------------------- /windows-iotcore/media/SetupWifiDirect/Advertiser01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/SetupWifiDirect/Advertiser01.png -------------------------------------------------------------------------------- /windows-iotcore/media/SetupWifiDirect/Advertiser02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/SetupWifiDirect/Advertiser02.png -------------------------------------------------------------------------------- /windows-iotcore/media/SetupWifiDirect/Advertiser03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/SetupWifiDirect/Advertiser03.png -------------------------------------------------------------------------------- /windows-iotcore/media/SetupWifiDirect/Connector01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/SetupWifiDirect/Connector01.png -------------------------------------------------------------------------------- /windows-iotcore/media/SetupWifiDirect/Connector02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/SetupWifiDirect/Connector02.png -------------------------------------------------------------------------------- /windows-iotcore/media/SetupWifiDirect/Connector03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/SetupWifiDirect/Connector03.png -------------------------------------------------------------------------------- /windows-iotcore/media/SetupWifiDirect/Connector04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/SetupWifiDirect/Connector04.png -------------------------------------------------------------------------------- /windows-iotcore/media/Troubleshooting/adapters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/Troubleshooting/adapters.png -------------------------------------------------------------------------------- /windows-iotcore/media/Troubleshooting/txrx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/Troubleshooting/txrx.png -------------------------------------------------------------------------------- /windows-iotcore/media/USB-Support/OEM-Components.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/USB-Support/OEM-Components.png -------------------------------------------------------------------------------- /windows-iotcore/media/USB-Support/OEM-supplies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/USB-Support/OEM-supplies.png -------------------------------------------------------------------------------- /windows-iotcore/media/USB-Support/config-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/USB-Support/config-screenshot.png -------------------------------------------------------------------------------- /windows-iotcore/media/UnifiedWriteFilter/uwfmgr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/UnifiedWriteFilter/uwfmgr.png -------------------------------------------------------------------------------- /windows-iotcore/media/UnifiedWriteFilter/uwfmgr_protect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/UnifiedWriteFilter/uwfmgr_protect.png -------------------------------------------------------------------------------- /windows-iotcore/media/UnitTests/debug-tests.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/UnitTests/debug-tests.png -------------------------------------------------------------------------------- /windows-iotcore/media/UnitTests/newproject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/UnitTests/newproject.png -------------------------------------------------------------------------------- /windows-iotcore/media/UnitTests/run-tests.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/UnitTests/run-tests.png -------------------------------------------------------------------------------- /windows-iotcore/media/UnitTests/show-test-explorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/UnitTests/show-test-explorer.png -------------------------------------------------------------------------------- /windows-iotcore/media/UnitTests/test-explorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/UnitTests/test-explorer.png -------------------------------------------------------------------------------- /windows-iotcore/media/WindowsFileSharing/DefaultApp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/WindowsFileSharing/DefaultApp.png -------------------------------------------------------------------------------- /windows-iotcore/media/WindowsFileSharing/smb_enable_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/WindowsFileSharing/smb_enable_disable.png -------------------------------------------------------------------------------- /windows-iotcore/media/WindowsFileSharing/smb_file_explorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/WindowsFileSharing/smb_file_explorer.png -------------------------------------------------------------------------------- /windows-iotcore/media/WindowsFileSharing/smb_start_stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/WindowsFileSharing/smb_start_stop.png -------------------------------------------------------------------------------- /windows-iotcore/media/adafruitkit/pack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/adafruitkit/pack.jpg -------------------------------------------------------------------------------- /windows-iotcore/media/download-repo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/download-repo.gif -------------------------------------------------------------------------------- /windows-iotcore/media/edit-doc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/edit-doc.gif -------------------------------------------------------------------------------- /windows-iotcore/media/mDNS/mdns1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/mDNS/mdns1.png -------------------------------------------------------------------------------- /windows-iotcore/media/mDNS/mdns2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/mDNS/mdns2.png -------------------------------------------------------------------------------- /windows-iotcore/media/reviewers.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/media/reviewers.gif -------------------------------------------------------------------------------- /windows-iotcore/release-notes/Insider/RPi3BP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/release-notes/Insider/RPi3BP.md -------------------------------------------------------------------------------- /windows-iotcore/release-notes/commercial/17763.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/release-notes/commercial/17763.md -------------------------------------------------------------------------------- /windows-iotcore/release-notes/commercial/April2018Update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/release-notes/commercial/April2018Update.md -------------------------------------------------------------------------------- /windows-iotcore/release-notes/commercial/CreatorsUpdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/release-notes/commercial/CreatorsUpdate.md -------------------------------------------------------------------------------- /windows-iotcore/release-notes/commercial/FallCreatorsUpdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/release-notes/commercial/FallCreatorsUpdate.md -------------------------------------------------------------------------------- /windows-iotcore/release-notes/commercial/October2018Update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/release-notes/commercial/October2018Update.md -------------------------------------------------------------------------------- /windows-iotcore/secure-your-device/BuildingSecureDevices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/secure-your-device/BuildingSecureDevices.md -------------------------------------------------------------------------------- /windows-iotcore/secure-your-device/Protecting-Critical-Infrastructure.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/secure-your-device/Protecting-Critical-Infrastructure.pdf -------------------------------------------------------------------------------- /windows-iotcore/secure-your-device/SecureBootAndBitLocker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/secure-your-device/SecureBootAndBitLocker.md -------------------------------------------------------------------------------- /windows-iotcore/secure-your-device/SecurityFlowAndCertificates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/secure-your-device/SecurityFlowAndCertificates.md -------------------------------------------------------------------------------- /windows-iotcore/secure-your-device/SetupTPM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/secure-your-device/SetupTPM.md -------------------------------------------------------------------------------- /windows-iotcore/secure-your-device/TCPS-WP.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/secure-your-device/TCPS-WP.pdf -------------------------------------------------------------------------------- /windows-iotcore/secure-your-device/TPM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/secure-your-device/TPM.md -------------------------------------------------------------------------------- /windows-iotcore/secure-your-device/UnifiedWriteFilter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/secure-your-device/UnifiedWriteFilter.md -------------------------------------------------------------------------------- /windows-iotcore/secure-your-device/Windows IoT Security.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/secure-your-device/Windows IoT Security.docx -------------------------------------------------------------------------------- /windows-iotcore/secure-your-device/Windows IoT Security.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/secure-your-device/Windows IoT Security.pdf -------------------------------------------------------------------------------- /windows-iotcore/tutorials/adafruitkit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/tutorials/adafruitkit.md -------------------------------------------------------------------------------- /windows-iotcore/tutorials/dragonboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/tutorials/dragonboard.md -------------------------------------------------------------------------------- /windows-iotcore/tutorials/intel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/tutorials/intel.md -------------------------------------------------------------------------------- /windows-iotcore/tutorials/minnowboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/tutorials/minnowboard.md -------------------------------------------------------------------------------- /windows-iotcore/tutorials/nxp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/tutorials/nxp.md -------------------------------------------------------------------------------- /windows-iotcore/tutorials/qualcomm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/tutorials/qualcomm.md -------------------------------------------------------------------------------- /windows-iotcore/tutorials/quickstarter/DevelopApp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/tutorials/quickstarter/DevelopApp.md -------------------------------------------------------------------------------- /windows-iotcore/tutorials/quickstarter/DeviceSetup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/tutorials/quickstarter/DeviceSetup.md -------------------------------------------------------------------------------- /windows-iotcore/tutorials/quickstarter/PrototypeBoards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/tutorials/quickstarter/PrototypeBoards.md -------------------------------------------------------------------------------- /windows-iotcore/tutorials/rpi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/tutorials/rpi.md -------------------------------------------------------------------------------- /windows-iotcore/windows-iot-core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/windows-iot-core.md -------------------------------------------------------------------------------- /windows-iotcore/windows-iot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/windows-iot.md -------------------------------------------------------------------------------- /windows-iotcore/windows-server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/windows-server.md -------------------------------------------------------------------------------- /windows-iotcore/windows_ce/TOC.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/windows_ce/TOC.yml -------------------------------------------------------------------------------- /windows-iotcore/windows_ce/media/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/windows_ce/media/image1.png -------------------------------------------------------------------------------- /windows-iotcore/windows_ce/media/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/windows_ce/media/image2.png -------------------------------------------------------------------------------- /windows-iotcore/windows_ce/media/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/windows_ce/media/image3.png -------------------------------------------------------------------------------- /windows-iotcore/windows_ce/media/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/windows_ce/media/image4.png -------------------------------------------------------------------------------- /windows-iotcore/windows_ce/windows-ce-app-container-driver-getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/windows_ce/windows-ce-app-container-driver-getting-started.md -------------------------------------------------------------------------------- /windows-iotcore/windows_ce/windows-ce-app-container-getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/windows_ce/windows-ce-app-container-getting-started.md -------------------------------------------------------------------------------- /windows-iotcore/windows_ce/windows-ce-app-container.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/windows_ce/windows-ce-app-container.md -------------------------------------------------------------------------------- /windows-iotcore/windows_ce/windows-ce-migration-faq.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/windows-iotcore-docs/HEAD/windows-iotcore/windows_ce/windows-ce-migration-faq.yml --------------------------------------------------------------------------------