Skip to content

The client component to work with Autopilot-Manager. the client gathers Autopilot information and sends it to the Autopilot-Manager app service for approval.

License

Notifications You must be signed in to change notification settings

okieselbach/Autopilot-Manager-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The client component to work with Autopilot-Manager. the client gathers Autopilot information and sends it to the Autopilot-Manager app service for approval.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages