Optidiy for windows mobile 开发进展

来源:互联网 发布:淘宝服装质量问题定义 编辑:程序博客网 时间:2024/06/05 01:52

      目前,Optidiy的外壳程序已经初具规模,能够感知几乎所有复选框类的选择性优化项目。而且Optidiy的logo也已经设计完毕,下面是optidiy的截图,以及核心配置文件optidiy.xml。

<?xml version="1.0" encoding="UTF-8"?>
<Optimize>
  <Item name="系统" description="Window Mobile 系统优化" version="6.x">
    <SubItem name="取消安装时的认证提示" description="取消安装时的认证提示" type="checkbox">
      <RegKey rootKey="HKEY_LOCAL_MACHINE" subKey="/Security/Policies/Policies">
        <ValueKey name="0000101a" defaultValue="0" currentValue="0" optiValue="1" kind="dword" />
      </RegKey>
    </SubItem>
    <SubItem name="取消短信发送通知" description="取消短信发送通知" type="checkbox">
      <RegKey rootKey="HKEY_LOCAL_MACHINE" subKey="/Software/Microsoft/Inbox/Settings">
        <ValueKey name="SMSNoSentMsg" defaultValue="0" currentValue="0" optiValue="1" kind="dword" />
      </RegKey>
    </SubItem>
  </Item>
  <Item name="常规" description="Window Mobile 系统优化" version="6.x">
    <SubItem name="延长设备待机时间" description="通过修改注册表延长移动设备待机时间" type="checkbox">
      <RegKey rootKey="HKEY_LOCAL_MACHINE" subKey="/Comm/AsyncMac1/Parms">
        <ValueKey name="DisablePowerManagement" defaultValue="1" currentValue="0" optiValue="0" kind="dword" />
      </RegKey>
      <RegKey rootKey="HKEY_LOCAL_MACHINE" subKey="/Comm/Irsir1/Parms">
        <ValueKey name="DisablePowerManagement" defaultValue="1" currentValue="0" optiValue="0" kind="dword" />
      </RegKey>
      <RegKey rootKey="HKEY_LOCAL_MACHINE" subKey="/Comm/PPTP1/Parms">
        <ValueKey name="DisablePowerManagement" defaultValue="1" currentValue="1" optiValue="0" kind="dword" />
      </RegKey>
      <RegKey rootKey="HKEY_LOCAL_MACHINE" subKey="/Comm/L2TP1/Parms">
        <ValueKey name="DisablePowerManagement" defaultValue="1" currentValue="1" optiValue="0" kind="dword" />
      </RegKey>
    </SubItem>
    <SubItem name="更改IE缓存路径到存储卡上" description="Change IE cache path" type="checkbox">
      <RegKey rootKey="HKEY_CURRENT_USER" subKey="/Software/Microsoft/Windows/CurrentVersion/Explorer/Shell Folders">
        <ValueKey name="History" defaultValue="/Windows/Profiles/guest/History" currentValue="/Storage card/Temp/guest/History" optiValue="/Storage card/Temp/guest/History" kind="string" />
        <ValueKey name="Cookies" defaultValue="/Windows/Profiles/guest/Cookies" currentValue="/Storage card/Temp/guest/Cookies" optiValue="/Storage card/Temp/guest/Cookies" kind="string" />
        <ValueKey name="Cache" defaultValue="/Windows/Profiles/guest/Cache" currentValue="/Storage card/Temp/guest/Cache" optiValue="/Storage card/Temp/guest/Cache" kind="string" />
      </RegKey>
    </SubItem>
  </Item>
</Optimize>

原创粉丝点击