From e4019edd1a0c88fd7ad9f29c14ab0befd17a753b Mon Sep 17 00:00:00 2001 From: dsx42 Date: Sat, 2 Jul 2022 23:08:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=AE=89=E8=A3=85=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E5=88=A0=E9=99=A4=E7=BC=93=E5=AD=98=E7=9A=84=E5=BA=94?= =?UTF-8?q?=E7=AD=94=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- UnattendTool.ps1 | 8 ++++++++ product.json | 5 ++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/UnattendTool.ps1 b/UnattendTool.ps1 index 2aa38ef..37ee931 100644 --- a/UnattendTool.ps1 +++ b/UnattendTool.ps1 @@ -1429,6 +1429,14 @@ Add-Content -Path $UnattendPath -Value ' true' Add-Content -Path $UnattendPath -Value ' 3' Add-Content -Path $UnattendPath -Value ' ' +Add-Content -Path $UnattendPath -Value '' +Add-Content -Path $UnattendPath -Value ' ' +Add-Content -Path $UnattendPath -Value ' ' +Add-Content -Path $UnattendPath -Value (' cmd /c del /f /q %WINDIR%\Panther' + ` + '\unattend.xml') +Add-Content -Path $UnattendPath -Value ' 1' +Add-Content -Path $UnattendPath -Value ' ' +Add-Content -Path $UnattendPath -Value ' ' Add-Content -Path $UnattendPath -Value ' ' Add-Content -Path $UnattendPath -Value ' ' Add-Content -Path $UnattendPath -Value '' diff --git a/product.json b/product.json index 8590540..f539b42 100644 --- a/product.json +++ b/product.json @@ -1,6 +1,9 @@ { "name": "UnattendTool", - "version": "2022.6.30", + "author": "dsx42", + "license": "GPL-3.0", + "home": "https://github.com/dsx42/UnattendTool", + "version": "2022.7.2", "files": [ "UnattendTool.cmd", "UnattendTool.ps1",