1781304529

This commit is contained in:
2026-06-12 16:48:49 -06:00
parent 98d3f30802
commit 2ba84c8273
+2 -3
View File
@@ -4,10 +4,9 @@
# alt+a
# alt+y
# Run:
# powershell.exe -Command "iwr" -ArgumentList "-Uri https://git.thecoven.info/PrincessPi/general-scripts-and-system-ssssssetup/raw/branch/main/Windows-Scripts/windows-repair.ps1 -OutFile $env:TEMP\windows-repair.ps1" && powershell.exe -ExecutionPolicy Bypass -Verb RunAS -NoProfile -File "$env:TEMP\windows-repair.ps1"
# powershell -c "iwr -Uri `"https://git.thecoven.info/PrincessPi/general-scripts-and-system-ssssssetup/raw/branch/main/Windows-Scripts/windows-repair.ps1`" > `"$env:TEMP\windows-repair.ps1`""; powershell.exe -ExecutionPolicy Bypass -File "$env:TEMP\windows-repair.ps1"
if (-not ([Security.Principal.WindowsIdentity]::GetCurrent().Groups -contains 'S-1-5-32-544')) {
Start-Process -FilePath 'powershell' -Verb RunAs -ArgumentList "-ExecutionPolicy Bypass -File `"$PSCommandPath`" $args"
Start-Process -FilePath 'powershell' -Verb RunAs -ArgumentList " -ExecutionPolicy Bypass -File $PSCommandPath"
}
Write-Host "`nFIXING WINDOWS FULL STYLE`n"