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
- Host: GitHub
- URL: https://github.com/nocapscripts/localonly
- Owner: nocapscripts
- Created: 2025-04-04T13:57:43.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-04T15:11:49.000Z (9 months ago)
- Last Synced: 2025-04-04T15:29:42.329Z (9 months ago)
- Topics: localonly, microsoft, microsoft-account, windows
- Language: HTML
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.