template-windows7.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "WindowsVersion": 7,
  3. "PostAction": {
  4. "Restart": null,
  5. "RestartType": "Normal"
  6. },
  7. "Cleaner": {
  8. "TempFiles": null,
  9. "BsodDumps": null,
  10. "ErrorReports": null,
  11. "RecycleBin": null,
  12. "InternetExplorer": null,
  13. "GoogleChrome": {
  14. "Cache": null,
  15. "Cookies": null,
  16. "History": null,
  17. "Session": null,
  18. "Passwords": null
  19. },
  20. "MozillaFirefox": {
  21. "Cache": null,
  22. "Cookies": null,
  23. "History": null
  24. },
  25. "MicrosoftEdge": {
  26. "Cache": null,
  27. "Cookies": null,
  28. "History": null,
  29. "Session": null
  30. },
  31. "BraveBrowser": {
  32. "Cache": null,
  33. "Cookies": null,
  34. "History": null,
  35. "Session": null,
  36. "Passwords": null
  37. }
  38. },
  39. "Pinger": {
  40. "SetDNS": "",
  41. "FlushDNSCache": null
  42. },
  43. "ProcessControl": {
  44. "Prevent": [],
  45. "Allow": []
  46. },
  47. "HostsEditor": {
  48. "Block": [],
  49. "Add": [],
  50. "Remove": [],
  51. "IncludeWwwCname": null
  52. },
  53. "RegistryFix": {
  54. "TaskManager": null,
  55. "CommandPrompt": null,
  56. "ControlPanel": null,
  57. "FolderOptions": null,
  58. "RunDialog": null,
  59. "RightClickMenu": null,
  60. "WindowsFirewall": null,
  61. "RegistryEditor": null
  62. },
  63. "Integrator": {
  64. "TakeOwnership": null,
  65. "OpenWithCMD": null
  66. },
  67. "AdvancedTweaks": {
  68. "UnlockAllCores": null,
  69. "DisableHPET": null,
  70. "EnableLoginVerbose": null
  71. },
  72. "Tweaks": {
  73. "EnablePerformanceTweaks": null,
  74. "DisableNetworkThrottling": null,
  75. "DisableWindowsDefender": null,
  76. "DisableSystemRestore": null,
  77. "DisablePrintService": null,
  78. "DisableMediaPlayerSharing": null,
  79. "DisableErrorReporting": null,
  80. "DisableHomeGroup": null,
  81. "DisableSuperfetch": null,
  82. "DisableTelemetryTasks": null,
  83. "DisableOffice2016Telemetry": null,
  84. "DisableCompatibilityAssistant": null,
  85. "DisableHibernation": null,
  86. "DisableSMB1": null,
  87. "DisableSMB2": null,
  88. "DisableNTFSTimeStamp": null,
  89. "DisableFaxService": null,
  90. "DisableSmartScreen": null,
  91. "DisableStickyKeys": null,
  92. "DisableVisualStudioTelemetry": null,
  93. "DisableFirefoxTemeletry": null,
  94. "DisableChromeTelemetry": null,
  95. "DisableNVIDIATelemetry": null,
  96. "DisableSearch": null
  97. }
  98. }