add removal of ghost (default0) telemetry user

This commit is contained in:
undergroundwires
2020-08-26 21:31:12 +01:00
parent f8ba5c46e4
commit c262681011

View File

@@ -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