mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Clarifies script list comment
Removes misleading guidance about script order to keep documentation accurate.
This commit is contained in:
@@ -28,7 +28,7 @@ Write-Host "---------------------------------------------------" -ForegroundColo
|
|||||||
# Define the path to the scripts
|
# Define the path to the scripts
|
||||||
$scriptPath = Split-Path -Parent $MyInvocation.MyCommand.Definition
|
$scriptPath = Split-Path -Parent $MyInvocation.MyCommand.Definition
|
||||||
|
|
||||||
# Define the list of scripts to run, order doesn't matter - if you have a custom script, add it here
|
# Define the list of scripts to run
|
||||||
$scriptList = @(
|
$scriptList = @(
|
||||||
"Update-Defender.ps1",
|
"Update-Defender.ps1",
|
||||||
"Install-Office.ps1",
|
"Install-Office.ps1",
|
||||||
|
|||||||
Reference in New Issue
Block a user