From f2769dbd3e714dedc155f16f0581aaa0601effa8 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 12 Jun 2026 18:21:53 -0600 Subject: [PATCH] 1781310113 --- README.md | 3 +++ Windows-Repair-Usage.md | 8 ++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 80ff4c2..c945935 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,9 @@ script=/tmp/install_script.sh && curl -s https://git.thecoven.info/PrincessPi/ge * `redundant-backup.ps1` #### anti-productivity * `IM_SO_TIRED_BOSS.ps1` +```powershell +iwr -UseBasicParsing -Uri "https://git.thecoven.info/PrincessPi/general-scripts-and-system-ssssssetup/raw/branch/main/Windows-Scripts/windows-repair.ps1?nocache=$(Get-Random)" -OutFile "$env:TEMP\windows-repair3.ps1"; &"$env:TEMP\windows-repair3.ps1" +``` todo: 1. windwows gitinitshit diff --git a/Windows-Repair-Usage.md b/Windows-Repair-Usage.md index cca8154..88a625a 100644 --- a/Windows-Repair-Usage.md +++ b/Windows-Repair-Usage.md @@ -1,9 +1,5 @@ # 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 +1. Open PowerShell terminal ```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" +iwr -UseBasicParsing -Uri "https://git.thecoven.info/PrincessPi/general-scripts-and-system-ssssssetup/raw/branch/main/Windows-Scripts/windows-repair.ps1?nocache=$(Get-Random)" -OutFile "$env:TEMP\windows-repair3.ps1"; &"$env:TEMP\windows-repair3.ps1" ``` \ No newline at end of file