Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
ce218c5
Update assembly information
CodingWonders Apr 10, 2026
8956549
[Enhance] Improve getting WMI properties from FFU files, added docs f…
CodingWonders Apr 10, 2026
752b2f9
[Enhance] Start using more optimized method to get WMI properties
CodingWonders Apr 10, 2026
009ff8b
[Unattended answer file/DTSS] Handle read-only starter scripts
CodingWonders Apr 11, 2026
250c633
[Unattended answer file/DTSS] Add customizable field to better inform…
CodingWonders Apr 11, 2026
21e4594
[Fix] Fixed background worker exception
CodingWonders Apr 12, 2026
d699232
[PE Helper/HotInstall] Alter background luminosity
CodingWonders Apr 13, 2026
d0728fc
[PE Helper/PXE Helpers/WDS] Add option to create image group
CodingWonders Apr 13, 2026
b3ecdf0
[PE Helper/PXE Helpers/WDS] Add option to create image group (Autorun…
CodingWonders Apr 13, 2026
32f264d
[PE Helper/Autorun] Support HiDPI panels
CodingWonders Apr 13, 2026
d5d6bc1
[PE Helper/HotInstall] Add HiDPI support
CodingWonders Apr 13, 2026
86476d6
[Unattended answer file/DTSS] New Refresh Explorer starter script
CodingWonders Apr 13, 2026
8a7b500
[PE Helper/PXE Helpers/WDSHC] Add partition table override support
CodingWonders Apr 14, 2026
6b42fd4
[Unattended answer file/DTSS] New Start Menu Appearance starter script
CodingWonders Apr 14, 2026
70cb865
[PE Helper/SysprepPreparator] Update binary
CodingWonders Apr 15, 2026
928df42
[PE Helper/PXE Helpers] Allow manual configuration of server ports
CodingWonders Apr 15, 2026
179acd3
[Enhance] Theme Designer now detects read-only theme files
CodingWonders Apr 15, 2026
61db3d8
[Unattended answer file/DTSS] Prevent Microsoft from screwing unsigne…
CodingWonders Apr 15, 2026
1ea44b7
[PE Helper] Make default PXE Helper port configurable via policy
CodingWonders Apr 16, 2026
08476b8
[Fix] When loading or unloading registry hives return success if modi…
CodingWonders Apr 17, 2026
3d4145d
[PE Helper] Set default PXE port as part of default policy
CodingWonders Apr 17, 2026
20f4fe3
Remove old registry file
CodingWonders Apr 17, 2026
2ca5eb9
[Library] Update ManagedDism to version 6.0.0
CodingWonders Apr 17, 2026
f374fd3
[PE Helper/SysprepPreparator] Update binary
CodingWonders Apr 17, 2026
95af170
[PE Helper/SysprepPreparator] Update binary
CodingWonders Apr 18, 2026
41e635c
[Unattended answer file/DTSS] Add format version chooser for starter …
CodingWonders Apr 18, 2026
a02f0e3
[Enhance] Add copy task for download URI
CodingWonders Apr 19, 2026
8f3f307
[Fix] Show download errors in synchronous thread
CodingWonders Apr 19, 2026
cc193e7
[Fix] Prevent bad packages from being scanned
CodingWonders Apr 19, 2026
27e157e
[Enhance] Improve speed
CodingWonders Apr 19, 2026
6675643
[PE Helper/PXE Helpers/WDSHS] Add CORS headers for non-PowerShell end…
CodingWonders Apr 20, 2026
77211eb
[Library] Update Markdig to version 1.1.3
CodingWonders Apr 20, 2026
2d60f1a
[Library] Update Windows API Code Pack to version 8.0.15
CodingWonders Apr 20, 2026
a3309e6
[FFU] Better identify disk partition block size
CodingWonders Apr 21, 2026
ae3d235
[Unattended answer file/SSE] Make target version dialog themeable
CodingWonders Apr 22, 2026
1658ee8
[Unattended answer file/SSE] Make it easier to change target script v…
CodingWonders Apr 22, 2026
fb92138
[Unattended answer file/SSE] Add font customization settings
CodingWonders Apr 23, 2026
c572a2b
[REL] Update What's New section
CodingWonders Apr 24, 2026
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
41 changes: 26 additions & 15 deletions DISMTools.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,28 +81,28 @@
<HintPath>packages\ini-parser.2.5.2\lib\net20\INIFileParser.dll</HintPath>
</Reference>
<Reference Include="Markdig, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Markdig.1.1.2\lib\net462\Markdig.dll</HintPath>
<HintPath>packages\Markdig.1.1.3\lib\net462\Markdig.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Dism, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5bba90053b345501, processorArchitecture=MSIL">
<HintPath>packages\Microsoft.Dism.5.0.0\lib\net40\Microsoft.Dism.dll</HintPath>
<HintPath>packages\Microsoft.Dism.6.0.0\lib\net472\Microsoft.Dism.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAPICodePack, Version=8.0.14.0, Culture=neutral, PublicKeyToken=8afb38e9204fc0a9, processorArchitecture=MSIL">
<HintPath>packages\WindowsAPICodePack.8.0.14\lib\net48\Microsoft.WindowsAPICodePack.dll</HintPath>
<Reference Include="Microsoft.WindowsAPICodePack, Version=8.0.15.1, Culture=neutral, PublicKeyToken=8afb38e9204fc0a9, processorArchitecture=MSIL">
<HintPath>packages\WindowsAPICodePack.8.0.15.1\lib\net48\Microsoft.WindowsAPICodePack.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAPICodePack.Core, Version=8.0.14.0, Culture=neutral, PublicKeyToken=8afb38e9204fc0a9, processorArchitecture=MSIL">
<HintPath>packages\WindowsAPICodePack.8.0.14\lib\net48\Microsoft.WindowsAPICodePack.Core.dll</HintPath>
<Reference Include="Microsoft.WindowsAPICodePack.Core, Version=8.0.15.1, Culture=neutral, PublicKeyToken=8afb38e9204fc0a9, processorArchitecture=MSIL">
<HintPath>packages\WindowsAPICodePack.8.0.15.1\lib\net48\Microsoft.WindowsAPICodePack.Core.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAPICodePack.ExtendedLinguisticServices, Version=8.0.14.0, Culture=neutral, PublicKeyToken=8afb38e9204fc0a9, processorArchitecture=MSIL">
<HintPath>packages\WindowsAPICodePack.8.0.14\lib\net48\Microsoft.WindowsAPICodePack.ExtendedLinguisticServices.dll</HintPath>
<Reference Include="Microsoft.WindowsAPICodePack.ExtendedLinguisticServices, Version=8.0.15.1, Culture=neutral, PublicKeyToken=8afb38e9204fc0a9, processorArchitecture=MSIL">
<HintPath>packages\WindowsAPICodePack.8.0.15.1\lib\net48\Microsoft.WindowsAPICodePack.ExtendedLinguisticServices.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAPICodePack.Sensors, Version=8.0.14.0, Culture=neutral, PublicKeyToken=8afb38e9204fc0a9, processorArchitecture=MSIL">
<HintPath>packages\WindowsAPICodePack.8.0.14\lib\net48\Microsoft.WindowsAPICodePack.Sensors.dll</HintPath>
<Reference Include="Microsoft.WindowsAPICodePack.Sensors, Version=8.0.15.1, Culture=neutral, PublicKeyToken=8afb38e9204fc0a9, processorArchitecture=MSIL">
<HintPath>packages\WindowsAPICodePack.8.0.15.1\lib\net48\Microsoft.WindowsAPICodePack.Sensors.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=8.0.14.0, Culture=neutral, PublicKeyToken=8afb38e9204fc0a9, processorArchitecture=MSIL">
<HintPath>packages\WindowsAPICodePack.8.0.14\lib\net48\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
<Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=8.0.15.1, Culture=neutral, PublicKeyToken=8afb38e9204fc0a9, processorArchitecture=MSIL">
<HintPath>packages\WindowsAPICodePack.8.0.15.1\lib\net48\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAPICodePack.ShellExtensions, Version=8.0.14.0, Culture=neutral, PublicKeyToken=8afb38e9204fc0a9, processorArchitecture=MSIL">
<HintPath>packages\WindowsAPICodePack.8.0.14\lib\net48\Microsoft.WindowsAPICodePack.ShellExtensions.dll</HintPath>
<Reference Include="Microsoft.WindowsAPICodePack.ShellExtensions, Version=8.0.15.1, Culture=neutral, PublicKeyToken=8afb38e9204fc0a9, processorArchitecture=MSIL">
<HintPath>packages\WindowsAPICodePack.8.0.15.1\lib\net48\Microsoft.WindowsAPICodePack.ShellExtensions.dll</HintPath>
</Reference>
<Reference Include="PresentationCore">
<Private>True</Private>
Expand Down Expand Up @@ -832,6 +832,12 @@
<Compile Include="Panels\ISOFiles\PECustomizerDialog.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Panels\ISOFiles\PxeServerPortSpecifier.Designer.vb">
<DependentUpon>PxeServerPortSpecifier.vb</DependentUpon>
</Compile>
<Compile Include="Panels\ISOFiles\PxeServerPortSpecifier.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Panels\ISOFiles\WDSImageGroupSpecifier.Designer.vb">
<DependentUpon>WDSImageGroupSpecifier.vb</DependentUpon>
</Compile>
Expand Down Expand Up @@ -1284,6 +1290,9 @@
<EmbeddedResource Include="Panels\ISOFiles\PECustomizerDialog.resx">
<DependentUpon>PECustomizerDialog.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Panels\ISOFiles\PxeServerPortSpecifier.resx">
<DependentUpon>PxeServerPortSpecifier.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Panels\ISOFiles\WDSImageGroupSpecifier.resx">
<DependentUpon>WDSImageGroupSpecifier.vb</DependentUpon>
</EmbeddedResource>
Expand Down Expand Up @@ -1380,6 +1389,7 @@
<None Include="docs\sitemap.xml.gz" />
<None Include="Elements\AutoUnattend\StarterScripts\DuringSystemConfiguration\Close First Logon Animation.dtss" />
<None Include="Elements\AutoUnattend\StarterScripts\DuringSystemConfiguration\Disable Shutdown Event Tracker.dtss" />
<None Include="Elements\AutoUnattend\StarterScripts\DuringSystemConfiguration\Disable Unsigned RDP Warnings.dtss" />
<None Include="Elements\AutoUnattend\StarterScripts\DuringSystemConfiguration\Disable Windows Admin Center banner.dtss" />
<None Include="Elements\AutoUnattend\StarterScripts\DuringSystemConfiguration\Display Bugcheck Parameters.dtss" />
<None Include="Elements\AutoUnattend\StarterScripts\DuringSystemConfiguration\Enable Batch script file locks.dtss" />
Expand All @@ -1388,6 +1398,8 @@
<None Include="Elements\AutoUnattend\StarterScripts\DuringSystemConfiguration\Set Quick Machine Recovery Settings.dtss" />
<None Include="Elements\AutoUnattend\StarterScripts\DuringSystemConfiguration\Set OEM Information.dtss" />
<None Include="Elements\AutoUnattend\StarterScripts\WhenFirstUserLogsOn\Configure Git folders for File Explorer.dtss" />
<None Include="Elements\AutoUnattend\StarterScripts\WhenFirstUserLogsOn\Configure Start Menu Appearance.dtss" />
<None Include="Elements\AutoUnattend\StarterScripts\WhenFirstUserLogsOn\Refresh Explorer.dtss" />
<None Include="Elements\AutoUnattend\StarterScripts\WhenFirstUserLogsOn\Set Registered Owner and Organization Information.dtss" />
<None Include="Elements\AutoUnattend\StarterScripts\WhenFirstUserLogsOn\Set Personalization Settings.dtss" />
<None Include="Elements\AutoUnattend\StarterScripts\WhenFirstUserLogsOn\Show and Hide System Desktop icons.dtss" />
Expand Down Expand Up @@ -1537,7 +1549,6 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Tools\DT_IEConfig.reg" />
<None Include="Tools\DT_WinADK.reg" />
<None Include="Tools\UnattendGen\UnattendGen-arm64-Linux.zip" />
<None Include="Tools\UnattendGen\UnattendGen-arm64-MacOS.zip" />
<None Include="Tools\UnattendGen\UnattendGen-x64-Linux.zip" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Language: Batch
Name: Close First Logon Animation Process
Description: This script closes the First Logon Animation process and allows a system to reach the desktop sooner. This works on Windows 10 and Windows 11.
Customizable: No

@echo off
REM This script forcefully closes the First Logon Animation process. This helps you reach the desktop
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Language: Batch
Name: Disable Shutdown Event Tracker
Description: This script disables the shutdown event tracker on Windows Server
Customizable: No

@echo off
REM This script disables Shutdown Event Tracker
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Language: Batch
Name: Disable Unsigned RDP file Warnings
Description: This script turns off warnings for unsigned RDP files in the latest Windows updates. Only use this script if you work with RDP connections to your machines.
Customizable: No
@ECHO OFF
REM This script turns off warnings for unsigned RDP files when attempting to connect to remote
REM hosts. These warnings were introduced with the latest Windows 10 (KB5082200) and Windows
REM 11 (KB5083769/KB5082052) updates and can cause convenience issues when working with RDP
REM sessions.

REM As this modifies security preferences in a Windows component, you need to be sure that
REM the hosts you connect to on your day-to-day basis are not malicious. All in all, any
REM "security" feature pales in comparison to common sense.

REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services\Client" /F /V RedirectionWarningDialogVersion /T REG_DWORD /D 1

REM adding it to HKU\.DEFAULT does not seem to work; try loading default user NTUSER
REG LOAD HKLM\zNTUSER "%SYSTEMDRIVE%\Users\Default\NTUSER.DAT"
IF %ERRORLEVEL% EQU 0 (
REG ADD "HKLM\zNTUSER\Software\Microsoft\Terminal Server Client" /F /V RdpLaunchConsentAccepted /T REG_DWORD /D 1
REG UNLOAD HKLM\zNTUSER
)

REM Brought to you by "Los Piratillas"
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Language: Batch
Name: Disable Windows Admin Center/Azure Arc banner
Description: This script disables the initial Server Manager banner promoting Windows Admin Center and Azure Arc (Windows Server 2022 onwards.)
Customizable: No

@echo off
REM This script disables banners in Server Manager
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Language: Batch
Name: Display Bugcheck Parameters
Description: This script shows the 4 additional parameters of a bugcheck during a system crash.
Customizable: No

@echo off
REM This script shows the 4 additional parameters of a bugcheck during a system crash.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Language: Batch
Name: Enable Batch script file locks
Description: This script enables file locks in Batch scripts to keep them from being modified externally.
Customizable: No

@echo off

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Language: Batch
Name: Enable Verbose Status Messages
Description: This script enables the verbose status messages that are enabled by default on Windows Server. This can help report service start/stop status.
Customizable: No

@echo off
REM This script enables verbose startup messages on client editions of Windows. It
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Language: Batch
Name: Remove File System MAX_PATH length limit
Description: This script removes MAX_PATH length limits to allow paths longer than 260 characters
Customizable: No

@echo off

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Language: Batch
Name: Set Original Equipment Manufacturer (OEM) information
Description: This script configures OEM settings such as the manufacturer or the model to further customize a Windows installation.
Customizable: Yes

@echo off
REM This script configures OEM Information that you can see in system information screens.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Language: Batch
Name: Set Quick Machine Recovery (QMR) settings
Description: This script configures a target system's Quick Machine Recovery settings on Windows 11 24H2 and later.
Customizable: Yes

@echo off
REM This script configures Quick Machine Recovery (QMR) settings. QMR is a new recovery
Expand Down
4 changes: 3 additions & 1 deletion Elements/AutoUnattend/StarterScripts/StarterScript.vb
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
Public Property Description As String
Public Property Language As String
Public Property ScriptCode As String
Public Property OptionsCustomizable As Boolean

Public Sub New(name As String, description As String, language As String, scriptCode As String)
Public Sub New(name As String, description As String, language As String, scriptCode As String, customizable As Boolean)
Me.Name = name
Me.Description = description
Me.Language = language
Me.ScriptCode = scriptCode
Me.OptionsCustomizable = customizable
End Sub

Public Overrides Function ToString() As String
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Language: PowerShell
Name: Configure folders for Git integration
Description: This script configures a folder, or a set of folders, for Git source control integration in the File Explorer. Git and the latest versions of system components need to be installed in the target system to take advantage of all features.
Customizable: Yes

# This script configures folders eligible for VCS integration with the system's File Explorer. These settings
# can be configured later from Settings -> System -> Advanced -> File Explorer. This script is useful
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Language: Batch
Name: Configure Start Menu Appearance
Description: This script allows you to customize the default view used by the Start menu. This requires Windows 11 24H2 or newer, and the new Start menu to be present.
Customizable: Yes

@ECHO OFF

REM This script lets you configure the default view used by the Start menu using one of the following
REM values:
REM 0 -- Category View
REM 1 -- Grid View
REM 2 -- List View
REM This script requires Windows 11, version 24H2 or later, plus the new Start menu, to function. The
REM new Start menu is still under gradual rollout. You can use this script even if your Windows image
REM still uses the old Start menu, but the setting will not take effect until it is replaced.

SET _StartMenuView=2

REM leave the rest of the script as is
IF NOT DEFINED _StartMenuView SET _StartMenuView=2

IF %_StartMenuView% LSS 0 SET _StartMenuView=0 ELSE IF %_StartMenuView% GTR 2 SET _StartMenuView=2
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Start" /F /V AllAppsViewMode /T REG_DWORD /D %_StartMenuView%
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Language: PowerShell
Name: Invoke Windows Utility configuration
Description: This script configures a target system using a configuration file exported from the Windows Utility.
Customizable: Yes

# Export your WinUtil configuration file to "winutil-config.json" on the root of the target
# Windows installation.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Language: PowerShell
Name: Refresh Windows Explorer
Description: This starter script automatically reloads the Windows Explorer workspace to apply certain user settings without fully restarting it. Use this script as many times as you need, making sure you use it immediately after a script.
Customizable: No
Add-Type -TypeDefinition @"
using System;
using System.Runtime.InteropServices;
public class Shell32 {
[DllImport("shell32.dll")]
public static extern void SHChangeNotify(uint wEventId, uint uFlags, IntPtr dwItem1, IntPtr dwItem2);
}
"@

$SHCNE_ASSOCCHANGED = 0x8000000
$SHCNF_IDLIST = 0x0

[Shell32]::SHChangeNotify($SHCNE_ASSOCCHANGED, $SHCNF_IDLIST, [IntPtr]::Zero, [IntPtr]::Zero)
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Language: PowerShell
Name: Set Personalization Settings
Description: This script configures settings related to color modes and accent colors on the user environment of the target system.
Customizable: Yes

# This script was grabbed from an answer file in Christoph Schneegans' service.

Expand Down Expand Up @@ -63,4 +64,4 @@ $htmlAccentColor = '#B11FB6'
$palette[ $index++ ] = $accentColor.B
$palette[ $index++ ] = $accentColor.A
Set-ItemProperty @params -Value $palette -Type 'Binary' -Force
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Language: Batch
Name: Set Registered Owner and Organization Information
Description: This script configures the registered owner and organization of the target system.
Customizable: Yes

@echo off
REM This script sets up registered user and organization information given the following settings:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Language: PowerShell
Name: Set a custom wallpaper
Description: This script configures a wallpaper in the target system environment.
Customizable: Yes

Add-Type -Language CSharp -TypeDefinition @"
using System;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Language: Batch
Name: Show and Hide System Desktop icons
Description: This script shows and hides desktop icons.
Customizable: Yes

@ECHO OFF

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Language: Batch
Name: Update Microsoft Store Apps
Description: This script invokes an update of all Microsoft Store applications. A network is required for this to work.
Customizable: No

@echo off
echo Updating all Microsoft Store applications. This could take a while...
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Language: Batch
Name: Disable Drag Tray
Description: This script disables the Drag Tray feature introduced with the latest builds of Windows 11 24H2 and 25H2
Customizable: No

@echo off

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Language: Batch
Name: Disable Second Chance Out-of-Box Experience (SCOOBE)
Description: This script disables the Second Chance Out-of-Box Experience on the target system. This works on Windows 10 and Windows 11.
Customizable: No

@echo off
REM This script disables the Second Chance Out-of-Box Experience (SCOOBE), responsible for
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Language: Batch
Name: Disable Windows Notification Sources
Description: This script disables user-specified notification sources in the target system.
Customizable: Yes

@echo off
REM This script disables notifications for the notification sources defined below. Continuing with answer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Language: Batch
Name: Set File Explorer Launch Folder
Description: This script configures the folder, or view, that is automatically loaded by the File Explorer on startup. This works on Windows 10 and 11
Customizable: Yes

@echo off
REM This script configures the folder that is automatically loaded
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Language: Batch
Name: Show extensions for known file types
Description: This script shows file extensions.
Customizable: No

@echo off
REM This script shows file extensions. This prevents cases where
Expand Down
3 changes: 2 additions & 1 deletion Helpers/extps1/PE_Helper/PE_Helper.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ function Start-PECustomization
}
try
{
$policyVersion = "0.8.0.26041"
$policyVersion = "0.8.0.26042"

Write-Host "CUSTOMIZATION STEP - Initialize Policy System" -BackgroundColor DarkGreen
Write-Host "Initializing default Preinstallation Environment policy..."
Expand All @@ -820,6 +820,7 @@ function Start-PECustomization
reg add "HKLM\WINPESOFT\DISMTools\Preinstallation Environment\Policies" /f /v WDSHCGraphoView /t REG_DWORD /d 1
reg add "HKLM\WINPESOFT\DISMTools\Preinstallation Environment\Policies" /f /v DTDimShowPnputilOut /t REG_DWORD /d 1
reg add "HKLM\WINPESOFT\DISMTools\Preinstallation Environment\Policies" /f /v AutoUnattendCopytoSysprep /t REG_DWORD /d 0
reg add "HKLM\WINPESOFT\DISMTools\Preinstallation Environment\Policies" /f /v PXEServerPort /t REG_DWORD /d 8080
if (Test-Path -Path "$((Get-Location).Path)\files\DefaultPolicy.reg" -PathType Leaf) {
reg import "$((Get-Location).Path)\files\DefaultPolicy.reg"
}
Expand Down
Binary file modified Helpers/extps1/PE_Helper/files/HotInstall.zip
Binary file not shown.
Binary file modified Helpers/extps1/PE_Helper/files/SysprepPreparator.zip
Binary file not shown.
5 changes: 4 additions & 1 deletion Helpers/extps1/PE_Helper/pxehelpers/fog/foghelper_server.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,14 @@
#
# Settings for the server are declared in the Server Options section.

param (
[int] $sPort = 8080
)


# ----------------------- Server Options -----------------------
$webHost = "*"
$port = 8080
$port = $sPort
# --------------------------------------------------------------

function Write-LogMessage {
Expand Down
Loading