mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2026-04-26 22:45:50 +03:00
[GH-ISSUE #1278] Scripts does not work. #868
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Microsoft-Activation-Scripts#868
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @trustintech on GitHub (Jan 29, 2026).
Original GitHub issue: https://github.com/massgravel/Microsoft-Activation-Scripts/issues/1278
Windows 11 pro 25H2
PowerShell 7.5.4
PS C:\Users\nam> irm https://get.activated.win | iex
Invoke-RestMethod: Cannot determine the frame size or a corrupted frame was received.
PS C:\Users\nam> iex (curl.exe -s --doh-url https://1.1.1.1/dns-query https://get.activated.win | Out-String)
Invoke-Expression: Cannot bind argument to parameter 'Command' because it is an empty string.
@thecatontheceiling commented on GitHub (Jan 29, 2026):
Please use Windows Powershell instead of the newer standalone one. If you're still getting the same issue your ISP is blocking the domain, so you'll have to follow method 2:
https://massgrave.dev/
@trustintech commented on GitHub (Jan 29, 2026):
Thanks. I will try.