Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Allow custom OOShutup10 configs #321

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion win10debloat.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ $essentialtweaks.Add_Click({
Write-Host "Running O&O Shutup with Recommended Settings"
$ResultText.text += "`r`n" +"Running O&O Shutup with Recommended Settings"
Import-Module BitsTransfer
Start-BitsTransfer -Source "https://raw.githubusercontent.com/ChrisTitusTech/win10script/master/ooshutup10.cfg" -Destination ooshutup10.cfg
if(!(Test-Path .\ooshutup10.cfg)){Start-BitsTransfer -Source "https://raw.githubusercontent.com/ChrisTitusTech/win10script/master/ooshutup10.cfg" -Destination ooshutup10.cfg}
Start-BitsTransfer -Source "https://dl5.oo-software.com/files/ooshutup10/OOSU10.exe" -Destination OOSU10.exe
./OOSU10.exe ooshutup10.cfg /quiet

Expand Down