project.reg

来自「This is a Windows CE 6.0 Board Support P」· REG 代码 · 共 175 行

REG
175
字号
;
; Copyright (c) Microsoft Corporation.  All rights reserved.
;
;
; Use of this sample source code is subject to the terms of the Microsoft
; license agreement under which you licensed this sample source code. If
; you did not accept the terms of the license agreement, you are not
; authorized to use this sample source code. For the terms of the license,
; please see the license agreement between you and Microsoft or, if applicable,
; see the LICENSE.RTF on your install media or the root of your tools installation.
; THE SAMPLE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES.
;
[HKEY_LOCAL_MACHINE\Ident]
    "Name"=LOC_DEFAULTDEVICENAME
    "Desc"=LOC_DEFAULTDEVICEDESC
	"OSDesignVersion"=dword:1
	"OSDesignName"="$(_TGTPROJ)"


; Redirector settings
[HKEY_LOCAL_MACHINE\Comm\Redir]
   ; Expose \NETWORK dir for mapped resources
   "RegisterFSRoot"=dword:1


; Set memory thresholds for Hibernate
[HKEY_LOCAL_MACHINE\SYSTEM\Hibernate]
	"Bytes"=dword:20000
	"Pages"=dword:28

IF BSP_DISPLAY_MQ200 !
; CS_SAVEBITS implemented.  GWES restores screen bits on power on
; Options here are:
;   0 : OAL must deal with saving/invalidating bits between power on/off
;   1 : GWES will restore screen bits on power on
;   2 : Entire screen invalidated on power on
[HKEY_LOCAL_MACHINE\system\gwe]
	"PORepaint"=dword:1
ENDIF BSP_DISPLAY_MQ200 !

; Let Start/Settings/Control Panel Auto Expand
[HKEY_LOCAL_MACHINE\Explorer]
    "ExpandControlPanel"=dword:0

;*****************************************************************
; Custom!!


;Wallpaper
[HKEY_CURRENT_USER\ControlPanel\Desktop]
	"wallpaper"="\\Windows\\gumlogo2.bmp"




; sample cam
[HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\Default\Default\Default\Video_Class]
    "Prefix"="CAM"
    "Dll"="samplecam.dll"


[HKEY_LOCAL_MACHINE\Drivers\USB\ClientDrivers\Video_Class]
    "Prefix"="CAM"
    "Dll"="samplecam.dll"
    "IClass"="{CB998A05-122C-4166-846A-933E4D7E3C86}"
; Default to Uncompressed QCIF if app doesn't specify
    "PreferredWidth"=dword:B0
    "PreferredHeight"=dword:90
    "UncompressedSupport"=dword:1
    "MJPEGSupport"=dword:0


[HKEY_LOCAL_MACHINE\Software\Microsoft\DirectX\DirectShow\Capture]
    "Prefix"="PIN"
    "Dll"="samplecam.dll"
    "Order"=dword:1
    "Index"=dword:1
    "IClass"="{C9D092D6-827A-45E2-8144-DE1982BFC3A8}"

;--- GPS ---
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\GPS Intermediate Driver\Drivers]
	"CurrentDriver" = "TestFileSet_1"

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\GPS Intermediate Driver\Drivers\TestFileSet_1]
	"InterfaceType" = "File"
	"FriendlyName" = "File Test #1"
	"File1"="\\windows\\fakeGPSData.txt"

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\GPS Intermediate Driver\Multiplexer]
	"DriverInterface" = "COM4:"
;------


;--- OpenNETCF ---
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactFramework\Installer\Assemblies\Global]
 "OpenNETCF.AppSettings, Version=2.2.0.0, Culture=neutral, PublicKeyToken=E60DBEA84BB431B7"=multi_sz:"\\windows\\GAC_OpenNETCF.AppSettings_v2_2_0_0_cneutral_1.dll","OpenNETCF.AppSettings.dll"
 "OpenNETCF.Configuration, Version=2.2.0.0, Culture=neutral, PublicKeyToken=E60DBEA84BB431B7"=multi_sz:"\\windows\\GAC_OpenNETCF.Configuration_v2_2_0_0_cneutral_1.dll","OpenNETCF.Configuration.dll"
 "OpenNETCF, Version=2.2.0.0, Culture=neutral, PublicKeyToken=E60DBEA84BB431B7"=multi_sz:"\\windows\\GAC_OpenNETCF_v2_2_0_0_cneutral_1.dll","OpenNETCF.dll"
 "OpenNETCF.Net, Version=2.2.0.0, Culture=neutral, PublicKeyToken=E60DBEA84BB431B7"=multi_sz:"\\windows\\GAC_OpenNETCF.Net_v2_2_0_0_cneutral_1.dll","OpenNETCF.Net.dll"
 "OpenNETCF.Web.Services2, Version=2.2.0.0, Culture=neutral, PublicKeyToken=E60DBEA84BB431B7"=multi_sz:"\\windows\\GAC_OpenNETCF.Web.Services2_v2_2_0_0_cneutral_1.dll","OpenNETCF.Web.Services2.dll"
 "OpenNETCF.WindowsCE, Version=2.2.0.0, Culture=neutral, PublicKeyToken=E60DBEA84BB431B7"=multi_sz:"\\windows\\GAC_OpenNETCF.WindowsCE_v2_2_0_0_cneutral_1.dll","OpenNETCF.WindowsCE.dll"
 "OpenNETCF.WindowsCE.Messaging, Version=2.2.0.0, Culture=neutral, PublicKeyToken=E60DBEA84BB431B7"=multi_sz:"\\windows\\GAC_OpenNETCF.WindowsCE.Messaging_v2_2_0_0_cneutral_1.dll","OpenNETCF.WindowsCE.Messaging.dll"
 "OpenNETCF.WindowsCE.Services, Version=2.2.0.0, Culture=neutral, PublicKeyToken=E60DBEA84BB431B7"=multi_sz:"\\windows\\GAC_OpenNETCF.WindowsCE.Services_v2_2_0_0_cneutral_1.dll","OpenNETCF.WindowsCE.Services.dll"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactFramework\Installer\Assemblies\ROM]
 "OpenNETCF.AppSettings, Version=2.2.0.0, Culture=neutral, PublicKeyToken=E60DBEA84BB431B7"=multi_sz:"\\windows\\GAC_OpenNETCF.AppSettings_v2_2_0_0_cneutral_1.dll","OpenNETCF.AppSettings.dll"
 "OpenNETCF.Configuration, Version=2.2.0.0, Culture=neutral, PublicKeyToken=E60DBEA84BB431B7"=multi_sz:"\\windows\\GAC_OpenNETCF.Configuration_v2_2_0_0_cneutral_1.dll","OpenNETCF.Configuration.dll"
 "OpenNETCF, Version=2.2.0.0, Culture=neutral, PublicKeyToken=E60DBEA84BB431B7"=multi_sz:"\\windows\\GAC_OpenNETCF_v2_2_0_0_cneutral_1.dll","OpenNETCF.dll"
 "OpenNETCF.Net, Version=2.2.0.0, Culture=neutral, PublicKeyToken=E60DBEA84BB431B7"=multi_sz:"\\windows\\GAC_OpenNETCF.Net_v2_2_0_0_cneutral_1.dll","OpenNETCF.Net.dll"
 "OpenNETCF.Web.Services2, Version=2.2.0.0, Culture=neutral, PublicKeyToken=E60DBEA84BB431B7"=multi_sz:"\\windows\\GAC_OpenNETCF.Web.Services2_v2_2_0_0_cneutral_1.dll","OpenNETCF.Web.Services2.dll"
 "OpenNETCF.WindowsCE, Version=2.2.0.0, Culture=neutral, PublicKeyToken=E60DBEA84BB431B7"=multi_sz:"\\windows\\GAC_OpenNETCF.WindowsCE_v2_2_0_0_cneutral_1.dll","OpenNETCF.WindowsCE.dll"
 "OpenNETCF.WindowsCE.Messaging, Version=2.2.0.0, Culture=neutral, PublicKeyToken=E60DBEA84BB431B7"=multi_sz:"\\windows\\GAC_OpenNETCF.WindowsCE.Messaging_v2_2_0_0_cneutral_1.dll","OpenNETCF.WindowsCE.Messaging.dll"
 "OpenNETCF.WindowsCE.Services, Version=2.2.0.0, Culture=neutral, PublicKeyToken=E60DBEA84BB431B7"=multi_sz:"\\windows\\GAC_OpenNETCF.WindowsCE.Services_v2_2_0_0_cneutral_1.dll","OpenNETCF.WindowsCE.Services.dll"
;------


;--- ActiveSync ---
[HKEY_CURRENT_USER\Comm\RasBook\`DMA Default]
"Entry"=hex:\
      08,02,40,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,64,00,69,00,72,\
      00,65,00,63,00,74,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,53,00,65,00,72,00,69,00,61,00,6c,00,20,00,6f,00,76,00,65,00,72,\
      00,20,00,44,00,4d,00,41,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,01,18,00,00,\
      00,00,ec,66,06,88,00,00,00,00,00,00,00,00,00,00,00,18,d0,52,bb,97,0f,00,00,\
      00,00,00,00,00,00,b4,2c,97,00,64,09,80,e8,c0,f1,96,d0,52,bb,97,0f,00,00,00,\
      38,fe,00,f0,2c,ee,02,18,bc,a1,03,88,0f,00,00,00,00,00,00,00,c4,b3,00,f0,00,\
      00,00,00,8a,cf,f2,16,00,00,00,00

[HKEY_CURRENT_USER\ControlPanel\Comm]
	"Cnct"="`DMA Default"
	"AutoCnct"=dword:00000001



[HKEY_LOCAL_MACHINE\Windows CE Tools]
  "Platform"="{411b9b47-f1ac-4b8b-9af8-ad4489cf05fe}"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?