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",