-
Notifications
You must be signed in to change notification settings - Fork 957
/
template-windows8.json
104 lines (104 loc) · 2.73 KB
/
template-windows8.json
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"WindowsVersion": 8,
"PostAction": {
"Restart": null,
"RestartType": "Normal"
},
"Cleaner": {
"TempFiles": null,
"BsodDumps": null,
"ErrorReports": null,
"RecycleBin": null,
"InternetExplorer": null,
"GoogleChrome": {
"Cache": null,
"Cookies": null,
"History": null,
"Session": null,
"Passwords": null
},
"MozillaFirefox": {
"Cache": null,
"Cookies": null,
"History": null
},
"MicrosoftEdge": {
"Cache": null,
"Cookies": null,
"History": null,
"Session": null
},
"BraveBrowser": {
"Cache": null,
"Cookies": null,
"History": null,
"Session": null,
"Passwords": null
}
},
"Pinger": {
"SetDNS": "",
"CustomDNSv4": [],
"CustomDNSv6": [],
"FlushDNSCache": null
},
"ProcessControl": {
"Prevent": [],
"Allow": []
},
"HostsEditor": {
"Block": [],
"Add": [],
"Remove": [],
"IncludeWwwCname": null
},
"RegistryFix": {
"TaskManager": null,
"CommandPrompt": null,
"ControlPanel": null,
"FolderOptions": null,
"RunDialog": null,
"RightClickMenu": null,
"WindowsFirewall": null,
"RegistryEditor": null
},
"Integrator": {
"TakeOwnership": null,
"OpenWithCMD": null
},
"AdvancedTweaks": {
"UnlockAllCores": null,
"DisableHPET": null,
"EnableLoginVerbose": null
},
"Tweaks": {
"EnablePerformanceTweaks": null,
"DisableNetworkThrottling": null,
"DisableWindowsDefender": null,
"DisableSystemRestore": null,
"DisablePrintService": null,
"DisableMediaPlayerSharing": null,
"DisableErrorReporting": null,
"DisableHomeGroup": null,
"DisableSuperfetch": null,
"DisableTelemetryTasks": null,
"DisableOffice2016Telemetry": null,
"DisableCompatibilityAssistant": null,
"DisableHibernation": null,
"DisableSMB1": null,
"DisableSMB2": null,
"DisableNTFSTimeStamp": null,
"DisableFaxService": null,
"DisableSmartScreen": null,
"DisableStickyKeys": null,
"DisableVisualStudioTelemetry": null,
"DisableFirefoxTemeletry": null,
"DisableChromeTelemetry": null,
"DisableNVIDIATelemetry": null,
"DisableSearch": null,
"EnableUtcTime": null,
"ShowAllTrayIcons": null,
"RemoveMenusDelay": null,
"DisableOneDrive": null
}
}