From d034c3119726a83227c2df3f843568952b7e2f94 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 22 Jun 2023 14:11:04 +0200 Subject: [PATCH] Remove unnecessary code --- winfs/Scripts/Startup.cmd | 5 ----- 1 file changed, 5 deletions(-) diff --git a/winfs/Scripts/Startup.cmd b/winfs/Scripts/Startup.cmd index c04a19a..8f51e69 100644 --- a/winfs/Scripts/Startup.cmd +++ b/winfs/Scripts/Startup.cmd @@ -1,9 +1,4 @@ @echo off -rem -rem Run PowerShell script to start Windows Setup -rem -cls -echo. DISM /Online /Set-InputLocale:de-CH echo Launching Startup Script... X:\PowerShell\pwsh.exe -ExecutionPolicy bypass -file "X:\Scripts\Startup.ps1"