Datenschutz für Windows 10 – Registry Hacks

Windows 10 Registry Hacks

Mit diesen Registry Hacks lassen sich folgende Datenschutzeinstellungen vornehmen:

Disable Microsoft Help Feedback

Hack anzeigen

reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\Assistance\Client\1.0” /v “NoExplicitFeedback” /t REG_DWORD /d 1 /f
reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\Assistance\Client\1.0” /v “NoImplicitFeedback” /t REG_DWORD /d 1 /f
reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\Assistance\Client\1.0” /v “NoOnlineAssist” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Assistance\Client\1.0” /v “NoActiveHelp” /t REG_DWORD /d 1 /f

Disable and configurate Input Personalization and Reporting

Hack anzeigen

reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\InputPersonalization” /v “RestrictImplicitInkCollection” /t REG_DWORD /d 1 /f
reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\InputPersonalization” /v “RestrictImplicitTextCollection” /t REG_DWORD /d 1 /f
reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\HandwritingErrorReports” /v “PreventHandwritingErrorReports” /t REG_DWORD /d 1 /f
reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\TabletPC” /v “PreventHandwritingDataSharing” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\InputPersonalization” /v “AllowInputPersonalization” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\InputPersonalization” /v “RestrictImplicitInkCollection” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\InputPersonalization” /v “RestrictImplicitTextCollection” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\HandwritingErrorReports” /v “PreventHandwritingErrorReports” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\TabletPC” /v “PreventHandwritingDataSharing” /t REG_DWORD /d 1 /f

Disable Geolocation in Internet Explorer

Hack anzeigen

reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Geolocation” /v “PolicyDisableGeolocation” /t REG_DWORD /d 1 /f

Disable Internet Explorer InPrivate logging

Hack anzeigen

reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Safety\PrivacIE” /v “DisableLogging” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Safety\PrivacIE” /v “DisableLogging” /t REG_DWORD /d 1 /f

Disable Internet Explorer CEIP

Hack anzeigen

reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\SQM” /v “DisableCustomerImprovementProgram” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\SQM” /v “DisableCustomerImprovementProgram” /t REG_DWORD /d 0 /f

Disable SSLv3 fallback, and the ability to ingore Certificate Errors, in Internet Explorer

Hack anzeigen

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings” /v “CallLegacyWCMPolicies” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings” /v “EnableSSL3Fallback” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings” /v “PreventIgnoreCertErrors” /t REG_DWORD /d 1 /f

Disable Windows Messenger CEIP

Hack anzeigen

reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\Messenger\Client” /v “CEIP” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Messenger\Client” /v “CEIP” /t REG_DWORD /d 2 /f

Prevent Data Collection in Edge, and generally improve Privacy

Hack anzeigen

reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\MicrosoftEdge\Main” /v “PreventLiveTileDataCollection” /t REG_DWORD /d 1 /f
reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\EdgeUI” /v “DisableMFUTracking” /t REG_DWORD /d 1 /f
reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\EdgeUI” /v “DisableRecentApps” /t REG_DWORD /d 1 /f
reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\EdgeUI” /v “TurnOffBackstack” /t REG_DWORD /d 1 /f

Disable Search Suggestions in Edge

Hack anzeigen

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\SearchScopes” /v “ShowSearchSuggestionsGlobal” /t REG_DWORD /d 0 /f

Disable and configure Windows Spotlight for privacy

Hack anzeigen

reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CloudContent” /v “ConfigureWindowsSpotlight” /t REG_DWORD /d 2 /f
reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CloudContent” /v “DisableTailoredExperiencesWithDiagnosticData” /t REG_DWORD /d 1 /f
reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CloudContent” /v “DisableThirdPartySuggestions” /t REG_DWORD /d 1 /f
reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CloudContent” /v “DisableWindowsSpotlightFeatures” /t REG_DWORD /d 1 /f
reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CloudContent” /v “DisableWindowsSpotlightOnActionCenter” /t REG_DWORD /d 1 /f
reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CloudContent” /v “DisableWindowsSpotlightWindowsWelcomeExperience” /t REG_DWORD /d 1 /f
reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CloudContent” /v “IncludeEnterpriseSpotlight” /t REG_DWORD /d 0 /f

Disable the Password reveal Button

Hack anzeigen

reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CredUI” /v “DisablePasswordReveal” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Main” /v “DisablePasswordReveal” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CredUI” /v “DisablePasswordReveal” /t REG_DWORD /d 1 /f

Disable Telemetry (or set to Basic in non-enterprise versions)

Hack anzeigen

reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\DataCollection” /v “AllowTelemetry” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat” /v “AITEnable” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection” /v “AllowTelemetry” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection” /v “DoNotShowFeedbackNotifications” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection” /v “LimitEnhancedDiagnosticDataWindowsAnalytics” /t REG_DWORD /d 0 /f

Disable the Windows Connect Now wizard

Hack anzeigen

reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WCN\UI” /v “DisableWcnUi” /t REG_DWORD /d 1 /f

Disable and configure Windows Error Reporting

Hack anzeigen

reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Windows Error Reporting” /v “Disabled” /t REG_DWORD /d 1 /f
reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Windows Error Reporting” /v “DontSendAdditionalData” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\PCHealth\ErrorReporting” /v “DoReport” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\PCHealth\ErrorReporting” /v “ForceQueueMode” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\PCHealth\ErrorReporting\DW” /v “DWNoExternalURL” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\PCHealth\ErrorReporting\DW” /v “DWNoFileCollection” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\PCHealth\ErrorReporting\DW” /v “DWNoSecondLevelCollection” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\PCHealth\HelpSvc” /v “Headlines” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\PCHealth\HelpSvc” /v “MicrosoftKBSearch” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Settings” /v “DisableSendGenericDriverNotFoundToWER” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Settings” /v “DisableSendRequestAdditionalSoftwareToWER” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Error Reporting” /v “Disabled” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Error Reporting” /v “DontSendAdditionalData” /t REG_DWORD /d 1 /f

Disable Metadata retrieval in Windows Media Player

Hack anzeigen

reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\WindowsMediaPlayer” /v “PreventCDDVDMetadataRetrieval” /t REG_DWORD /d 1 /f
reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\WindowsMediaPlayer” /v “PreventMusicFileMetadataRetrieval” /t REG_DWORD /d 1 /f
reg add “HKEY_CURRENT_USER\Software\Policies\Microsoft\WindowsMediaPlayer” /v “PreventRadioPresetsRetrieval” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WMDRM” /v “DisableOnline” /t REG_DWORD /d 1 /f

Disable App Syncing

Hack anzeigen

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\UEV\Agent\Configuration\Windows8AppList\Microsoft.BingFinance_8wekyb3d8bbwe” /v “SyncSettings” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\UEV\Agent\Configuration\Windows8AppList\Microsoft.BingMaps_8wekyb3d8bbwe” /v “SyncSettings” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\UEV\Agent\Configuration\Windows8AppList\Microsoft.BingNews_8wekyb3d8bbwe” /v “SyncSettings” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\UEV\Agent\Configuration\Windows8AppList\Microsoft.BingSports_8wekyb3d8bbwe” /v “SyncSettings” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\UEV\Agent\Configuration\Windows8AppList\Microsoft.BingTravel_8wekyb3d8bbwe” /v “SyncSettings” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\UEV\Agent\Configuration\Windows8AppList\Microsoft.BingWeather_8wekyb3d8bbwe” /v “SyncSettings” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\UEV\Agent\Configuration\Windows8AppList\Microsoft.Reader_8wekyb3d8bbwe” /v “SyncSettings” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\UEV\Agent\Configuration\Windows8AppList\Microsoft.XboxLIVEGames_8wekyb3d8bbwe” /v “SyncSettings” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\UEV\Agent\Configuration\Windows8AppList\Microsoft.ZuneMusic_8wekyb3d8bbwe” /v “SyncSettings” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\UEV\Agent\Configuration\Windows8AppList\Microsoft.ZuneVideo_8wekyb3d8bbwe” /v “SyncSettings” /t REG_DWORD /d 0 /f

Change NTP Server to pool.ntp.org

Hack anzeigen

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\W32time\Parameters” /v “NtpServer” /t REG_SZ /d “pool.ntp.org,0x8” /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\W32time\Parameters” /v “Type” /t REG_SZ /d “NTP” /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\W32time\TimeProviders\NtpClient” /v “CrossSiteSyncFlags” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\W32time\TimeProviders\NtpClient” /v “EventLogFlags” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\W32time\TimeProviders\NtpClient” /v “ResolvePeerBackoffMaxTimes” /t REG_DWORD /d 7 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\W32time\TimeProviders\NtpClient” /v “ResolvePeerBackoffMinutes” /t REG_DWORD /d 15 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\W32time\TimeProviders\NtpClient” /v “SpecialPollInterval” /t REG_DWORD /d 1024 /f

Disable App Access to User Advertising Information

Hack anzeigen

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AdvertisingInfo” /v “DisabledByGroupPolicy” /t REG_DWORD /d 1 /f

Disable Inventory Collector

Hack anzeigen

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat” /v “DisableInventory” /t REG_DWORD /d 1 /f

Disable Steps Recorder

Hack anzeigen

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat” /v “DisableUAR” /t REG_DWORD /d 1 /f

Disable (force deny) App Access to Personal Data

Hack anzeigen

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy” /v “LetAppsAccessAccountInfo” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy” /v “LetAppsAccessCalendar” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy” /v “LetAppsAccessCallHistory” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy” /v “LetAppsAccessCamera” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy” /v “LetAppsAccessContacts” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy” /v “LetAppsAccessEmail” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy” /v “LetAppsAccessLocation” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy” /v “LetAppsAccessMessaging” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy” /v “LetAppsAccessMicrophone” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy” /v “LetAppsAccessMotion” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy” /v “LetAppsAccessNotifications” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy” /v “LetAppsAccessPhone” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy” /v “LetAppsAccessRadios” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy” /v “LetAppsAccessTasks” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy” /v “LetAppsAccessTrustedDevices” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy” /v “LetAppsGetDiagnosticInfo” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy” /v “LetAppsSyncWithDevices” /t REG_DWORD /d 2 /f

Disable Windows Tips

Hack anzeigen

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent” /v “DisableSoftLanding” /t REG_DWORD /d 1 /f

Disable Device Metadata retrieval from the Internet

Hack anzeigen

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Device Metadata” /v “PreventDeviceMetadataFromNetwork” /t REG_DWORD /d 1 /f

Disable online Content in Explorer

Hack anzeigen

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer” /v “AllowOnlineTips” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer” /v “NoInternetOpenWith” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer” /v “NoOnlinePrintsWizard” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer” /v “NoPublishingWizard” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer” /v “NoWebServices” /t REG_DWORD /d 1 /f

Disable recent Documents in Explorer

Hack anzeigen

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer” /v “NoRecentDocsHistory” /t REG_DWORD /d 1 /f
reg add “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer” /v “ClearRecentDocsOnExit” /t REG_DWORD /d 1 /f

Disable Game Screen Recording

Hack anzeigen

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GameDVR” /v “AllowGameDVR” /t REG_DWORD /d 0 /f

Disable Game Information and Options retrieval from the Internet

Hack anzeigen

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GameUX” /v “DownloadGameInfo” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GameUX” /v “GameUpdateOptions” /t REG_DWORD /d 0 /f

Disable Location and Sensors

Hack anzeigen

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\LocationAndSensors” /v “DisableLocation” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\LocationAndSensors” /v “DisableLocationScripting” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\LocationAndSensors” /v “DisableSensors” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\LocationAndSensors” /v “DisableWindowsLocationProvider” /t REG_DWORD /d 1 /f

Disable automatic Downloads of Map Data

Hack anzeigen

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Maps” /v “AllowUntriggeredNetworkTrafficOnSettingsPage” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Maps” /v “AutoDownloadAndUpdateMapData” /t REG_DWORD /d 0 /f

Disable the Network Connectivity Status Indicator

Hack anzeigen

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\NetworkConnectivityStatusIndicator” /v “NoActiveProbe” /t REG_DWORD /d 1 /f

Disable OneDrive for File storage

Hack anzeigen

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\OneDrive” /v “DisableFileSyncNGSC” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\OneDrive” /v “DisableLibrariesDefaultSaveToOneDrive” /t REG_DWORD /d 0 /f

Disable Windows Insider Program

Hack anzeigen

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\PreviewBuilds” /v “AllowBuildPreview” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\PreviewBuilds” /v “EnableConfigFlighting” /t REG_DWORD /d 0 /f

Disable Setting Sync

Hack anzeigen

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SettingSync” /v “DisableSettingSync” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SettingSync” /v “DisableSettingSyncUserOverride” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SettingSync” /v “EnableBackupForWin8Apps” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SettingSync” /v “DisableSyncOnPaidNetwork” /t REG_DWORD /d 1 /f

Disable Setting Sync for each Item

Hack anzeigen

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Messaging” /v “AllowMessageSync” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SettingSync” /v “DisableApplicationSettingSync” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SettingSync” /v “DisableApplicationSettingSyncUserOverride” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SettingSync” /v “DisableAppSyncSettingSync” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SettingSync” /v “DisableAppSyncSettingSyncUserOverride” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SettingSync” /v “DisableCredentialsSettingSync” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SettingSync” /v “DisableCredentialsSettingSyncUserOverride” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SettingSync” /v “DisableDesktopThemeSettingSync” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SettingSync” /v “DisableDesktopThemeSettingSyncUserOverride” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SettingSync” /v “DisablePersonalizationSettingSync” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SettingSync” /v “DisablePersonalizationSettingSyncUserOverride” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SettingSync” /v “DisableStartLayoutSettingSync” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SettingSync” /v “DisableStartLayoutSettingSyncUserOverride” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SettingSync” /v “DisableWebBrowserSettingSync” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SettingSync” /v “DisableWebBrowserSettingSyncUserOverride” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SettingSync” /v “DisableWindowsSettingSync” /t REG_DWORD /d 2 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SettingSync” /v “DisableWindowsSettingSyncUserOverride” /t REG_DWORD /d 1 /f

Disable Lockscreen App Notifications

Hack anzeigen

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System” /v “DisableLockScreenAppNotifications” /t REG_DWORD /d 1 /f

Disable the Windows Connect Now Wizard

Hack anzeigen

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WCN\Registrars” /v “DisableFlashConfigRegistrar” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WCN\Registrars” /v “DisableInBand802DOT11Registrar” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WCN\Registrars” /v “DisableUPnPRegistrar” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WCN\Registrars” /v “DisableWPDRegistrar” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WCN\Registrars” /v “EnableRegistrars” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WCN\UI” /v “DisableWcnUi” /t REG_DWORD /d 1 /f

Disable Cortana

Hack anzeigen

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search” /v “AllowCloudSearch” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search” /v “AllowCortana” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search” /v “AllowCortanaAboveLock” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search” /v “AllowSearchToUseLocation” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search” /v “ConnectedSearchUseWeb” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search” /v “DisableWebSearch” /t REG_DWORD /d 1 /f

Configure Windows Defender

Hack anzeigen

reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection” /v “DisableBehaviorMonitoring” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Reporting” /v “DisableGenericRePorts” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet” /v “DisableBlockAtFirstSeen” /t REG_DWORD /d 1 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet” /v “LocalSettingOverrideSpynetReporting” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet” /v “SpynetReporting” /t REG_DWORD /d 0 /f
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet” /v “SubmitSamplesConsent” /t REG_DWORD /d 2 /f