An open API service indexing awesome lists of open source software.

https://github.com/nocapscripts/localonly

Easy way to skip Windows MAS
https://github.com/nocapscripts/localonly

localonly microsoft microsoft-account windows

Last synced: 9 months ago
JSON representation

Easy way to skip Windows MAS

Awesome Lists containing this project

README

          

# Microsoft Account Setup Skip

## Visit website

[MASS_WEB](https://nocapscripts.github.io/LocalOnly/)

## How to Use

To run the script directly in PowerShell, use the following command:

```powershell
irm "https://nocapscripts.github.io/LocalOnly/local.ps1" | iex
```

To run the script directly in CMD, use the following command:

```cmd
powershell -NoProfile -ExecutionPolicy Bypass -Command "irm 'https://nocapscripts.github.io/LocalOnly/local.ps1' | iex"
```

## Available Scripts
- [local.ps1](https://nocapscripts.github.io/LocalOnly/local.ps1) - Runs `start ms-cxh:localonly`.

## Setup Instructions
1. Clone this repository.
2. Upload your PowerShell scripts.
3. Enable GitHub Pages in repository settings.