Windows Server component removal is not added yet and Server Defender package names are different from the client ones. Here are some of the Defender package names, there may be more packages in 2019. Code: Windows-Defender-AM-Default-Definitions-Package Windows-Defender-Group-Policy-Package Windows-Defender-Management-Group-amcore-Package Windows-Defender-Management-Group-onecore-Package Windows-Defender-Management-Group-Package Windows-Defender-Management-Powershell-Group-Package Windows-Defender-Management-Powershell-Group-WOW64-Package Windows-Defender-Nis-Group-Package Windows-Defender-Server-Core-Group-amcore-Package Windows-Defender-Server-Core-Group-onecore-Package Windows-Defender-Server-Core-Group-Package Windows-Defender-Server-Core-Group-WOW64-amcore-Package Windows-Defender-Server-Core-Group-WOW64-onecore-Package Windows-Defender-Server-Core-Group-WOW64-Package Windows-Defender-Server-Core-Package Windows-Defender-Server-Service-Package Windows-Defender-Server-Service-WOW64-Package
ToolKitHelper <MountPath> /? or Check in <Bin\Lists\RemovePkgsList_W10_Template.txt> to get the list for Windows 10 and add the required components in <Bin\Lists\RemovePkgsList.txt> and use the Remove Windows Components using Package List menu.
Arghhh!!! So how do I get a list of all packages that can be removed? /get-WindowsFeatures et al in powershell does not give the list you provided? Then how do I remove them?
Change en-US to your image locale and before adding the package names to the RemovePkgsList.txt remove the text "~amd64~~10.0.17763.1.mum" Code: Dir/b Mount\Install\Windows\servicing\Packages\*defender*.mum | findstr /v "en-US"
OK, I am not explaining myself very well. Sorry, my bad. I am wanting to remove several features/roles/packages from the server. I used defender as an example. Some of the features are greyed out so they have to be removed some other way than server manager. OK \mount = %windir% = C:\Windows. Got the list. Quite long, but no defender in the list. I think maybe I should probably not mess with things I have no knowledge of. There are multiple parts to each component and I don't know what I can/should remove. So, like it or not, it looks like I'm staying with Server 2012 R2 for the foreseeable future.
Thanks! How do I use the DISM component removal template with ToolKitHelper? I tried to use the \remove-package dism parameter as follows: dism /image D:\ToolKit_v9.5\Mount\Install /remove-package /packagename:Microsoft-Windows-Management-SecureAssessment-Package But get an error 87 (An error occurred trying to open - Microsoft-Windows-Management-SecureAssessment-Package Error: 0x80070057) EDIT: Checked Mount\Install\Windows\servicing\Packages and the one specified above (Microsoft-Windows-Management-SecureAssessment-Package) doesn't exist - ignore!!
Hi! How do I delete only the Xbox app with its screenshots, and leave only the Xbox Identity Provider Provided , Xbox TCUI (Xbox Live Provided)?
Will check with the Server 2019 for properly removing the Defender and let you know the method. As far as disabling features, it can be done by using the Toolkit's Disable Features using the Features List method.
Same way as ToolKitHelper list method, just add the DISM Package name in the RemovePkgsList.txt. Microsoft-Windows-Management-SecureAssessment-Package If you had used the ToolKitHelper method to remove SecureAssessment then you won't find the package name Microsoft-Windows-Management-SecureAssessment-Package.
All Xbox sub components requires the main Xbox App, In ToolKit, some of the Xbox components are merged for removal other than the Xbox Identity Provider and XboxGameCallableUI.
Here's the updated latest O&O ShutUp 10 applied tweaks for v1909. Have added few extra tweaks for Defender Realtime and Tamper protection. Code: Windows Registry Editor Version 5.00 ; ### Privacy ### ; Disable sharing of handwriting data [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\TabletPC] "PreventHandwritingDataSharing"=dword:00000001 ; Disable sharing of handwriting error reports [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\HandwritingErrorReports] "PreventHandwritingErrorReports"=dword:00000001 ; Disable Inventory Collector [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat] "DisableInventory"=dword:00000001 ; Disable camera in logon screen [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization] "NoLockScreenCamera"=dword:00000001 ; Disable and reset Advertising ID and info for the machine [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AdvertisingInfo] "Enabled"=dword:00000000 ; Disable and reset Advertising ID and info for the current user [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\AdvertisingInfo] "Enabled"=dword:00000000 ; Disable transmission of typing information [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Input\TIPC] "Enabled"=dword:00000000 ; Disable conducting experiments with this machine by Microsoft [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\System] "AllowExperimentation"=dword:00000000 ; Disable advertisements via Bluetooth [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Bluetooth] "AllowAdvertising"=dword:00000000 ; Disable the Windows Customer Experience Improvement Program [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SQMClient\Windows] "CEIPEnable"=dword:00000000 ; Disable backup of text messages into the cloud [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Messaging] "AllowMessageSync"=dword:00000000 ; Disable biometrical features [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Biometrics] "Enabled"=dword:00000000 ; Disable app notifications [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\PushNotifications] "ToastEnabled"=dword:00000000 ; Disable access to local language for browsers [HKEY_CURRENT_USER\Control Panel\International\User Profile] "HttpAcceptLanguageOptOut"=dword:00000001 ; Disable sending URLs from apps to Windows Store [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost] "EnableWebContentEvaluation"=dword:00000000 ; ### Activity History and Clipboard ### ; Disable recordings of user activity [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System] "EnableActivityFeed"=dword:00000000 ; Disable storing users activity on this device [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System] "PublishUserActivities"=dword:00000000 ; Disable the submission of user activities to Microsoft [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System] "UploadUserActivities"=dword:00000000 ; Disable storage of clipboard history for whole machine [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System] "AllowClipboardHistory"=dword:00000000 ; Disable storage of clipboard history for current user [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Clipboard] "EnableClipboardHistory"=dword:00000000 ; Disable the transfer of the clipboard to other devices via the cloud [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System] "AllowCrossDeviceClipboard"=dword:00000000 ; ### App Privacy ### ; Disable app access to user account information [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\userAccountInformation] "Value"="Deny" ; Disable Windows tracking of app starts [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_TrackProgs"=dword:00000000 ; Disable app access to diagnostics information [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\{2297E4E2-5DBE-466D-A12B-0F8286F0D9CA}] "Value"="Deny" ; Disable app access to camera [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\webcam] "Value"="Deny" ; Disable app access to microphone [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\microphone] "Value"="Deny" ; Disable app access to notifications [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\{52079E78-A92B-413F-B213-E8FE35712E72}] "Value"="Deny" ; Disable app access to contacts [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\contacts] "Value"="Deny" ; Disable app access to calendar [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\appointments] "Value"="Deny" ; Disable app access to call history [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\phoneCallHistory] "Value"="Deny" ; Disable app access to email [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\email] "Value"="Deny" ; Disable app access to tasks [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\userDataTasks] "Value"="Deny" ; Disable app access to messages [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\chat] "Value"="Deny" ; Disable app access to documents [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\documentsLibrary] "Value"="Deny" ; Disable app access to images [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\picturesLibrary] "Value"="Deny" ; Disable app access to videos [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\videosLibrary] "Value"="Deny" ; Disable app access to the file system [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\broadFileSystemAccess] "Value"="Deny" ; Prohibit apps from running in the background [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications] "GlobalUserDisabled"=dword:00000001 ; ### Security ### ; Disable password reveal button [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CredUI] "DisablePasswordReveal"=dword:00000001 ; Disable user steps recorder [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat] "DisableUAR"=dword:00000001 ; Disable telemetry (1 of 3) [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\DiagTrack] "Start"=dword:00000004 ; Disable telemetry (2 of 3) [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\dmwappushservice] "Start"=dword:00000004 ; Disable telemetry (3 of 3) [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\WMI\Autologger\AutoLogger-Diagtrack-Listener] "Start"=dword:00000000 ; Disable Internet access of Windows Media Digital Rights Management (DRM) [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WMDRM] "DisableOnline"=dword:00000001 ; Disable app access to wireless connections [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\{A8804298-2D5F-42E3-9531-9C8C39EB29CE}] "Value"="Deny" ; Disable app access to loosely coupled devices [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\LooselyCoupled] "Value"="Deny" ; ### Microsoft Edge #### ; Disable tracking in the web [HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\Main] "DoNotTrack"=dword:00000001 ; Dsiable page prediction [HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\FlipAhead] "FPEnabled"=dword:00000000 ; Disable search and website suggestions [HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\Main] "ShowSearchSuggestionsGlobal"=dword:00000000 ; Disable Cortana in Microsoft Edge [HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\ServiceUI] "EnableCortana"=dword:00000000 ; Disable automatic completion of web address in address bar [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Browser] "AllowAddressBarDropdown"=dword:00000000 ; Disable showing search history [HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\ServiceUI\ShowSearchHistory] @=dword:00000000 ; Disable user feedback in toolbar [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge] "UserFeedbackAllowed"=dword:00000000 ; Disable storing and autocompleting of credit card data on websites [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge] "AutofillCreditCardEnabled"=dword:00000000 ; Disable form suggestions [HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\Main] "Use FormSuggest"="no" ; Disable sites saving protected media licenses on my device [HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\Privacy] "EnableEncryptedMediaExtensions"=dword:00000000 ; Do not optimize web search results on the task bar for screen reader [HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\Main] "OptimizeWindowsSearchResultsForScreenReaders"=dword:00000000 ; Disable Microsoft Edge launch in the background [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\Main] "AllowPrelaunch"=dword:00000000 ; Disable loading the start and new tab pages in the background [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\TabPreloader] "AllowTabPreloading"=dword:00000000 ; Disable SmartScreen Filter [HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\PhishingFilter] "EnabledV9"=dword:00000000 ; ### Synchronization of Windows Settings ### ; Disable synchronization of all settings [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\SettingSync] "SyncPolicy"=dword:00000005 ; Disable synchronization of design settings [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\SettingSync\Groups\Personalization] "Enabled"=dword:00000000 ; Disable synchronization of browser settings [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\SettingSync\Groups\BrowserSettings] "Enabled"=dword:00000000 ; Disable synchronization of credentials (passwords) [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\SettingSync\Groups\Credentials] "Enabled"=dword:00000000 ; Disable synchronization of language settings [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\SettingSync\Groups\Language] "Enabled"=dword:00000000 ; Disable synchronization of accessibility settings [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\SettingSync\Groups\Accessibility] "Enabled"=dword:00000000 ; Disable synchronization of advanced Windows settings [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\SettingSync\Groups\Windows] "Enabled"=dword:00000000 ; ### Cortana ### ; Disable and reset Cortana [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Windows Search] "CortanaConsent"=dword:00000000 ; Disable Input Personalization (1 of 4) [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Personalization\Settings] "AcceptedPrivacyPolicy"=dword:00000000 ; Disable Input Personalization (2 of 4) [HKEY_CURRENT_USER\SOFTWARE\Microsoft\InputPersonalization] "RestrictImplicitInkCollection"=dword:00000001 ; Disable Input Personalization (3 of 4) [HKEY_CURRENT_USER\SOFTWARE\Microsoft\InputPersonalization] "RestrictImplicitTextCollection"=dword:00000001 ; Disable Input Personalization (4 of 4) [HKEY_CURRENT_USER\SOFTWARE\Microsoft\InputPersonalization\TrainedDataStore] "HarvestContacts"=dword:00000000 ; Disable online speech recognition [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\InputPersonalization] "AllowInputPersonalization"=dword:00000000 ; Cortana and search are disallowed to use location [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search] "AllowSearchToUseLocation"=dword:00000000 ; Disable web search from Windows Desktop Search [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search] "DisableWebSearch"=dword:00000001 ; Disable display web results in Search [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search] "ConnectedSearchUseWeb"=dword:00000000 ; Disable download and updates of speech recognition and speech synthesis models [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech_OneCore\Preferences] "ModelDownloadAllowed"=dword:00000000 ; Disable cloud search [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search] "AllowCloudSearch"=dword:00000000 ; #### Location Services #### ; Disable functionality to locate the system (1 of 2) [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\LocationAndSensors] "DisableLocation"=dword:00000001 ; Disable functionality to locate the system (2 of 2) [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\LocationAndSensors] "DisableWindowsLocationProvider"=dword:00000001 ; Disable scripting functionality to locate the system [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\LocationAndSensors] "DisableLocationScripting"=dword:00000001 ; Disable sensors for locating the system and it's orientation [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\LocationAndSensors] "DisableSensors"=dword:00000001 ; Disable Windows Geolocation Service (1 of 2) [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\lfsvc\Service\Configuration] "Status"=dword:00000000 ; Disable Windows Geolocation Service (1 of 2) [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Sensor\Overrides\{BFA794E4-F964-4FDB-90F6-51056BFE4B44}] "SensorPermissionState"=dword:00000000 ; Disable app access to your location (1 of 2) [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\location] "Value"="Deny" ; Disable app access to your location (2 of 2) [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Sensor\Permissions\{BFA794E4-F964-4FDB-90F6-51056BFE4B44}] "SensorPermissionState"=dword:00000000 ; ### User Behavior ### ; Disable application telemetry (1 of 3) [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection] "AllowTelemetry"=dword:00000000 ; Disable application telemetry (2 of 3) [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection] "AllowTelemetry"=dword:00000000 ; Disable application telemetry (3 of 3) [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat] "AITEnable"=dword:00000000 ; Disable diagnostic data from customizing user experiences for whole machine [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Privacy] "TailoredExperiencesWithDiagnosticDataEnabled"=dword:00000000 ; Disable the user of diagnostic data for a tailor-made user experience for current user [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Privacy] "TailoredExperiencesWithDiagnosticDataEnabled"=dword:00000000 ; ### Windows Update ### ; Disable Windows Update via peer-to-peer (1 of 3) [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config] "DODownloadMode"=dword:00000000 ; Disable Windows Update via peer-to-peer (2 of 3) [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization] "DODownloadMode"=dword:00000000 ; Disable Windows Update via peer-to-peer (3 of 3) [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization] "SystemSettingsDownloadMode"=dword:00000000 ; Disable updates to the speech recognition and speech synthesis modules [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Speech] "AllowSpeechModelUpdate"=dword:00000000 ; Activate deferring of upgrades [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] "DeferUpgrade"=dword:00000001 "DeferUpgradePeriod"=dword:00000001 "DeferUpdatePeriod"=dword:00000000 ; Disable automatic downloading manufacturers apps and icons for devices [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Device Metadata] "PreventDeviceMetadataFromNetwork"=dword:00000001 ; Disable automatic driver updates through Windows Update [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] "ExcludeWUDriversInQualityUpdate"=dword:00000001 ; Disable automatic app updates through Windows Update [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate] "AutoDownload"=dword:00000002 ; Disable automatic Windows Update (1 of 2) [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] "NoAutoUpdate"=dword:00000001 ; Disable automatic Windows Update (2 of 2) [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\wuauserv] "Start"=dword:00000004 ; Disable Windows Updates for other prodcuts (e.g. Microsoft Office) [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Services\7971f918-a847-4430-9279-4a52d1efe18d] "RegisteredWithAU"=dword:00000000 ; ### Windows Explorer ### ; Disable occassionally showing app suggestions in Start menu [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager] "SystemPaneSuggestionsEnabled"=dword:00000000 ; Do not show recently opened items in Jump Lists on "Start" or the taskbar [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_TrackDocs"=dword:00000000 ; Disable ads in Windows Explorer or OneDrive [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "ShowSyncProviderNotifications"=dword:00000000 ; Disable OneDrive access to network before login [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\OneDrive] "PreventNetworkTrafficPreUserSignIn"=dword:00000001 ; Disable Microsoft OneDrive [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\OneDrive] "DisableFileSyncNGSC"=dword:00000001 ; ### Windows Defender and Microsoft SpyNet ### ; Disable Microsoft SpyNet membership [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet] "SpyNetReporting"=dword:00000000 ; Disable submitting data samples to Microsoft [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet] "SubmitSamplesConsent"=dword:00000002 ; Disable reporting of malware infection information [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MRT] "DontReportInfectionInformation"=dword:00000001 ; Disable Windows Defender [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender] "DisableAntiSpyware"=dword:00000001 ; Disable Windows Defender Realtime Monitoring [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender] "DisableRealtimeMonitoring"=dword:00000001 ; Disable Windows Defender Realtime Monitoring [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection] "DisableBehaviorMonitoring"=dword:00000001 "DisableOnAccessProtection"=dword:00000001 "DisableScanOnRealtimeEnable"=dword:00000001 ; Disable Windows Defender Tamper Protection [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\Features] "TamperProtection"=dword:00000000 ; ### Lock Screen ### ; Disable Windows Spotlight [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager] "RotatingLockScreenEnabled"=dword:00000000 ; Disable fun facts, tips, tricks and more on your lock screen [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager] "RotatingLockScreenOverlayEnabled"=dword:00000000 ; Disable notifications on lock screen [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings] "NOC_GLOBAL_SETTING_ALLOW_TOASTS_ABOVE_LOCK"=dword:00000000 ; ### Miscellaneous ### ; Disable feedback reminders (1 of 2) [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Siuf\Rules] "NumberOfSIUFInPeriod"=dword:00000000 ; Disable feedback reminders (2 of 2) [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Siuf\Rules] "PeriodInNanoSeconds"=dword:00000000 ; Disable automatic installation of recommended Windows Store Apps [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager] "SilentInstalledAppsEnabled"=dword:00000000 ; Disable tips, tricks and suggestions while using Windows [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager] "SoftLandingEnabled"=dword:00000000 ; Disable extension of Windows 10 search with Bing [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Search] "BingSearchEnabled"=dword:00000000 ; Disable Key Management Service Online Activation [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\Software Protection Platform] "NoGenTicket"=dword:00000001 ; Disable automatic download and update of map data [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Maps] "AutoDownloadAndUpdateMapData"=dword:00000000 ; Disable unsolicited network traffic on the offline maps settings page [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Maps] "AllowUntriggeredNetworkTrafficOnSettingsPage"=dword:00000000 ; Disable People icon in the taskbar [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\People] "PeopleBand"=dword:00000000 ; Disable searcg box in task bar [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Search] "SearchboxTaskbarMode"=dword:00000000 ; Disable Network Connectivity Status Indicator [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\NlaSvc\Parameters\Internet] "EnableActiveProbing"=dword:00000000
Anyone hating the new Downloads folder group by date view in 1903/1909? Here's the tweak to disable it. Code: Windows Registry Editor Version 5.00 [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{885a186e-a440-4ada-812b-db871b942259}] [-HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{885a186e-a440-4ada-812b-db871b942259}]
MSMG ToolKit v9.5 works 100% with Windows 10 Pro 1909 19H2 RTM Build 18363.356 x64Bit iTA ? or should i use another version of windows?
The ToolKit works with 10.0.18363.418 and the current CU 18363.657, for using with the current CU you need to use the latest version of ToolKitHelper.exe uploaded recently. Check the download link for the updated ToolKitHelper.exe and copy it to the ToolKit's Bin folder.
everything went well, I installed the operating system on a virtual machine and I made the cumulative updates, but windows defender appeared, how come? because without cumulative updates windows defender was not there