Skip to content

Commit

Permalink
Add a couple more policy settings.
Browse files Browse the repository at this point in the history
Disable Windows Store auto-update.

Disable OneDrive from doing anything without the user signing into it
first.
  • Loading branch information
jeremyd2019 committed Nov 24, 2021
1 parent 51ad19a commit 5b38688
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Binary file modified dist/$OEM$ Folders/$$/OEM/CustomizationFiles/reg.pol
Binary file not shown.
12 changes: 11 additions & 1 deletion regpol.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
; ----------------------------------------------------------------------
; PARSING Computer POLICY
; Source file: gpoback\{BDDC1EF2-9756-4D88-83BD-F8C32EC55114}\DomainSysvol\GPO\Machine\registry.pol
; Source file: gpoback\{12F28B1E-8021-4266-A9BE-2FCF7736EA76}\DomainSysvol\GPO\Machine\registry.pol

Computer
Software\Microsoft\OneDrive
PreventNetworkTrafficPreUserSignIn
DWORD:1

Computer
Software\Policies\Microsoft\Windows\WindowsUpdate\AU
Expand Down Expand Up @@ -82,6 +87,11 @@ Software\Policies\Microsoft\Windows Defender\Real-Time Protection
DisableOnAccessProtection
DWORD:1

Computer
Software\Policies\Microsoft\WindowsStore
AutoDownload
DWORD:2

; PARSING COMPLETED.
; ----------------------------------------------------------------------

0 comments on commit 5b38688

Please sign in to comment.