[App] O&O ShutUp10

Discussion in 'Windows 10' started by nexus76, Aug 18, 2015.

  1. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,399
    2,385
    60
    Only differences from @MSMG Post #275 (as far as I can tell) build 1.8.1415

    [DISABLE TELEMETRY] No Longer Listed Seperately
    Code:
       ; --------------------------------------------------------------------------------
       ; Disable telemetry (1 of 3)
       ; --------------------------------------------------------------------------------
       [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\WMI\Autologger\AutoLogger-Diagtrack-Listener]
       "Start"=dword:00000000
     
       ; --------------------------------------------------------------------------------
       ; Disable telemetry (2 of 3)
       ; --------------------------------------------------------------------------------
       [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\DiagTrack]
       "Start"=dword:00000004
     
       ; --------------------------------------------------------------------------------
       ; Disable telemetry (3 of 3)
       ; --------------------------------------------------------------------------------
       [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\dmwappushservice]
       "Start"=dword:00000004
    

    No Longer Listed Under [SECURITY] But Applied (in my case) Nonetheless
    (Note: Different Key - OS Related?)
    Code:
       ; --------------------------------------------------------------------------------
       ; Disalbe Windows Media Player usage tracking
       ; --------------------------------------------------------------------------------
       ; Previously [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer]
       [HKEY_USERS\S-1-5-21-3001582384-2014422002-2520906533-1001\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer]
       "PreventCDDVDMetadataRetrieval"=dword:00000001
       "PreventMusicFileMetadataRetrieval"=dword:00000001    ; Additional Entry (probably worth adding)
       "PreventRadioPresetsMetadataRetrieval"=dword:00000001 ; Additional Entry (probably worth adding)
    

    [CORTANA (Personal Assistant)]
    Disable Input Personalization No Longer Listed Seperately
    Code:
       ; --------------------------------------------------------------------------------
       ; Disable Input Personalization (1 of 4)
       ; --------------------------------------------------------------------------------
       [HKEY_CURRENT_USER\SOFTWARE\Microsoft\InputPersonalization]
       "RestrictImplicitInkCollection"=dword:00000001
    
       ; --------------------------------------------------------------------------------
       ; Disable Input Personalization (2 of 4)
       ; --------------------------------------------------------------------------------
       "RestrictImplicitTextCollection"=dword:00000001
    
       ; --------------------------------------------------------------------------------
       ; Disable Input Personalization (3 of 4)
       ; --------------------------------------------------------------------------------
       [HKEY_CURRENT_USER\SOFTWARE\Microsoft\InputPersonalization\TrainedDataStore]
       "HarvestContacts"=dword:00000000
     
       ; --------------------------------------------------------------------------------
       ; Disable Input Personalization (4 of 4)
       ; --------------------------------------------------------------------------------
       [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Personalization\Settings]
       "AcceptedPrivacyPolicy"=dword:00000000
    

    No Longer Listed Under [WINDOWS DEFENDER AND MICROSOFT SPYNET]
    Removed? Presumably no lomger recommended
    Code:
       ; --------------------------------------------------------------------------------
       ; 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
    
       [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
    
       ; --------------------------------------------------------------------------------
       ; Disable showing Windows Defender icon in system tray
       ; --------------------------------------------------------------------------------
       [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\Systray]
       "HideSystray"=dword:00000001
    
     
  2. MS-BOSS

    MS-BOSS MDL Junior Member

    Jun 24, 2015
    81
    14
    0
    Drew84, you have really nicely written comments (above the registry entries). Could you please post the complete new list of all the tweaks for the latest version of O&O ShutUp10?
     
  3. MS-BOSS

    MS-BOSS MDL Junior Member

    Jun 24, 2015
    81
    14
    0
    Anyway, thanks. :)
     
  4. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,399
    2,385
    60
    #284 drew84, Dec 3, 2020
    Last edited: Dec 3, 2020
    To Whom are you referring to...

    I was actually in the process of creating the .reg file you were asking for.. requires some work (and I actually have other stuff that I follow on this forum.. ) but...

    What have you... (actually) done on your part to try and do it yourself

    I have posted the differences between MSMG's post and current, how difficult would it be for you to assemble your own .REG file
    given said information..

    ... some users on this forum have provided you with help when requested (most likely, not as fast as you expect... and impatience is your issue)
    yet you fail (consistently) to hit the Like button (bottom right of each post), when such help is provided

    ............... I will continue to curate the OOSU10 registry entries (in the manner you requested) but will not provide them here until I see some form of gratitude
    (appreciation) from yourself to other members (here on MDL)

    ... and yes, I have had a (really) bad day
     
  5. MS-BOSS

    MS-BOSS MDL Junior Member

    Jun 24, 2015
    81
    14
    0
    When I said thanks, I wasn't sarcastic, I was thankful for your post (and the posts on the previous page). I haven't done anything myself as I'm busy with work and this list is not a high priority thing for me. I didn't even notice the like button, I'm not sure if I ever used it on this forum. I'm not from the "like generation", I don't have any sodial media and I express my gratitude with words, not likes. So, again, thank you and I hope tomorrow you'll have a better day. Take care.
     
  6. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,399
    2,385
    60
    #286 drew84, Dec 3, 2020
    Last edited: Dec 8, 2020
    I am more than likely, older than you... but apologies --- note - I have indented parts you should pay attention to
    Code:
    Windows Registry Editor Version 5.00
    
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; *O0 ** [ORGANIZED BY REG KEY] *** [OOSU10 CATEGORIZATION (mainly)] **** [See KEY Descriptors for clarification]
    ;
    ; NOTES: OOSU10 RECOMMENDED [RY = YES]  [RL = LIMITED]  [RN = NO] >> ALL OPTIONS HERE ENABLED <<  > NOT RECOMMENDED <
    ; ---------------------------------------------------------------------------------------------------------------------------
    
    ; **********
    
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; *O1 ** [PRIVACY]
    ; ---------------------------------------------------------------------------------------------------------------------------
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\TabletPC]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable sharing of handwriting data**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "PreventHandwritingDataSharing"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\HandwritingErrorReports]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable sharing of handwriting error reports**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "PreventHandwritingErrorReports"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable Inventory Collector**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "DisableInventory"=dword:00000001
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) *O4 *** [SECURITYY] *** [**Disable user steps recorder**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "DisableUAR"=dword:00000001
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) *10 ** [USER BEHAVIOUR] *** [**Disable application telemetry (2 of 2)**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "AITEnable"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable camera in logon screen**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "NoLockScreenCamera"=dword:00000001 ;
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AdvertisingInfo]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable and reset Advertising ID and info for the machine**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Enabled"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\AdvertisingInfo]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable and reset Advertising ID and info for the current user**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Enabled"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Microsoft\Input\TIPC]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable transmission of typing information**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Enabled"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\System]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable conducting experiments with this machine by Microsoft**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "AllowExperimentation"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Bluetooth]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable advertisements via Bluetooth**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "AllowAdvertising"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SQMClient\Windows]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable the Windows Customer Experience Improvement Program**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "CEIPEnable"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Messaging]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable backup of text messages into the cloud**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "AllowMessageSync"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable suggestions in the timeline**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "SubscribedContent-353698Enabled"=dword:00000000
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable suggestions in Start**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "SubscribedContent-338388Enabled"=dword:00000000
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable tips, tricks and suggestions when using Windows**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "SubscribedContent-338389Enabled"=dword:00000000
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable showing suggested content in the Settings app**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "SubscribedContent-338393Enabled"=dword:00000000   ; (1 of 3) - Not Listed Seperately
    "SubscribedContent-353694Enabled"=dword:00000000   ; (2 of 3)
    "SubscribedContent-353696Enabled"=dword:00000000   ; (3 of 3)
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) *12 [WINDOWS EXPLORER] [**Disable occassionally showing app suggestions in Start menu**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "SystemPaneSuggestionsEnabled"=dword:00000000
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) *14 [LOCK SCREEN] [**Disable Windows Spotlight**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "RotatingLockScreenEnabled"=dword:00000000
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) *14 [LOCK SCREEN] [**Disable fun facts, tips, tricks and more on your lock screen**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "RotatingLockScreenOverlayEnabled"=dword:00000000
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) *15 [MISCELLANEOUS] [**Disable automatic installation of recommended Windows Store Apps**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "SilentInstalledAppsEnabled"=dword:00000000
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) *15 [MISCELLANEOUS] [**Disable tips, tricks and suggestions while using Windows**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "SoftLandingEnabled"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable Windows Error Reporting**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Disabled"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Biometrics]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable biometrical features**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Enabled"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PushNotifications]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app notifications**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "ToastEnabled"=dword:00000000
    
    [HKEY_CURRENT_USER\Control Panel\International\User Profile]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable access to local language for browsers**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "HttpAcceptLanguageOptOut"=dword:00000001
    
    [HKEY_CURRENT_USER\Software\Microsoft\TabletTip\1.7]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable text suggestions when typing on the software keyboard**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "EnableTextPrediction"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\AppHost]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RN) [**Disable sending URLs from apps to Windows Store**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "EnableWebContentEvaluation"=dword:00000000
    
    
    ; **********
    
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; *O2 ** [ACTIVITY HISTORY AND CLIPBOARD]
    ; ---------------------------------------------------------------------------------------------------------------------------
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable recordings of user activity**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "EnableActivityFeed"=dword:00000000
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable storing users activity history on this device**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "PublishUserActivities"=dword:00000000
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable the submission of user activities to Microsoft**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "UploadUserActivities"=dword:00000000
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable storage of clipboard history for whole machine**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "AllowClipboardHistory"=dword:00000000
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable the transfer of the clipboard to other devices via the cloud**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "AllowCrossDeviceClipboard"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Microsoft\Clipboard]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable storage of clipboard history for current user**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "EnableClipboardHistory"=dword:00000000
    
    
    ; **********
    
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; *O3 ** [APP PRIVACY]
    ; ---------------------------------------------------------------------------------------------------------------------------
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\userAccountInformation]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable app access to user account information on this device**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\userAccountInformation]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable app access to user account information for current user**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable Windows tracking of app starts**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Start_TrackProgs"=dword:00000000
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) *12 [WINDOWS EXPLORER] [**Do not show recently opened items in Jump Lists on "Start" or the taskbar**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Start_TrackDocs"=dword:00000000
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) *12 [WINDOWS EXPLORER] [**Disable ads in Windows Explorer or OneDrive**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "ShowSyncProviderNotifications"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\appDiagnostics]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable app access to diagnostics information on this device**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\appDiagnostics]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable app access to diagnostics information for current user**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\location]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to device location on this device**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\location]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable app access to device location for current user**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\webcam]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to camera on this device**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\webcam]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to camera for current user**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\microphone]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to microphone on this device**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\microphone]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to microphone for current user**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Speech_OneCore\Settings\VoiceActivation\UserPreferenceForAllApps]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to use voice activation for current user**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "AgentActivationEnabled"=dword:00000000
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to use voice activation when device is loacked for current user**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "AgentActivationOnLockScreenEnabled"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\userNotificationListener]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to notifications on this device**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\userNotificationListener]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to notifications for current user**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\activity]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to motion on this device**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\activity]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to motion for current user**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\contacts]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to contacts on this device**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\contacts]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to contacts for current user**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\appointments]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to calendar (appointments) on this device**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\appointments]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to calendar (appointments) for current user**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\phoneCall]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to phone calls on this device**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\phoneCall]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to phone calls for current user**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\phoneCallHistory]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to call history on this device**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\phoneCallHistory]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to call history for current user**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\email]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to email on this device**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\email]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to email for current user**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\userDataTasks]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to tasks on this device**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\userDataTasks]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to tasks for current user**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\chat]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to messages on this device**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\chat]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to messages for current user**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\radios]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to radios on this device**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\radios]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to radios for current user**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\bluetoothSync]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to unpaired (bluetooth) devices on this device**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\bluetoothSync]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to unpaired (bluetooth) devices for current user**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\documentsLibrary]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to documents on this device**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\documentsLibrary]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to documents for current user**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\picturesLibrary]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to images on this device**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\picturesLibrary]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to images for current user**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\videosLibrary]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to videos on this device**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\videosLibrary]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to videos for current user**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\broadFileSystemAccess]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to the file system on this device**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\broadFilesystemAccess]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to the file system for current user**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\cellularData]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to unpaired (cellular) devices on this device**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\cellularData]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to unpaired (cellular) devices for current user**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\gazeInput]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to eye tracking on this device**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\gazeInput]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable app access to eye tracking for current user**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Value"="Deny"
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RN) [**Prohibit apps from running in the background**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "GlobalUserDisabled"=dword:00000001
    
    
    ; **********
    
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; *O4 ** [SECURITYY]
    ; ---------------------------------------------------------------------------------------------------------------------------
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CredUI]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable password reveal button**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "DisablePasswordReveal"=dword:00000001
    
    ; ---------------------------------------------------------------------------------------------------------------------------
            ; No Longer Listed - Disable telemetry (3 of 3) Remove (;) below if using
    ; ---------------------------------------------------------------------------------------------------------------------------
            ; [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\WMI\Autologger\AutoLogger-Diagtrack-Listener]
            ; "Start"=dword:00000000
    
    ; ---------------------------------------------------------------------------------------------------------------------------
            ; *NEW* Not Listed -  Disable telemetry (4)  >> 1903 +? Remove (;) below if using
    ; ---------------------------------------------------------------------------------------------------------------------------
            ; [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\WMI\Autologger\Diagtrack-Listener]
            ; "Start"=dword:00000000
    
    ; ---------------------------------------------------------------------------------------------------------------------------
            ; No Longer Listed - Disable telemetry (1 of 3) Remove (;) below if using
    ; ---------------------------------------------------------------------------------------------------------------------------
            ; [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\DiagTrack]
            ; "Start"=dword:00000004
    
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\dmwappushservice]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RY) [**Disable telemetry**] >> Previously (2 0f 3) and only one applied currently <<
    ; ---------------------------------------------------------------------------------------------------------------------------
    "Start"=dword:00000004
    
    ; ---------------------------------------------------------------------------------------------------------------------------
           ; No Longer Listed - Disalbe Windows Media Player usage tracking - But Resides None The Less *allbeit different key*
           ; Previously located at [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer] Remove (;) below if using
    ; ---------------------------------------------------------------------------------------------------------------------------
           ; [HKEY_USERS\S-1-5-21-3001582384-2014422002-2520906533-1001\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer]
           ; "PreventCDDVDMetadataRetrieval"=dword:00000001
           ; "PreventMusicFileMetadataRetrieval"=dword:00000001    ; Additional Entry (probably worth adding)
           ; "PreventRadioPresetsMetadataRetrieval"=dword:00000001 ; Additional Entry (probably worth adding)
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WMDRM]
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; (RL) [**Disable Internet access of Windows Media Digital Rights Management (DRM)**]
    ; ---------------------------------------------------------------------------------------------------------------------------
    "DisableOnline"=dword:00000001
    
    
    ; **********
    
    ; ---------------------------------------------------------------------------------------------------------------------------
    ; *O5 ** [MICROSOFT EDGE (New version based on Chromium)]
    ; ---------------------------------------------------------------------------------------------------------------------------
    
    see part 2 below :-)
    
     
  7. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,730
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,399
    2,385
    60
  9. MS-BOSS

    MS-BOSS MDL Junior Member

    Jun 24, 2015
    81
    14
    0
    No problem at all. I am grateful to everyone who ever helped me on this forum and have always thanked everyone too. If you were born in the 1984 (assuming from your profile name), then you are younger than me. :) Thanks again for your work, I'll save it in a file when you finish.
     
  10. bsodlover

    bsodlover MDL Novice

    May 18, 2013
    16
    5
    0
    I see O&O have waaay more options than our eyes can see under Windows privacy option. I feel like just turning off everything in privacy settings is not enough and it's just a fraction of what Microsoft allow us to know and turn off.

    Are there hidden switches to stuff we commonly do not have access, or others that simply is unreachable unless someone like the developers of O&O can only find by doing a very meticulous digging in Windows registry?
     
  11. petok

    petok MDL Senior Member

    May 4, 2009
    351
    201
    10
    O&O cover just 47% tweaks for other tweaks and settings need use GPO.
     
  12. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,399
    2,385
    60
    OOSU10 reg file now complete (Just join the two parts together) ...
    .. as regards Profile Name drew ( Eldest Son) 1984 (His Y.O.B)
     
  13. MS-BOSS

    MS-BOSS MDL Junior Member

    Jun 24, 2015
    81
    14
    0
    Thank you for the complete reg file with everything enabled in the O&O ShutUp10 (v1.8.1415)! And yes Sir, I now see that I am younger than you. :)
     
  14. happyxman

    happyxman MDL Junior Member

    Oct 22, 2020
    58
    9
    0
    #295 happyxman, Jun 10, 2021
    Last edited: Jun 10, 2021
    Hello all,

    I would like to please you tell me,which is the optimal configuration of the O&O Shutup 10?

    *Which would prevent O&O Shutup 10 from interfering with 3d party apps or antiviruses?

    I have the latest version of Win 10.