8
edits
Changes
Themes
,New page: == Windows Theme Service == I prefer to disable the themes service on all machines. It will free up some memory and improve performance on most machines. Below is the XML file to do so. ...
== Windows Theme Service ==
I prefer to disable the themes service on all machines. It will free up some memory and improve performance on most machines. Below is the XML file to do so.
== XML ==
<source lang="xml">
<package
id="theme_service"
name="Theme Servce"
revision="1"
priority="5">
<install cmd='sc config themes start=disabled' />
<exit code="any" />
<install cmd='net stop themes' />
<exit code="any" />
</package>
</source>
I prefer to disable the themes service on all machines. It will free up some memory and improve performance on most machines. Below is the XML file to do so.
== XML ==
<source lang="xml">
<package
id="theme_service"
name="Theme Servce"
revision="1"
priority="5">
<install cmd='sc config themes start=disabled' />
<exit code="any" />
<install cmd='net stop themes' />
<exit code="any" />
</package>
</source>