473 B
473 B
Windows-Repair.ps1 Usage:
- Open PowerShell as Administrator via these keyboard shotcuts in sequence
- WIN+X
- ALT+A
- ALT+Y
- Run
powershell.exe -Command "Invoke-WebRequest -Uri `"https://raw.githubusercontent.com/PrincessPi3/general-scripts-and-system-ssssssetup/refs/heads/main/Windows-Scripts/windows-repair.ps1`" -OutFile `"$env:TEMP\windows-repair.ps1`"" && powershell.exe -ExecutionPolicy Bypass -File "$env:TEMP\windows-repair.ps1"