Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Commit ffacb06

Browse files
committed
Add 2004 / 20H1 / 19041 to Windows version overview
1 parent e3fa432 commit ffacb06

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ The script supports command line options and parameters which can help you custo
8484
| 1809 | Redstone 5 (RS5) | October 2018 Update | 17763 |
8585
| 1903 | 19H1 | May 2019 Update | 18362 |
8686
| 1909 | 19H2 | November 2019 Update | 18363 |
87+
| 2004 | 20H1 | TBA | 19041 |
8788

8889
 
8990

Win10.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3518,13 +3518,13 @@ Function AddFaxPrinter {
35183518
Add-Printer -Name "Fax" -DriverName "Microsoft Shared Fax Driver" -PortName "SHRFAX:" -ErrorAction SilentlyContinue
35193519
}
35203520

3521-
# Uninstall Windows Fax and Scan Services - Not applicable to Server
3521+
# Uninstall Windows Fax and Scan Services - Not applicable since 2004. Not applicable to Server
35223522
Function UninstallFaxAndScan {
35233523
Write-Output "Uninstalling Windows Fax and Scan Services..."
35243524
Disable-WindowsOptionalFeature -Online -FeatureName "FaxServicesClientPackage" -NoRestart -WarningAction SilentlyContinue | Out-Null
35253525
}
35263526

3527-
# Install Windows Fax and Scan Services - Not applicable to Server
3527+
# Install Windows Fax and Scan Services - Not applicable since 2004. Not applicable to Server
35283528
Function InstallFaxAndScan {
35293529
Write-Output "Installing Windows Fax and Scan Services..."
35303530
Enable-WindowsOptionalFeature -Online -FeatureName "FaxServicesClientPackage" -NoRestart -WarningAction SilentlyContinue | Out-Null

0 commit comments

Comments
 (0)