Download the template file and edit it accordingly.
Then, execute it like this: optimizer.exe /config=template.json
https://github.com/hellzerg/optimizer/blob/master/templates/optimizer-template.json
7 | 8 | 10 | 11
true
Automatic | Cloudflare | OpenDNS | Quad9 | Google | AlternateDNS | Adguard | CleanBrowsing | CleanBrowsing (adult filter)
true
Example:
"Pinger": {
"SetDNS": "Cloudflare",
"FlushDNSCache": true
}
Example:
"ProcessControl": {
"Prevent": ["chrome.exe", "firefox.exe"],
"Allow": ["opera.exe"]
}
Add
list adds the entries, Block
list routes the entries to 0.0.0.0
effectively blocking access to them.Example:
"HostsEditor": {
"Block": ["youtube.com", "google.com"],
"Add": [
{
"Domain": "test.com",
"IPAddress": "192.168.1.5",
"Comment": "comment is optional"
},
{
"Domain": "test2.com",
"IPAddress": "192.168.1.9",
"Comment": ""
}
]
}
true
TakeOwnership
: Mark true
to add a "Take Ownership" option in right-click menu. Remove it by marking false
* OpenWithCMD
: Mark true
to add a "Open CMD here" option in right-click menu. Remove it by marking false
### AdvancedTweaks ###
* Deeply technical tweaks that you should NOT touch, unless you know what you are really doing
* UnlockAllCores
: DO NOT use this option. Leave it null
or false
.
* DisableHPET
: Enables or disables High Precision Event Timer.
* EnableLoginVerbose
: Enables or disables Detailed Login Screen
#### SvchostProcessSplitting ####
* Mark it true
and set the amount of RAM
to reduce the svchost.exe processes for optimal memory
* Mark it false
to enable process splitting for optimal performance
### Tweaks ###
* Mark the options you want to APPLY to true
* Mark the options you want to RESET to false
* Mark the options you want to IGNORE to null
### PostAction ###
* Final action after executing the template.
* You may mark Restart
to true
to restart in order to effectively apply the changes.
* You may choose between different types of restarting by configuring RestartType
* Normal
performs a normal restart
* SafeMode
performs a restart in minimal safemode
* DisableDefender
: you can disable Windows defender (Windows 10/11 needs this) by going through safemode and returning, everything automated
* EnableDefender
: same, but for enabling Windows defender