added script to clear dotnet telemery

This commit is contained in:
undergroundwires
2020-08-13 02:08:06 +01:00
parent afc3bfb3b8
commit 1663bfeac7

View File

@@ -122,6 +122,10 @@ actions:
code: |- code: |-
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU" /va /f reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU" /va /f
reg delete "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TypedPaths" /va /f reg delete "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TypedPaths" /va /f
-
name: Clear Dotnet CLI telemetry
recommend: true
code: rmdir /s /q "%USERPROFILE%\.dotnet\TelemetryStorageService" 2>nul
- -
category: Clear browser history category: Clear browser history
children: children: