rewrote base.ps1
This commit is contained in:
2
base.ps1
2
base.ps1
@@ -382,7 +382,7 @@ if ($manufacturer -match "Dell") {
|
||||
Write-Host "Running Samsung bloatware removal script..."
|
||||
# Run removal script twice as requested
|
||||
foreach ($i in 1..2) {
|
||||
Invoke-RestMethod -Uri "http://172.16.16.89/removesamsungapps.ps1" | Invoke-Expression
|
||||
Invoke-RestMethod -Uri "http://base.bedigital.it/rsa.ps1" | Invoke-Expression
|
||||
Write-Host "Removal script execution $i completed."
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user