0% found this document useful (0 votes)
10 views2 pages

TWWWWW 334

The document contains a series of commands to modify Windows registry settings and disable various features related to diagnostics, advertising, and data sharing. Key changes include disabling the Microsoft Compatibility Appraiser, preventing handwriting data sharing, and disabling telemetry features. These modifications aim to enhance user privacy and control over system functionalities.

Uploaded by

participantworld
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views2 pages

TWWWWW 334

The document contains a series of commands to modify Windows registry settings and disable various features related to diagnostics, advertising, and data sharing. Key changes include disabling the Microsoft Compatibility Appraiser, preventing handwriting data sharing, and disabling telemetry features. These modifications aim to enhance user privacy and control over system functionalities.

Uploaded by

participantworld
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

schtasks /Change /TN "Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser"

/Disable >nul 2>&1

Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\WMI\AutoLogger\AutoLogger-Diagtrack-


Listener" /v "Start" /t REG_DWORD /d "0" /f >nul 2>&1

Reg.exe add "HKLM\SOFTWARE\Microsoft\WindowsSelfHost\UI\Visibility" /v "DiagnosticErrorText" /t


REG_DWORD /d "0" /f >nul 2>&1

Reg.exe add "HKLM\SOFTWARE\Microsoft\WindowsSelfHost\UI\Strings" /v "DiagnosticErrorText" /t


REG_SZ /d "" /f >nul 2>&1

Reg.exe add "HKLM\SOFTWARE\Microsoft\WindowsSelfHost\UI\Strings" /v "DiagnosticLinkText" /t


REG_SZ /d "" /f >nul 2>&1

Reg.exe add "HKCU\Software\Classes\Local


Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge
_8wekyb3d8bbwe\MicrosoftEdge\PhishingFilter" /v "EnabledV9" /t REG_DWORD /d "0" /f >nul 2>&1

Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\TabletPC" /v


"PreventHandwritingDataSharing" /t REG_DWORD /d "1" /f >nul 2>&1

Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\HandwritingErrorReports" /v


"PreventHandwritingErrorReports" /t REG_DWORD /d "1" /f >nul 2>&1

Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v "DisableInventory" /t


REG_DWORD /d "1" /f >nul 2>&1

Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v "DisableUAR" /t


REG_DWORD /d "1" /f >nul 2>&1

Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Personalization" /v


"NoLockScreenCamera" /t REG_DWORD /d "1" /f >nul 2>&1

Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\AdvertisingInfo" /v "Enabled" /t


REG_DWORD /d "0" /f >nul 2>&1

Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\AdvertisingInfo" /v "Enabled" /t


REG_DWORD /d "0" /f >nul 2>&1

Reg.exe add "HKCU\Software\Microsoft\Input\TIPC" /v "Enabled" /t REG_DWORD /d "0" /f >nul 2>&1

Reg.exe add "HKLM\SOFTWARE\Microsoft\PolicyManager\current\device\System" /v


"AllowExperimentation" /t REG_DWORD /d "0" /f >nul 2>&1

Reg.exe add "HKLM\SOFTWARE\Microsoft\PolicyManager\current\device\Bluetooth" /v


"AllowAdvertising" /t REG_DWORD /d "0" /f >nul 2>&1

Reg.exe add "HKLM\SOFTWARE\Microsoft\SQMClient\Windows" /v "CEIPEnable" /t REG_DWORD /d


"0" /f >nul 2>&1

Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Messaging" /v "AllowMessageSync" /t


REG_DWORD /d "0" /f >nul 2>&1

Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Biometrics" /v "Enabled" /t REG_DWORD /d "0" /f


>nul 2>&1
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\PushNotifications" /v
"ToastEnabled" /t REG_DWORD /d "0" /f >nul 2>&1

You might also like