Replies: 1 comment
-
|
Heya, Apologies for the late response. From the error it looks like this system is unable to load a core powershell module which is used to download the script. You might be able to get more information about the issue if you try to load (import) this module in a PowerShell window: Import-Module Microsoft.PowerShell.UtilityIf you don't need/care about this PowerShell functionality, you could also try to download the script manually by downloading the source code of the latest release: https://github.com/Raphire/Win11Debloat/releases/latest |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
PS C:\WINDOWS\system32> & ([scriptblock]::Create((irm "https://debloat.raphi.re/")))
irm : El comando 'Invoke-RestMethod' se encontró en el módulo 'Microsoft.PowerShell.Utility', pero el módulo no pudo
cargarse. Para obtener más información, ejecute 'Import-Module Microsoft.PowerShell.Utility'.
En línea: 1 Carácter: 27
First time with this problem, on other pc's worked well, but the last week is not working anymore, this is a clear pc, never touched, i'm kinda new on this so sorry if this is not a real problem

Beta Was this translation helpful? Give feedback.
All reactions