Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 722 Bytes

File metadata and controls

31 lines (18 loc) · 722 Bytes

Microsoft Account Setup Skip

Visit website

MASS_WEB

How to Use

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

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

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

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

Available Scripts

Setup Instructions

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