Search notes:

Windows: Software Development Kit (SDK)

The Windows SDK provides the necessary stuff to build Windows 10 apps (UWP and Win32)
The Windows SDK is the successor of the Platform SDK and the .NET Framework SDK.
Unfortunately, the Visual C++ Compilers and C Runtime were removed in SDK 8. In order to install them, Visual Studio must be installed.

Features

Feature id
Windows Performance Toolkit OptionID.WindowsPerformanceToolkit Tools to record system events buyusing Event Tracing for Windows, and a t ool to analyze performance data in a graphical user interface
Debugging Tools for Windows OptionID.WindowsDesktopDebuggers Kernel and user-mode debuggers as well as help and tips for using Debugging Tools for Windows
Application Verifier for Windows OptionID.AvrfExternal A runtime verification tool for unmanaged code that helps find subtle programming errors
.NET Framework x.y Software Development Kit OptionID.NetFxSoftwareDevelopmentKit Components to develop managed code applications
Windows App Certification Kit OptionID.WindowsSoftwareLogoToolkit Pre-certify apps before onboarding to the Microsoft Store
Windows IP Over USB OptionID.IpOverUsb Communication between the Windows SDK and a Windows Device
MSI Tools OptionID.MSIInstallTools Tools for creating and editing MSI installer packages. Needed to install Orca.exe
Windows SDK Signing Tools for Desktop Apps OptionID.SigningTools
Windows SDK for UWP Managed Apps OptionID.UWPManaged
Windows SDK for UWP C++ Apps OptionID.UWPCPP
Windows SDK for UWP Appls Localization OptionID.UWPLocalized
Windows SDK for Desktop C++ x86 Apps OptionID.DesktopCPPx86
Windows SDK for Desktop C++ x86 Apps OptionID.DesktopCPPx64
Windows SDK for Desktop C++ amd64 Apps ?
Windows SDK for Desktop C++ arm Apps OptionID.DesktopCPParm64
Windows SDK for Desktop C++ arm64 Apps ?
The feature id can be passed as argument to /features, see command line options below

Installation

This link offers
PS C:\> $progressPreference = 'SilentlyContinue'
PS C:\> invoke-webRequest https://go.microsoft.com/fwlink/?linkid=2317808 -o $env:temp\sdk-installer.exe
PS C:\> & $env:temp\sdk-installer.exe /quiet /norestart /features OptionId.MSIInstallTools

Command line options of sdk-installer.exe

/features Can be combined with with /uninstall
/forcerestart
/?
/installpath Directory where features are installed into. If /installpath and /layout is omitted, the features are installed to C:\Program Files (x86)\Windows Kits\10.
/layout
/list List the available features.
/log If not specifed, %TEMP%\WindowsSDK will be used.
/norestart
/promptrestart
/quiet
/repair
/uninstall Removes the specified features (see /features)
/ceip

See also

The installation directory for the 64-bit Windows SDK is C:\Program Files (x86)\Windows Kits\10 for the 32-bit version C:\Program Files\Windows Kits\10. This directory is referenced by the Visual Studio environment variable %WindowsSdkDir%.
The SDK comes with the feature Debugging Tools for Windows which can be installed without the rest of the SDK.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1758194497, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/development/Kits/Software-Development/index(108): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78