-
-
Save yuribyte/6035dcd74912e8a28a1d2691067ed2c9 to your computer and use it in GitHub Desktop.
Revisions
-
yashgorana revised this gist
Aug 24, 2025 . 1 changed file with 11 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,12 +1,19 @@ Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\BraveSoftware\Brave] "BraveAIChatEnabled"=dword:00000000 "BraveNewsDisabled"=dword:00000001 "BraveP3AEnabled"=dword:00000000 "BraveRewardsDisabled"=dword:00000001 "BraveSpeedreaderEnabled"=dword:00000000 "BraveStatsPingEnabled"=dword:00000000 "BraveSyncUrl"="" "BraveTalkDisabled"=dword:00000001 "BraveVPNDisabled"=dword:00000001 "BraveWalletDisabled"=dword:00000001 "BraveWaybackMachineEnabled"=dword:00000000 "BraveWebDiscoveryEnabled"=dword:00000000 "TorDisabled"=dword:00000001 "DefaultGeolocationSetting"=dword:00000002 "DefaultNotificationsSetting"=dword:00000002 "DefaultLocalFontsSetting"=dword:00000002 -
yashgorana revised this gist
Feb 9, 2025 . 1 changed file with 43 additions and 19 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,32 +1,56 @@ Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\BraveSoftware\Brave] "TorDisabled"=dword:00000001 "BraveRewardsDisabled"=dword:00000001 "BraveWalletDisabled"=dword:00000001 "BraveVPNDisabled"=dword:00000001 "BraveAIChatEnabled"=dword:00000000 "BraveSyncUrl"="" "DefaultGeolocationSetting"=dword:00000002 "DefaultNotificationsSetting"=dword:00000002 "DefaultLocalFontsSetting"=dword:00000002 "DefaultSensorsSetting"=dword:00000002 "DefaultSerialGuardSetting"=dword:00000002 "CloudReportingEnabled"=dword:00000000 "DriveDisabled"=dword:00000001 "PasswordManagerEnabled"=dword:00000000 "PasswordSharingEnabled"=dword:00000000 "PasswordLeakDetectionEnabled"=dword:00000000 "QuickAnswersEnabled"=dword:00000000 "SafeBrowsingExtendedReportingEnabled"=dword:00000000 "SafeBrowsingSurveysEnabled"=dword:00000000 "SafeBrowsingDeepScanningEnabled"=dword:00000000 "DeviceActivityHeartbeatEnabled"=dword:00000000 "DeviceMetricsReportingEnabled"=dword:00000000 "HeartbeatEnabled"=dword:00000000 "LogUploadEnabled"=dword:00000000 "ReportAppInventory"="" "ReportDeviceActivityTimes"=dword:00000000 "ReportDeviceAppInfo"=dword:00000000 "ReportDeviceSystemInfo"=dword:00000000 "ReportDeviceUsers"=dword:00000000 "ReportWebsiteTelemetry"="" "AlternateErrorPagesEnabled"=dword:00000000 "AutofillCreditCardEnabled"=dword:00000000 "BackgroundModeEnabled"=dword:00000000 "BrowserGuestModeEnabled"=dword:00000000 "BrowserSignin"=dword:00000000 "BuiltInDnsClientEnabled"=dword:00000000 "DefaultBrowserSettingEnabled"=dword:00000000 "MetricsReportingEnabled"=dword:00000000 "ParcelTrackingEnabled"=dword:00000000 "RelatedWebsiteSetsEnabled"=dword:00000000 "ShoppingListEnabled"=dword:00000000 "SyncDisabled"=dword:00000001 "ExtensionManifestV2Availability"=dword:00000002 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\BraveSoftware\Brave\ExtensionInstallForcelist] "1"="cjpalhdlnbpafiamejdnhcphjbkeiagm" "2"="fhcgjolkccmbidfldomjliifgaodjagh" "3"="nkgllhigpcljnhoakjkgaieabnkmgdkb" "4"="edibdbjcniadpccecjdfdjjppcpchdlm" "5"="mnjggcdmjocbbbhaepdhchncahnbgone" "6"="bbeaicapbccfllodepmimpkgecanonai" "7"="jaadjnlkjnhohljficgoddcjmndjfdmi" "8"="ldpochfccmkkmhdbclfhpagapcfdljkj" -
yashgorana revised this gist
Nov 4, 2024 . 1 changed file with 13 additions and 53 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,72 +1,32 @@ Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\Software\Policies\BraveSoftware\Brave] ; Brave "TorDisabled"=dword:00000001 "BraveRewardsDisabled"=dword:00000001 "BraveWalletDisabled"=dword:00000001 "BraveVPNDisabled"=dword:00000001 "BraveAIChatEnabled"=dword:00000000 ; chrome "AlternateErrorPagesEnabled"=dword:00000000 "AutofillCreditCardEnabled"=dword:00000000 "BrowserSignin"=dword:00000000 "ConfigureDoNotTrack"=dword:00000001 "PasswordManagerEnabled"=dword:00000000 "RelatedWebsiteSetsEnabled"=dword:00000000 "ShowRecommendationsEnabled"=dword:00000000 "SyncDisabled"=dword:00000001 "UserFeedbackAllowed"=dword:00000000 ; password "PasswordLeakDetectionEnabled"=dword:00000000 "PasswordManagerEnabled"=dword:00000000 "PasswordSharingEnabled"=dword:00000000 ; site shields "DefaultGeolocationSetting"=dword:00000002 "DefaultLocalFontsSetting"=dword:00000002 "DefaultSensorsSetting"=dword:00000002 "DefaultNotificationsSetting"=dword:00000002 -
yashgorana revised this gist
Nov 4, 2024 . 1 changed file with 57 additions and 13 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,28 +1,72 @@ Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge] ; Edge Specific Settings "BackgroundModeEnabled"=dword:00000000 "BingAdsSuppression"=dword:00000001 "CryptoWalletEnabled"=dword:00000000 "DiagnosticData"=dword:00000000 "EdgeAssetDeliveryServiceEnabled"=dword:00000000 "EdgeCollectionsEnabled"=dword:00000000 "EdgeEDropEnabled"=dword:00000000 "EdgeFollowEnabled"=dword:00000000 "EdgeShoppingAssistantEnabled"=dword:00000000 "EdgeWalletCheckoutEnabled"=dword:00000000 "EdgeWalletEtreeEnabled"=dword:00000000 "ExperimentationAndConfigurationServiceControl"=dword:00000000 "HubsSidebarEnabled"=dword:00000000 "ImplicitSignInEnabled"=dword:00000000 "MicrosoftEdgeInsiderPromotionEnabled"=dword:00000000 "PersonalizationReportingEnabled"=dword:00000000 "ResolveNavigationErrorsUseWebService"=dword:00000000 "ShowMicrosoftRewards"=dword:00000000 "StandaloneHubsSidebarEnabled"=dword:00000000 "WalletDonationEnabled"=dword:00000000 "WebWidgetAllowed"=dword:00000000 "AllowGamesMenu"=dword:00000000 "PaymentMethodQueryEnabled"=dword:00000000 "PromotionalTabsEnabled"=dword:00000000 "InAppSupportEnabled"=dword:00000000 "ExtensionManifestV2Availability"=dword:00000002 "EdgeWorkspacesEnabled"=dword:00000000 "ComposeInlineEnabled"=dword:00000000 "ImageEditorServiceEnabled"=dword:00000000 "MicrosoftEditorProofingEnabled"=dword:00000000 "MicrosoftEditorSynonymsEnabled"=dword:00000000 "SyncDisabled"=dword:00000001 ; Chrome-compatible Settings "AlternateErrorPagesEnabled"=dword:00000000 "AutofillCreditCardEnabled"=dword:00000000 "BrowserSignin"=dword:00000000 "ConfigureDoNotTrack"=dword:00000001 "PasswordManagerEnabled"=dword:00000000 "RelatedWebsiteSetsEnabled"=dword:00000000 "ShowRecommendationsEnabled"=dword:00000000 "UserFeedbackAllowed"=dword:00000000 "ForceSync"=dword:00000000 ; Password Settings "PasswordLeakDetectionEnabled"=dword:00000000 "PasswordSharingEnabled"=dword:00000000 "BlockExternalExtensions"=dword:00000000 ; Site Shields/Permissions "DefaultGeolocationSetting"=dword:00000002 "DefaultLocalFontsSetting"=dword:00000002 "DefaultSensorsSetting"=dword:00000002 "DefaultNotificationsSetting"=dword:00000002 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallForcelist] ; uBlock Origin - msedge store "1"="odfafepnkmbhccpbejgmiehpchacaeak" ; Cookie AutoDelete - msedge store "2"="djkjpnciiommncecmdefpdllknjdmmmo" ; I still don't care about cookies - msedge store "3"="kkacdgacpkediooahopgcbdahlpipheh" ; BlankTab - msedge store "4"="ihknoknoahjhldmpdoajjdkfjhddgpcd" ; 1Password - msedge store "5"="dppgmdbiimibapkepcbdbmkaabgiofem" ; ClearURLs - msedge store "6"="mdkdmaickkfdekbjdoojfalpbkgaddei" -
yashgorana revised this gist
Apr 21, 2024 . 1 changed file with 20 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,28 @@ Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\Software\Policies\BraveSoftware\Brave] ; Brave "TorDisabled"=dword:00000001 "BraveRewardsDisabled"=dword:00000001 "BraveWalletDisabled"=dword:00000001 "BraveVPNDisabled"=dword:00000001 "BraveAIChatEnabled"=dword:00000000 ; chrome "AlternateErrorPagesEnabled"=dword:00000000 "AutofillCreditCardEnabled"=dword:00000000 "BrowserSignin"=dword:00000000 "ConfigureDoNotTrack"=dword:00000001 "PasswordManagerEnabled"=dword:00000000 "RelatedWebsiteSetsEnabled"=dword:00000000 "ShowRecommendationsEnabled"=dword:00000000 "SyncDisabled"=dword:00000001 "UserFeedbackAllowed"=dword:00000000 ; password "PasswordLeakDetectionEnabled"=dword:00000000 "PasswordManagerEnabled"=dword:00000000 "PasswordSharingEnabled"=dword:00000000 ; site shields "DefaultGeolocationSetting"=dword:00000002 "DefaultLocalFontsSetting"=dword:00000002 "DefaultSensorsSetting"=dword:00000002 "DefaultNotificationsSetting"=dword:00000002 -
yashgorana created this gist
Apr 21, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ Windows Registry Editor Version 5.00 ; brave version: 123.1.66.53 [HKEY_LOCAL_MACHINE\Software\Policies\BraveSoftware\Brave] "TorDisabled"=dword:00000001 "BraveRewardsDisabled"=dword:00000001 "BraveWalletDisabled"=dword:00000001 "BraveVPNDisabled"=dword:00000001 "BraveAIChatEnabled"=dword:00000000