From 5d9ce2483bd723fde86967bd9a0b992c58272695 Mon Sep 17 00:00:00 2001 From: dyoder Date: Thu, 10 Jun 2021 12:37:53 -0400 Subject: [PATCH] update a few comments --- Start-Windows10UpdateAssistant.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Start-Windows10UpdateAssistant.ps1 b/Start-Windows10UpdateAssistant.ps1 index 40042e6..ff9e393 100644 --- a/Start-Windows10UpdateAssistant.ps1 +++ b/Start-Windows10UpdateAssistant.ps1 @@ -1,13 +1,13 @@ ## Make sure the computer is running Windows 10 If ( IsWindowsVersion -ge "10.0" ) { - ## Make sure the endpoint isn't already running 2004 + ## Make sure the endpoint isn't already running the version we're installing If ( IsWindowsBuild -lt 19043 ) { ## Set the directory where the Windows Update Assistant will be downloaded to $DOWNLOADS = $Env:TEMP - ## URL to the 2004 version of the Windows Update Assistant + ## URL to the Windows Update Assistant $URL = 'https://download.microsoft.com/download/3/0/1/301147e7-e3d3-467e-a9eb-003a72840887/Windows10Upgrade9252.exe' ## Uninstall previous Windows 10 Update Assistant