sum shitz for da windowz repaire scripptytyt

This commit is contained in:
2026-01-28 11:22:01 -07:00
parent cc5be8a900
commit b80a894cf5
2 changed files with 10 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
# Windows-Repair.ps1 Usage:
1. Open PowerShell as Administrator via these keyboard shotcuts in sequence
1. WIN+X
2. ALT+A
3. ALT+Y
2. Run
```powershell
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"
```