Nag & Spy .reg file for enterprise


  1. Posts : 58
    Windows 10 LTSC
       #1

    Nag & Spy .reg file for enterprise


    I created a .reg file for Win10 enterprise. So far I'm very happy with it and thought I would share it.

    Be sure to lock the following keys with regini
    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Personalization\Settings [8]
    HKEY_CURRENT_USER\Control Panel\International\User Profile [8]

    DOWNLOAD
    AIO.reg

    Code:
    Windows Registry Editor Version 5.00
    
    ; __________________________________________________________________________________________________________________
    ; this reg file enforces privacy settings for the "choose your privacy screen" you see when first installing Windows
    
    
    
    
    ; 01 ONLINE SPEECH OFF: record vocal interactions with Windows (off by default for IOT)
    ; GP address (Control Panel\Regional and Language Options) "Allow users to enable online speech recognition services"=Disabled
    [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\InputPersonalization]
    "AllowInputPersonalization"=dword:00000000
    
    
    
    ; 02 LOCATION OFF: Windows GPS (GP or HKLM are needed for this to be off)
    ; GP address (Windows Components\Location and Sensors) "Turn off location"=Enabled
    [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\LocationAndSensors]
    "DisableLocation"=dword:00000001
    
    
    ; 03 FIND MY DEVICE OFF: (Used with an active Microsoft account)
    ; GP address (Windows Components\Find My Device) "Turn On/Off Find My Device"=Disabled
    [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\FindMyDevice]
    "AllowFindMyDevice"=dword:00000000
    
    
    ; 04 DIAGNOSTIC DATA OFF: (AKA Telemetry. has info on HARDWARE, SOFTWARE, WEBSITES, OS BEHAVIOR)
    ; GP Address (Windows Components\Data Collection and Preview Builds) "Allow Telemetry"=Enabled
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection]
    "AllowTelemetry"=dword:00000000
    
    
    ; 05 INKING AND TYPING OFF: (monitors keyboard usage) GROUP POLICY NO LONGER WORKS! Instead use regini to lock settings
    ; GP address (Windows Components\Text Input) "Improve inking and typing recognition"=Disabled
    ;[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\TextInput]
    ;"AllowLinguisticDataCollection"=dword:00000000
    
    ; alternative setting for 05
    ; LOCK this key
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Personalization\Settings]
    "AcceptedPrivacyPolicy"=dword:00000000
    
    
    
    ; 06 TAILORED EXERIENCE OFF: User specific tips & adds (HKCU ONLY) based on DIAGNOSTIC DATA
    ; GP address ([user configeration] Windows Components\Cloud Content) "Do not use diagnostic data for tailored experiences"=Enabled
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CloudContent]
    "DisableTailoredExperiencesWithDiagnosticData"=dword:00000001
    
    
    
    ; 07 ADVERTISING ID OFF: Targeted advertising for UWP Apps. (shouldn't matter for IOT but best keep it off)
    ; GP address (System\User Profiles) "Turn off the advertising ID"=Enabled
    [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\AdvertisingInfo]
    "DisabledByGroupPolicy"=dword:00000001
    
    ;HKLM
    
    ;______________________________________________________________
    ;!SYSTEM KEYS! (the following settings are for the SYSTEM hive) 
    ;______________________________________________________________
    
    
    
    ;_____
    ;POWER
    
    ;proper shutdown (This forces Windows to shutdown instead of suspending, better for the registry)
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power]
    "HiberbootEnabled"=dword:00000000
    
    
    ;_________________________________________________________________
    ;!SOFTWARE! KEYS (the following settings affect the SOFTWARE hive)
    ;_________________________________________________________________
    
    ;_____________
    ;FILE EXPLORER
    
    ;Rmove shield icon from taskbar
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run]
    "SecurityHealth"=hex(3):07,00,00,00,6F,EF,43,32,4E,78,D9,01
    
    ;Remove 3D objects folder
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}]
    
    ;Security And Maintenance NAG OFF
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings\Windows.SystemToast.SecurityAndMaintenance]
    "Enabled"=dword:00000000
    
    ;___________________________________________________________
    ;Internet Explorer settings (still needed for cetain things)
    
    ;INSTALL NAG off (NAG: stops the "are you sure" every time you try to install something)
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3]
    "1806"=dword:00000000
    
    ;____________________________________________________________________________________________________________________________________
    ;!GROUP POLICY KEYS & SOFTWARE SUB KEYS! (the following settings are for the GROUP POLICY system folder and affect the SOFTWARE hive)
    ;____________________________________________________________________________________________________________________________________
    
    
    ;________________________________________________________________________________________________________________
    ;GROUP POLICIES REGARDING SECURITY (the following settings disable Security features and thier coresponding nags)
    
    ;Internet Explorer Security Check feature (SECURITY: This prevents Internet Explorer from reenabling the INSTALL NAG)
    ;GP Address (Windows Components\Internet Explorer) "Turn off the Security Settings Check feature"=Enabled
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Security]
    "DisableSecuritySettingsCheck"=dword:00000001
    
    ;Defender Antivirus off (SECURITY: use a 3rd party antivirus)
    ;GP Address (Windows Components\Microsoft Defender Antivirus) "Turn off Microsoft Defender Antivirus"=Enabled
    [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows Defender]
    "DisableAntiSpyware"=dword:00000001
    
    
    ;System Restore off (SECURITY: can break the registry in modern systems, use 3rd party imiging tool instead) 
    ;GP Address (System\System Restore) "Turn off System Restore"=Enabled
    [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\SystemRestore]
    "DisableSR"=dword:00000001
    
    
    ;Automatic Updates off (SECURITY: unsolicited updates can break your system, image before manually updating)
    ;GP Address (Windows Components\Windows Update) "Configure Automatic Updates"=Disabled
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
    "NoAutoUpdate"=dword:00000001
    
    ;Notifications for Automatic Updates off (SECURITY NAG: you don't need reminding to update your system if you're doing it manually)
    ;GP Address (Windows Components\Windows Update) "Display options for update notifications"=Enabled
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
    "SetUpdateNotificationLevel"=dword:00000000
    
    
    
    ;__________________________________________________________________________________________________________________________________________________________
    ;GROUP POLICIES REGARDING NAGS (the following settings are for the Windows nags. These nags do nothing to help protect your system they just slow you down)
    
    ;UAC Off (NAG: Turns off user account control)
    ;GP Address (Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options) "User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode"=Elevate without prompting
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System]
    "ConsentPromptBehaviorAdmin"=dword:00000000
    
    ;Compatibility Assistant off (NAG: Stops Windows from asking "did this program run correctly")
    ;GP Address (Windows Components\Application Compatibility) "Turn off Program Compatibility Assistant"=Enabled
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat]
    "DisablePCA"=dword:00000001
    
    ;Feedback off (NAG: Stops Windows from asking feedback)
    ;GP Address (Windows Components\Data Collection and Preview Builds) "Do not show feedback notifications"=Enabled
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection]
    "DoNotShowFeedbackNotifications"=dword:00000001
    
    ;Smart Screen Off Explorer (NAG: just another "are you sure")
    ;GP Address (Windows Components\Windows Defender SmartScreen\Explorer) "Configure Windows Defender SmartScreen"=Disabled
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
    "EnableSmartScreen"=dword:00000000
    
    ;Smart Screen Off MicrosoftEdge (NAG: shouldn't be using edge in the first place)
    ;GP Address (Windows Defender SmartScreen\Microsoft Edge "Configure Windows Defender SmartScreen"=Disabled
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter]
    "EnabledV9"=dword:00000000
    
    
    
    ;______________________________________________________________________________
    ;GROUP POLICIES REGARDING PRIVACY (the following settings are for your privacy)
    
    
    ;Activity History off: Store my activity history on this device  (PRIVACY: Microsoft Account usage)
    ;GP Address (System\OS Policies) "Allow publishing of User Activities"=Disabled
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
    "PublishUserActivities"=dword:00000000
    
    
    ;Activity History off: Send my stored activity to Microsoft
    ;GP Address (System\OS Policies) "Allow upload of User Activities"=Disabled
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
    "UploadUserActivities"=dword:00000000
    
    
    ;Error Reporting off (PRIVACY: Stop App.exe & Kurnal crashes being sent to Microsoft)
    ;GP Address (Windows Components\Windows Error Reporting) "Disable Windows Error Reporting"=Enabled
    [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Windows Error Reporting]
    "Disabled"=dword:00000001
    
    
    ;____________________________________________________________________________________________________________
    ;DEPRECATED GROUP POLICIES (the following settings seem deprecated and only affect older versions of windows)
    
    
    ;Customer Experience Improvement Program (deprecated)
    ;GP Address (System\Internet Communication Management\Internet Communication settings) "Turn off Windows Customer Experience Improvement Program"=Enabled
    ;[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\SQMClient\Windows]
    ;"CEIPEnable"=dword:00000000
    
    
    ;Application Telemetry (deprecated) not needed if Customer Experience Improvement Program is disabled)
    ;GP Address (Windows Components\Application Compatibility) "Turn off Application Telemetry"=Enabled
    ;[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\AppCompat]
    ;"AITEnable"=dword:00000000
    
    ;HKCU
    
    ;___________________________________________________________________
    ;!CURRENT USER! (the following settings are for the NTUSER.DAT hive) 
    ;___________________________________________________________________
    
    
    ;_____
    ;POWER
    
    ;Always Restart & Shutdown (force close any apps preventing shutdown)
    [HKEY_CURRENT_USER\Control Panel\Desktop]
    "AutoEndTasks"="1"
    
    ;____
    ;XBOX
    
    ;GameBar off
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\GameBar]
    "UseNexusForGameBarEnabled"=dword:00000000
    
    ;Button off
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR]
    "AppCaptureEnabled"=dword:00000000
    
    ;______
    ;THEMES
    
    ;Remove recent items from the jump list
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "Start_TrackDocs"=dword:00000000
    
    ;Dark solid theme
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize]
    ;Show accent off
    "ColorPrevalence"=dword:00000000
    ;transparency off
    "EnableTransparency"=dword:00000000
    ;dark theme on
    "AppsUseLightTheme"=dword:00000000
    
    ;Minimal Ribbon (makes the ribbon smaller and nicer)
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Ribbon]
    "QatItems"=hex:3c,73,69,71,3a,63,75,73,74,6f,6d,55,49,20,78,6d,6c,6e,73,3a,73,\
      69,71,3d,22,68,74,74,70,3a,2f,2f,73,63,68,65,6d,61,73,2e,6d,69,63,72,6f,73,\
      6f,66,74,2e,63,6f,6d,2f,77,69,6e,64,6f,77,73,2f,32,30,30,39,2f,72,69,62,62,\
      6f,6e,2f,71,61,74,22,3e,3c,73,69,71,3a,72,69,62,62,6f,6e,20,6d,69,6e,69,6d,\
      69,7a,65,64,3d,22,74,72,75,65,22,3e,3c,73,69,71,3a,71,61,74,20,70,6f,73,69,\
      74,69,6f,6e,3d,22,30,22,3e,3c,73,69,71,3a,73,68,61,72,65,64,43,6f,6e,74,72,\
      6f,6c,73,3e,3c,73,69,71,3a,63,6f,6e,74,72,6f,6c,20,69,64,51,3d,22,73,69,71,\
      3a,31,36,31,32,38,22,20,76,69,73,69,62,6c,65,3d,22,66,61,6c,73,65,22,20,61,\
      72,67,75,6d,65,6e,74,3d,22,30,22,20,2f,3e,3c,73,69,71,3a,63,6f,6e,74,72,6f,\
      6c,20,69,64,51,3d,22,73,69,71,3a,31,36,31,32,39,22,20,76,69,73,69,62,6c,65,\
      3d,22,66,61,6c,73,65,22,20,61,72,67,75,6d,65,6e,74,3d,22,30,22,20,2f,3e,3c,\
      73,69,71,3a,63,6f,6e,74,72,6f,6c,20,69,64,51,3d,22,73,69,71,3a,31,32,33,35,\
      32,22,20,76,69,73,69,62,6c,65,3d,22,66,61,6c,73,65,22,20,61,72,67,75,6d,65,\
      6e,74,3d,22,30,22,20,2f,3e,3c,73,69,71,3a,63,6f,6e,74,72,6f,6c,20,69,64,51,\
      3d,22,73,69,71,3a,31,32,33,38,34,22,20,76,69,73,69,62,6c,65,3d,22,66,61,6c,\
      73,65,22,20,61,72,67,75,6d,65,6e,74,3d,22,30,22,20,2f,3e,3c,73,69,71,3a,63,\
      6f,6e,74,72,6f,6c,20,69,64,51,3d,22,73,69,71,3a,31,32,33,33,36,22,20,76,69,\
      73,69,62,6c,65,3d,22,66,61,6c,73,65,22,20,61,72,67,75,6d,65,6e,74,3d,22,30,\
      22,20,2f,3e,3c,73,69,71,3a,63,6f,6e,74,72,6f,6c,20,69,64,51,3d,22,73,69,71,\
      3a,31,32,33,35,37,22,20,76,69,73,69,62,6c,65,3d,22,66,61,6c,73,65,22,20,61,\
      72,67,75,6d,65,6e,74,3d,22,30,22,20,2f,3e,3c,2f,73,69,71,3a,73,68,61,72,65,\
      64,43,6f,6e,74,72,6f,6c,73,3e,3c,2f,73,69,71,3a,71,61,74,3e,3c,2f,73,69,71,\
      3a,72,69,62,62,6f,6e,3e,3c,2f,73,69,71,3a,63,75,73,74,6f,6d,55,49,3e
    
    ;_______
    ;TASKBAR
    
    ;search off the taskbar (removes the annoying earch box from the taskbar)
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search]
    "SearchboxTaskbarMode"=dword:00000000
    
    ;People off the taskbar (not applied due to group policy at the bottom of the script)
    ;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\People]
    ;"PeopleBand"=dword:00000000
    
    ;taskview button off (use Winkey + tab)
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "ShowTaskViewButton"=dword:00000000
    
    ;_____________
    ;FILE EXPLORER
    
    ;show hidden files and folders
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "Hidden"=dword:00000001
    
    ;show extensions (extensions like .exe are now visible)
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "HideFileExt"=dword:00000000
    
    
    ;always show the menu
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "AlwaysShowMenus"=dword:00000001
    
    ;always launch to "This PC"
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "LaunchTo"=dword:00000001
    
    ;block explorer adds
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "ShowSyncProviderNotifications"=dword:00000000
    
    ;recent & frequently opend off
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
    "ShowRecent"=dword:00000000
    "ShowFrequent"=dword:00000000
    
    ;Task Manager always open & on top
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\TaskManager]
    "UseStatusSetting"=dword:00000000
    "Preferences"=hex:0d,00,00,00,c0,00,00,00,c0,00,00,00,62,00,00,00,62,00,00,00,\
      58,03,00,00,4a,03,00,00,00,00,00,00,00,00,00,80,00,00,00,80,b0,03,00,80,be,\
      03,00,80,01,01,00,01,11,02,00,00,92,00,00,00,61,07,00,00,42,05,00,00,e8,03,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,0f,00,00,00,01,00,00,00,00,00,00,\
      00,68,aa,d3,ed,f7,7f,00,00,00,00,00,00,00,00,00,00,00,00,00,00,ea,00,00,00,\
      1e,00,00,00,89,90,00,00,00,00,00,00,ff,00,00,00,01,01,50,02,00,00,00,00,0d,\
      00,00,00,00,00,00,00,a8,aa,d3,ed,f7,7f,00,00,00,00,00,00,00,00,00,00,ff,ff,\
      ff,ff,96,00,00,00,1e,00,00,00,8b,90,00,00,01,00,00,00,00,00,00,00,00,10,10,\
      01,00,00,00,00,03,00,00,00,00,00,00,00,c0,aa,d3,ed,f7,7f,00,00,00,00,00,00,\
      00,00,00,00,ff,ff,ff,ff,78,00,00,00,1e,00,00,00,8c,90,00,00,02,00,00,00,00,\
      00,00,00,01,02,12,00,00,00,00,00,04,00,00,00,00,00,00,00,d8,aa,d3,ed,f7,7f,\
      00,00,00,00,00,00,00,00,00,00,ff,ff,ff,ff,96,00,00,00,1e,00,00,00,8d,90,00,\
      00,03,00,00,00,00,00,00,00,00,01,10,01,00,00,00,00,02,00,00,00,00,00,00,00,\
      f8,aa,d3,ed,f7,7f,00,00,00,00,00,00,00,00,00,00,ff,ff,ff,ff,32,00,00,00,1e,\
      00,00,00,8a,90,00,00,04,00,00,00,00,00,00,00,00,08,20,01,00,00,00,00,05,00,\
      00,00,00,00,00,00,10,ab,d3,ed,f7,7f,00,00,00,00,00,00,00,00,00,00,ff,ff,ff,\
      ff,c8,00,00,00,1e,00,00,00,8e,90,00,00,05,00,00,00,00,00,00,00,00,01,10,01,\
      00,00,00,00,06,00,00,00,00,00,00,00,38,ab,d3,ed,f7,7f,00,00,00,00,00,00,00,\
      00,00,00,ff,ff,ff,ff,04,01,00,00,1e,00,00,00,8f,90,00,00,06,00,00,00,00,00,\
      00,00,00,01,10,01,00,00,00,00,07,00,00,00,00,00,00,00,60,ab,d3,ed,f7,7f,00,\
      00,00,00,00,00,00,00,00,00,ff,ff,ff,ff,49,00,00,00,49,00,00,00,90,90,00,00,\
      07,00,00,00,00,00,00,00,00,04,25,00,00,00,00,00,08,00,00,00,00,00,00,00,90,\
      aa,d3,ed,f7,7f,00,00,00,00,00,00,00,00,00,00,ff,ff,ff,ff,49,00,00,00,49,00,\
      00,00,91,90,00,00,08,00,00,00,00,00,00,00,00,04,25,00,00,00,00,00,09,00,00,\
      00,00,00,00,00,80,ab,d3,ed,f7,7f,00,00,00,00,00,00,00,00,00,00,ff,ff,ff,ff,\
      49,00,00,00,49,00,00,00,92,90,00,00,09,00,00,00,00,00,00,00,00,04,25,08,00,\
      00,00,00,0a,00,00,00,00,00,00,00,98,ab,d3,ed,f7,7f,00,00,00,00,00,00,00,00,\
      00,00,ff,ff,ff,ff,49,00,00,00,49,00,00,00,93,90,00,00,0a,00,00,00,00,00,00,\
      00,00,04,25,08,00,00,00,00,0b,00,00,00,00,00,00,00,b8,ab,d3,ed,f7,7f,00,00,\
      00,00,00,00,00,00,00,00,ff,ff,ff,ff,49,00,00,00,49,00,00,00,39,a0,00,00,0b,\
      00,00,00,00,00,00,00,00,04,25,09,00,00,00,00,1c,00,00,00,00,00,00,00,d8,ab,\
      d3,ed,f7,7f,00,00,00,00,00,00,00,00,00,00,ff,ff,ff,ff,c8,00,00,00,49,00,00,\
      00,3a,a0,00,00,0c,00,00,00,00,00,00,00,00,01,10,09,00,00,00,00,1d,00,00,00,\
      00,00,00,00,00,ac,d3,ed,f7,7f,00,00,00,00,00,00,00,00,00,00,ff,ff,ff,ff,64,\
      00,00,00,49,00,00,00,4c,a0,00,00,0d,00,00,00,00,00,00,00,00,02,15,08,00,00,\
      00,00,1e,00,00,00,00,00,00,00,20,ac,d3,ed,f7,7f,00,00,00,00,00,00,00,00,00,\
      00,ff,ff,ff,ff,64,00,00,00,49,00,00,00,4d,a0,00,00,0e,00,00,00,00,00,00,00,\
      00,02,15,08,00,00,00,00,03,00,00,00,0a,00,00,00,01,00,00,00,00,00,00,00,68,\
      aa,d3,ed,f7,7f,00,00,00,00,00,00,00,00,00,00,00,00,00,00,d7,00,00,00,00,00,\
      00,00,89,90,00,00,00,00,00,00,ff,00,00,00,01,01,50,02,00,00,00,00,04,00,00,\
      00,00,00,00,00,d8,aa,d3,ed,f7,7f,00,00,00,00,00,00,00,00,00,00,01,00,00,00,\
      96,00,00,00,00,00,00,00,8d,90,00,00,01,00,00,00,00,00,00,00,01,01,10,00,00,\
      00,00,00,03,00,00,00,00,00,00,00,c0,aa,d3,ed,f7,7f,00,00,00,00,00,00,00,00,\
      00,00,ff,ff,ff,ff,64,00,00,00,00,00,00,00,8c,90,00,00,02,00,00,00,00,00,00,\
      00,00,02,10,00,00,00,00,00,0c,00,00,00,00,00,00,00,50,ac,d3,ed,f7,7f,00,00,\
      00,00,00,00,00,00,00,00,03,00,00,00,64,00,00,00,00,00,00,00,94,90,00,00,03,\
      00,00,00,00,00,00,00,01,02,10,00,00,00,00,00,0d,00,00,00,00,00,00,00,78,ac,\
      d3,ed,f7,7f,00,00,00,00,00,00,00,00,00,00,ff,ff,ff,ff,64,00,00,00,00,00,00,\
      00,95,90,00,00,04,00,00,00,00,00,00,00,00,01,10,01,00,00,00,00,0e,00,00,00,\
      00,00,00,00,a0,ac,d3,ed,f7,7f,00,00,00,00,00,00,00,00,00,00,05,00,00,00,32,\
      00,00,00,00,00,00,00,96,90,00,00,05,00,00,00,00,00,00,00,01,04,20,01,00,00,\
      00,00,0f,00,00,00,00,00,00,00,c8,ac,d3,ed,f7,7f,00,00,00,00,00,00,00,00,00,\
      00,06,00,00,00,32,00,00,00,00,00,00,00,97,90,00,00,06,00,00,00,00,00,00,00,\
      01,04,20,01,00,00,00,00,10,00,00,00,00,00,00,00,e8,ac,d3,ed,f7,7f,00,00,00,\
      00,00,00,00,00,00,00,07,00,00,00,46,00,00,00,00,00,00,00,98,90,00,00,07,00,\
      00,00,00,00,00,00,01,01,10,01,00,00,00,00,11,00,00,00,00,00,00,00,08,ad,d3,\
      ed,f7,7f,00,00,00,00,00,00,00,00,00,00,ff,ff,ff,ff,64,00,00,00,00,00,00,00,\
      99,90,00,00,08,00,00,00,00,00,00,00,00,01,10,01,00,00,00,00,06,00,00,00,00,\
      00,00,00,38,ab,d3,ed,f7,7f,00,00,00,00,00,00,00,00,00,00,09,00,00,00,04,01,\
      00,00,00,00,00,00,8f,90,00,00,09,00,00,00,00,00,00,00,01,01,10,01,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,04,00,00,00,0b,00,00,00,01,00,00,00,00,00,00,00,68,aa,d3,\
      ed,f7,7f,00,00,00,00,00,00,00,00,00,00,00,00,00,00,d7,00,00,00,00,00,00,00,\
      9e,90,00,00,00,00,00,00,ff,00,00,00,01,01,50,02,00,00,00,00,12,00,00,00,00,\
      00,00,00,30,ad,d3,ed,f7,7f,00,00,00,00,00,00,00,00,00,00,ff,ff,ff,ff,2d,00,\
      00,00,00,00,00,00,9b,90,00,00,01,00,00,00,00,00,00,00,00,04,20,01,00,00,00,\
      00,14,00,00,00,00,00,00,00,50,ad,d3,ed,f7,7f,00,00,00,00,00,00,00,00,00,00,\
      ff,ff,ff,ff,64,00,00,00,00,00,00,00,9d,90,00,00,02,00,00,00,00,00,00,00,00,\
      01,10,01,00,00,00,00,13,00,00,00,00,00,00,00,78,ad,d3,ed,f7,7f,00,00,00,00,\
      00,00,00,00,00,00,ff,ff,ff,ff,64,00,00,00,00,00,00,00,9c,90,00,00,03,00,00,\
      00,00,00,00,00,00,01,10,01,00,00,00,00,03,00,00,00,00,00,00,00,c0,aa,d3,ed,\
      f7,7f,00,00,00,00,00,00,00,00,00,00,ff,ff,ff,ff,64,00,00,00,00,00,00,00,8c,\
      90,00,00,04,00,00,00,00,00,00,00,01,02,10,00,00,00,00,00,07,00,00,00,00,00,\
      00,00,60,ab,d3,ed,f7,7f,00,00,00,00,00,00,00,00,00,00,05,00,00,00,49,00,00,\
      00,49,00,00,00,90,90,00,00,05,00,00,00,00,00,00,00,01,04,21,00,00,00,00,00,\
      08,00,00,00,00,00,00,00,90,aa,d3,ed,f7,7f,00,00,00,00,00,00,00,00,00,00,06,\
      00,00,00,49,00,00,00,49,00,00,00,91,90,00,00,06,00,00,00,00,00,00,00,01,04,\
      21,00,00,00,00,00,09,00,00,00,00,00,00,00,80,ab,d3,ed,f7,7f,00,00,00,00,00,\
      00,00,00,00,00,07,00,00,00,49,00,00,00,49,00,00,00,92,90,00,00,07,00,00,00,\
      00,00,00,00,01,04,21,08,00,00,00,00,0a,00,00,00,00,00,00,00,98,ab,d3,ed,f7,\
      7f,00,00,00,00,00,00,00,00,00,00,08,00,00,00,49,00,00,00,49,00,00,00,93,90,\
      00,00,08,00,00,00,00,00,00,00,01,04,21,08,00,00,00,00,0b,00,00,00,00,00,00,\
      00,b8,ab,d3,ed,f7,7f,00,00,00,00,00,00,00,00,00,00,09,00,00,00,49,00,00,00,\
      49,00,00,00,39,a0,00,00,09,00,00,00,00,00,00,00,01,04,21,09,00,00,00,00,1c,\
      00,00,00,00,00,00,00,d8,ab,d3,ed,f7,7f,00,00,00,00,00,00,00,00,00,00,0a,00,\
      00,00,64,00,00,00,00,00,00,00,3a,a0,00,00,0a,00,00,00,00,00,00,00,00,01,10,\
      09,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,02,00,00,00,08,00,00,00,01,00,00,00,00,00,00,00,68,aa,d3,ed,f7,\
      7f,00,00,00,00,00,00,00,00,00,00,00,00,00,00,c6,00,00,00,00,00,00,00,b0,90,\
      00,00,00,00,00,00,ff,00,00,00,01,01,50,02,00,00,00,00,15,00,00,00,00,00,00,\
      00,98,ad,d3,ed,f7,7f,00,00,00,00,00,00,00,00,00,00,ff,ff,ff,ff,6b,00,00,00,\
      00,00,00,00,b1,90,00,00,01,00,00,00,00,00,00,00,00,04,25,00,00,00,00,00,16,\
      00,00,00,00,00,00,00,c8,ad,d3,ed,f7,7f,00,00,00,00,00,00,00,00,00,00,ff,ff,\
      ff,ff,6b,00,00,00,00,00,00,00,b2,90,00,00,02,00,00,00,00,00,00,00,00,04,25,\
      00,00,00,00,00,18,00,00,00,00,00,00,00,f0,ad,d3,ed,f7,7f,00,00,00,00,00,00,\
      00,00,00,00,ff,ff,ff,ff,6b,00,00,00,00,00,00,00,b4,90,00,00,03,00,00,00,00,\
      00,00,00,00,04,25,00,00,00,00,00,17,00,00,00,00,00,00,00,18,ae,d3,ed,f7,7f,\
      00,00,00,00,00,00,00,00,00,00,ff,ff,ff,ff,6b,00,00,00,00,00,00,00,b3,90,00,\
      00,04,00,00,00,00,00,00,00,00,04,25,00,00,00,00,00,19,00,00,00,00,00,00,00,\
      50,ae,d3,ed,f7,7f,00,00,00,00,00,00,00,00,00,00,ff,ff,ff,ff,a0,00,00,00,00,\
      00,00,00,b5,90,00,00,05,00,00,00,00,00,00,00,00,04,20,01,00,00,00,00,1a,00,\
      00,00,00,00,00,00,80,ae,d3,ed,f7,7f,00,00,00,00,00,00,00,00,00,00,ff,ff,ff,\
      ff,7d,00,00,00,00,00,00,00,b6,90,00,00,06,00,00,00,00,00,00,00,00,04,20,01,\
      00,00,00,00,1b,00,00,00,00,00,00,00,b0,ae,d3,ed,f7,7f,00,00,00,00,00,00,00,\
      00,00,00,ff,ff,ff,ff,7d,00,00,00,00,00,00,00,b7,90,00,00,07,00,00,00,00,00,\
      00,00,00,04,20,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,da,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,9d,20,00,00,20,00,00,00,64,00,00,00,64,00,00,00,32,00,00,00,50,\
      00,00,00,50,00,00,00,32,00,00,00,32,00,00,00,28,00,00,00,50,00,00,00,3c,00,\
      00,00,50,00,00,00,50,00,00,00,32,00,00,00,50,00,00,00,50,00,00,00,50,00,00,\
      00,50,00,00,00,50,00,00,00,50,00,00,00,50,00,00,00,28,00,00,00,50,00,00,00,\
      23,00,00,00,23,00,00,00,23,00,00,00,23,00,00,00,50,00,00,00,50,00,00,00,50,\
      00,00,00,32,00,00,00,32,00,00,00,32,00,00,00,78,00,00,00,78,00,00,00,50,00,\
      00,00,3c,00,00,00,50,00,00,00,50,00,00,00,78,00,00,00,32,00,00,00,78,00,00,\
      00,78,00,00,00,32,00,00,00,50,00,00,00,50,00,00,00,50,00,00,00,50,00,00,00,\
      c8,00,00,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,04,00,00,00,05,\
      00,00,00,06,00,00,00,07,00,00,00,08,00,00,00,09,00,00,00,0a,00,00,00,0b,00,\
      00,00,0c,00,00,00,0d,00,00,00,0e,00,00,00,0f,00,00,00,10,00,00,00,11,00,00,\
      00,12,00,00,00,13,00,00,00,14,00,00,00,15,00,00,00,16,00,00,00,17,00,00,00,\
      18,00,00,00,19,00,00,00,1a,00,00,00,1b,00,00,00,1c,00,00,00,1d,00,00,00,1e,\
      00,00,00,1f,00,00,00,20,00,00,00,21,00,00,00,22,00,00,00,23,00,00,00,24,00,\
      00,00,25,00,00,00,26,00,00,00,27,00,00,00,28,00,00,00,29,00,00,00,2a,00,00,\
      00,2b,00,00,00,2c,00,00,00,2d,00,00,00,2e,00,00,00,2f,00,00,00,00,00,00,00,\
      00,00,00,00,1f,00,00,00,00,00,00,00,64,00,00,00,32,00,00,00,78,00,00,00,50,\
      00,00,00,50,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,04,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
    
    
    ;________
    ;KEYBOARD
    
    ;Toggle keys off
    [HKEY_CURRENT_USER\Control Panel\Accessibility\ToggleKeys]
    "Flags"="58"
    
    ;Sticky keys off
    [HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys]
    "Flags"="506"
    
    ;Filter keys off
    [HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response]
    "Flags"="122"
    
    ;PrtSc snipping on
    [HKEY_CURRENT_USER\Control Panel\Keyboard]
    "PrintScreenKeyForSnippingEnabled"=dword:00000001
    
    ;keyboard sounds off
    [HKEY_CURRENT_USER\Control Panel\Accessibility]
    "Warning Sounds"=dword:00000000
    "Sound on Activation"=dword:00000000
    
    ;______________
    ;MOUSE SETTINGS
    
    ;acceleration off
    [HKEY_CURRENT_USER\Control Panel\Mouse]
    "MouseSpeed"="0"
    
    ;large inverted cursor 
    [HKEY_CURRENT_USER\Control Panel\Cursors]
    "AppStarting"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
      00,74,00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,77,00,\
      61,00,69,00,74,00,5f,00,69,00,6c,00,2e,00,63,00,75,00,72,00,00,00
    "Arrow"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
      00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,61,00,72,00,\
      72,00,6f,00,77,00,5f,00,69,00,6c,00,2e,00,63,00,75,00,72,00,00,00
    "ContactVisualization"=dword:00000001
    "Crosshair"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
      74,00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,63,00,72,\
      00,6f,00,73,00,73,00,5f,00,69,00,6c,00,2e,00,63,00,75,00,72,00,00,00
    "GestureVisualization"=dword:0000001f
    "Hand"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
      00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,61,00,65,00,\
      72,00,6f,00,5f,00,6c,00,69,00,6e,00,6b,00,5f,00,69,00,6c,00,2e,00,63,00,75,\
      00,72,00,00,00
    "Help"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
      00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,68,00,65,00,\
      6c,00,70,00,5f,00,69,00,6c,00,2e,00,63,00,75,00,72,00,00,00
    "IBeam"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
      00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,62,00,65,00,\
      61,00,6d,00,5f,00,69,00,6c,00,2e,00,63,00,75,00,72,00,00,00
    "No"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,\
      25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,6e,00,6f,00,5f,\
      00,69,00,6c,00,2e,00,63,00,75,00,72,00,00,00
    "NWPen"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
      00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,70,00,65,00,\
      6e,00,5f,00,69,00,6c,00,2e,00,63,00,75,00,72,00,00,00
    "Scheme Source"=dword:00000002
    "SizeAll"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
      74,00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,6d,00,6f,\
      00,76,00,65,00,5f,00,69,00,6c,00,2e,00,63,00,75,00,72,00,00,00
    "SizeNESW"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
      74,00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,73,00,69,\
      00,7a,00,65,00,31,00,5f,00,69,00,6c,00,2e,00,63,00,75,00,72,00,00,00
    "SizeNS"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
      00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,73,00,69,00,\
      7a,00,65,00,34,00,5f,00,69,00,6c,00,2e,00,63,00,75,00,72,00,00,00
    "SizeNWSE"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
      74,00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,73,00,69,\
      00,7a,00,65,00,32,00,5f,00,69,00,6c,00,2e,00,63,00,75,00,72,00,00,00
    "SizeWE"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
      00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,73,00,69,00,\
      7a,00,65,00,33,00,5f,00,69,00,6c,00,2e,00,63,00,75,00,72,00,00,00
    "UpArrow"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
      74,00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,75,00,70,\
      00,5f,00,69,00,6c,00,2e,00,63,00,75,00,72,00,00,00
    "Wait"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
      00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,62,00,75,00,\
      73,00,79,00,5f,00,69,00,6c,00,2e,00,63,00,75,00,72,00,00,00
    @="Windows Inverted (extra large)"
    "Pin"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,\
      25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,70,00,69,00,6e,\
      00,5f,00,69,00,6c,00,2e,00,63,00,75,00,72,00,00,00
    "Person"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
      00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,70,00,65,00,\
      72,00,73,00,6f,00,6e,00,5f,00,69,00,6c,00,2e,00,63,00,75,00,72,00,00,00
    
    
    ;_______________
    ;GENERAL PRIVACY
    
    
    ;Let website access to Language List (2nd option in the general privacy menu. AKA: Let websites provide locally relevant content by accessing my languge list)
    ;LOCK this key
    [HKEY_CURRENT_USER\Control Panel\International\User Profile]
    "HttpAcceptLanguageOptOut"=dword:00000001
    
    
    ;_______________________________________________________________________________________________________________________________________
    ;GROUP POLICY KEYS & NTUSER.DAT SUB KEYS! (the following settings are for the GROUP POLICY system folder and affect the NTUSER.DAT hive)
    ;User Configuration is root in gpedit.msc
    ;_______________________________________________________________________________________________________________________________________
    
    
    
    ;People off the taskbar (Group Policy user configuration)
    ;GP Address: User Config [Start Menu and Taskbar] "Remove the People Bar from the taskbar"=Enabled
    [HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer]
    "HidePeopleBar"=dword:00000001
    
    
    
    
    ;Let Windows track app launches (3rd option in the general privacy menu)
    ;GP Address (Windows Components\Edge UI) "Turn off tracking of app usage"=Enabled
    [HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\EdgeUI]
    "DisableMFUTracking"=dword:00000001
    Last edited by Brink; 10 May 2023 at 19:41. Reason: code box
      My Computer


  2. Posts : 5,607
    Windows 11 Pro 64-bit
       #2

    Not many people know how registry files works, little explanation of what your registry files would help for those who wants to use it.
      My Computer


  3. Posts : 58
    Windows 10 LTSC
    Thread Starter
       #3

    FreeBooter said:
    Not many people know how registry files works, little explanation of what your registry files would help for those who wants to use it.
    It's also good when working with so many settings. I also like keeping an address of the group policy settings.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 19:07.
Find Us




Windows 10 Forums