Dmitry Nefedov
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
7 additions and
3 deletions
-
Wrapper/data.txt
-
Wrapper/default.txt
-
Wrapper/tooltip.txt
|
|
@ -1,6 +1,6 @@ |
|
|
|
<#privacy&telemetry#> |
|
|
|
|
|
|
|
TelemetryService -Disable,TelemetryService -Enable, |
|
|
|
DiagTrackService -Disable,DiagTrackService -Enable, |
|
|
|
DiagnosticDataLevel -Minimal,DiagnosticDataLevel -Default, |
|
|
|
ErrorReporting -Disable,ErrorReporting -Enable, |
|
|
|
WindowsFeedback -Disable,WindowsFeedback -Enable, |
|
|
@ -85,6 +85,7 @@ FoldersLaunchSeparateProcess -Enable,FoldersLaunchSeparateProcess -Disable, |
|
|
|
ReservedStorage -Disable,ReservedStorage -Enable, |
|
|
|
F1HelpPage -Disable,F1HelpPage -Enable, |
|
|
|
NumLock -Enable,NumLock -Disable, |
|
|
|
CapsLock -Enable,CapsLock -Disable, |
|
|
|
StickyShift -Disable,StickyShift -Enable, |
|
|
|
Autoplay -Disable,Autoplay -Enable, |
|
|
|
ThumbnailCacheRemoval -Disable,ThumbnailCacheRemoval -Enable, |
|
|
|
|
|
@ -84,6 +84,7 @@ FoldersLaunchSeparateProcess -Enable, |
|
|
|
ReservedStorage -Disable, |
|
|
|
F1HelpPage -Disable, |
|
|
|
NumLock -Enable, |
|
|
|
CapsLock -Disable, |
|
|
|
StickyShift -Disable, |
|
|
|
Autoplay -Disable, |
|
|
|
ThumbnailCacheRemoval -Disable, |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
<#privacy&telemetry#> |
|
|
|
|
|
|
|
TelemetryService -Disable;Disable the "Connected User Experiences and Telemetry" service; |
|
|
|
TelemetryService -Enable;Enable the "Connected User Experiences and Telemetry" service (default value); |
|
|
|
DiagTrackService -Disable;Disable the DiagTrack service, firewall rule for Unified Telemetry Client Outbound Traffic and block connection; |
|
|
|
DiagTrackService -Enable;Enable the DiagTrack service, firewall rule for Unified Telemetry Client Outbound Traffic and allow connection (default value); |
|
|
|
DiagnosticDataLevel -Minimal;Set the OS level of diagnostic data gathering to minimum; |
|
|
|
DiagnosticDataLevel -Default;Set the default OS level of diagnostic data gathering; |
|
|
|
ErrorReporting -Disable;Turn off Windows Error Reporting for the current user; |
|
|
@ -160,6 +160,8 @@ F1HelpPage -Disable;Disable help lookup via F1 (current user only); |
|
|
|
F1HelpPage -Enable;Enable help lookup via F1 (current user only) (default value); |
|
|
|
NumLock -Enable;Enable Num Lock at startup; |
|
|
|
NumLock -Disable;Disable Num Lock at startup (default value); |
|
|
|
CapsLock -Enable;Enable Caps Lock; |
|
|
|
CapsLock -Disable;Disable Caps Lock (default value); |
|
|
|
StickyShift -Disable;Disable StickyKey after tapping the Shift key 5 times (current user only); |
|
|
|
StickyShift -Enable;Enable StickyKey after tapping the Shift key 5 times (current user only) (default value); |
|
|
|
Autoplay -Disable;Disable AutoPlay for all media and devices (current user only); |
|
|
|