-
Notifications
You must be signed in to change notification settings - Fork 3
/
base.reg
36 lines (34 loc) · 1.85 KB
/
base.reg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Windows Registry Editor Version 5.00
; these enable some basic features missing in starter/home editions
[HKEY_LOCAL_MACHINE\SYSTEM\Tokens\Kernel]
"Kernel-CsChecksDisabled"=dword:00000000
"appid-EnableV2"=dword:00000001
"Kernel-CsChecksDisabled"=dword:00000000
"Microsoft-Windows-HotStart-EnableHotStart"=dword:00000001
"Personalization-Enabled"=dword:00000001
"transmog-CanTransmogDC"=dword:00000001
"VirtualPC-licensing-Enabled"=dword:00000001
"VirtualXP-licensing-Enabled"=dword:00000001
"WMPPlayer-HMEAllowed"=dword:00000001
"WMPPlayer-RMEAllowed"=dword:00000001
"WMPPlayer-RMESecurityGroupAllowed"=dword:00000001
"TrustedTime"=dword:00000000
"Security-SPP-GenuineLocalStatus"=dword:00000001
"Security-SPP-Reserved-EnableNotificationMode"=dword:00000000
"Security-SPP-Reserved-TBLState"=dword:00000000
"ChangeDesktopBackground-Enabled"=dword:00000001
"Kernel-RegisteredProcessors"=dword:00000040
"Microsoft-Windows-Core-NeedsFullOEMVerification"=dword:00000000
"Microsoft-Windows-OfflineFiles-Core-BranchCachingEnabled"=dword:00000001
"Microsoft-Windows-OfflineFiles-Core-FeatureEnabled"=dword:00000001
"Microsoft-Windows-Core-AllowMultiMon"=dword:00000001
"Microsoft-Windows-Core-MaxConcurrentIApp"=dword:00000000
"Microsoft-Windows-Core-MaxHRes"=dword:ffffffff
"Microsoft-Windows-Core-MaxTopLevelWinPerApp"=dword:00000000
"Microsoft-Windows-Core-MaxVRes"=dword:ffffffff
"Microsoft-Windows-DesktopWindowManager-Core-AnimatedTransitionsAllowed"=dword:00000001
"Microsoft-Windows-DesktopWindowManager-Core-CompositionAllowed"=dword:00000001
"Microsoft-Windows-DesktopWindowManager-Core-Flip3dAllowed"=dword:00000001
"Microsoft-Windows-DesktopWindowManager-Core-LivePreviewAllowed"=dword:00000001
"Microsoft-Windows-DesktopWindowManager-Core-ThumbnailsAllowed"=dword:00000001
"Microsoft-Windows-DesktopWindowManager-Core-TransparencyAllowed"=dword:00000001