mirror of
https://github.com/W4RH4WK/Debloat-Windows-10.git
synced 2024-11-15 18:12:57 +00:00
commit
360f72ff5f
@ -98,6 +98,30 @@ Import-Registry(@"
|
||||
"HarvestContacts"=dword:00000000
|
||||
"@)
|
||||
|
||||
echo "Inking and typing settings"
|
||||
Import-Registry(@"
|
||||
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\InputPersonalization]
|
||||
"RestrictImplicitInkCollection"=dword:00000001
|
||||
|
||||
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\InputPersonalization]
|
||||
"RestrictImplicitTextCollection"=dword:00000001
|
||||
"@)
|
||||
|
||||
echo "Microsoft Edge settings"
|
||||
Import-Registry(@"
|
||||
[HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\Main]
|
||||
"DoNotTrack"=dword:00000001
|
||||
|
||||
[HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\User\Default\SearchScopes]
|
||||
"ShowSearchSuggestionsGlobal"=dword:00000000
|
||||
|
||||
[HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\FlipAhead]
|
||||
"FPEnabled"=dword:00000000
|
||||
|
||||
[HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\PhishingFilter]
|
||||
"EnabledV9"=dword:00000000
|
||||
"@)
|
||||
|
||||
echo "Disable background access of default apps"
|
||||
Import-Registry(@"
|
||||
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications\Microsoft.Office.OneNote_17.4229.10061.0_x64__8wekyb3d8bbwe]
|
||||
@ -279,4 +303,10 @@ $sid = $user.Translate([System.Security.Principal.SecurityIdentifier]).value
|
||||
Import-Registry(@"
|
||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WcmSvc\wifinetworkmanager\features\$sid]
|
||||
"FeatureStates"=dword:0000033c
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WcmSvc\wifinetworkmanager\features]
|
||||
"WiFiSenseCredShared"=dword:00000000
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WcmSvc\wifinetworkmanager\features]
|
||||
"WiFiSenseOpen"=dword:00000000
|
||||
"@)
|
||||
|
Loading…
Reference in New Issue
Block a user