Optidiy for windows mobile 开发进展

Optidiy是一款针对WindowMobile系统的优化工具,其核心配置文件optidiy.xml中定义了多项优化选项,如取消安装认证提示、延长设备待机时间和更改IE缓存路径等。

      目前,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>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值