https://github.com/aetopia/microsoft-account-dialog
An alternative way to add a Microsoft account to Windows.
https://github.com/aetopia/microsoft-account-dialog
Last synced: 12 months ago
JSON representation
An alternative way to add a Microsoft account to Windows.
- Host: GitHub
- URL: https://github.com/aetopia/microsoft-account-dialog
- Owner: Aetopia
- License: mit
- Created: 2024-04-22T08:58:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T15:10:34.000Z (about 2 years ago)
- Last Synced: 2025-05-17T10:08:29.210Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!WARNING]
> All logo assets belong to Microsoft!
# Microsoft Account Dialog
An alternative way to add a Microsoft account to Windows.
## Usage
To add a Microsoft account to Windows, one has to do the following:
- Open Windows Settings.
- Accounts → Email & accounts.
- Click Add an account.
- Click Outlook.com.

This application provides the same functionality but in the form of a desktop app.
This maybe used as a stand in replacement for adding Microsoft accounts to Windows in case its not possible to add through Windows Settings.

- Simply download the latest release from [`GitHub Releases`](https://github.com/Aetopia/MicrosoftAccountDialog/releases/latest) and run the application.
## Building
1. Download the following:
- [.NET SDK](https://dotnet.microsoft.com/en-us/download)
- [.NET Framework 4.8.1 Developer Pack](https://dotnet.microsoft.com/en-us/download/dotnet-framework/thank-you/net481-developer-pack-offline-installer)
2. Run the following commands to compile:
```cmd
dotnet restore
dotnet publish -c Release
```