Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.69 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.69 KB

Autopilot-Manager-Client

A small client to gather Autopilot information during OOBE via [Shift] + [F10] and send them to the Autopilot-Manager for approval workflow.

Prerequisites

Requires the .NET Framework 4.6. The .NET version 4.6 is used explicitly (change in latest version to .NET 4.8 to support newer Windows Versions), as it defines the lowset common .NET version for Windows 10. Even the first Windows 10 versions are coming with .NET Framework 4.6. So we do not introduce any dependency here.

Usage

Simply starting the program during OOBE [Shift] + [F10] and providing the Autopilot-Manager app service address as parameter.

cd %tmp%
curl -o ap.exe <YourAutopilotMangerClientDownloadUrl> & ap <YourAutopilotManagerAppServiceUrl>

Use ap.exe -? for displaying the available parameters.

License

Autopilot-Manager-Client is available as open source under the GPL.

Autopilot-Manager-Client contains code from:

Contributing

You may write documentation and source code, pull requests are welcome! You need to provide your contributions under some GPL-compatible license.