1781310113

This commit is contained in:
2026-06-12 18:21:53 -06:00
parent 23527db27f
commit f2769dbd3e
2 changed files with 5 additions and 6 deletions
+3
View File
@@ -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
+2 -6
View File
@@ -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"
```