From a3fc3782efd346b4c99d2a0b40df2eb0229f5b36 Mon Sep 17 00:00:00 2001 From: undergroundwires Date: Sun, 6 Sep 2020 17:14:37 +0100 Subject: [PATCH] add docs for default0 pointing to github discussion (#30) --- src/application/application.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/application/application.yaml b/src/application/application.yaml index 9a8883bd..1b3bf998 100644 --- a/src/application/application.yaml +++ b/src/application/application.yaml @@ -376,9 +376,8 @@ actions: 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 + name: Delete controversial default0 user + docs: https://github.com/undergroundwires/privacy.sexy/issues/30 recommend: true code: net user defaultuser0 /delete 2>nul -