Skip to content

Commit 5b38688

Browse files
committed
Add a couple more policy settings.
Disable Windows Store auto-update. Disable OneDrive from doing anything without the user signing into it first.
1 parent 51ad19a commit 5b38688

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
Binary file not shown.

regpol.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
; ----------------------------------------------------------------------
22
; PARSING Computer POLICY
3-
; Source file: gpoback\{BDDC1EF2-9756-4D88-83BD-F8C32EC55114}\DomainSysvol\GPO\Machine\registry.pol
3+
; Source file: gpoback\{12F28B1E-8021-4266-A9BE-2FCF7736EA76}\DomainSysvol\GPO\Machine\registry.pol
4+
5+
Computer
6+
Software\Microsoft\OneDrive
7+
PreventNetworkTrafficPreUserSignIn
8+
DWORD:1
49

510
Computer
611
Software\Policies\Microsoft\Windows\WindowsUpdate\AU
@@ -82,6 +87,11 @@ Software\Policies\Microsoft\Windows Defender\Real-Time Protection
8287
DisableOnAccessProtection
8388
DWORD:1
8489

90+
Computer
91+
Software\Policies\Microsoft\WindowsStore
92+
AutoDownload
93+
DWORD:2
94+
8595
; PARSING COMPLETED.
8696
; ----------------------------------------------------------------------
8797

0 commit comments

Comments
 (0)