diff --git a/src/application/application.yaml b/src/application/application.yaml index df981db9..a8d03760 100644 --- a/src/application/application.yaml +++ b/src/application/application.yaml @@ -274,6 +274,12 @@ actions: FOR /F "tokens=1,2 delims= " %%G IN (%TEMP%\tokensonly.txt) DO cmdkey.exe /delete:%%H del "%TEMP%\List.txt" /s /f /q del "%TEMP%\tokensonly.txt" /s /f /q + - + # If somebody is on LTSC 2019 then DefaultUser0 Account is by default created on Installation as telemetry account. + # Hence it must be removed . if by default this account is not found on other builds of win10 then it will not affect any functionality of OS & will ignore it + name: Delete default0 ghost telemetry user + recommend: true + code: net user defaultuser0 /delete 2>nul - name: Empty trash bin recommend: false