project.reg

来自「edb9315 wince4.2最新的bsp代码」· REG 代码 · 共 41 行

REG
41
字号
;
; Copyright (c) Microsoft Corporation.  All rights reserved.
;
;
; Use of this source code is subject to the terms of the Microsoft end-user
; license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
; If you did not accept the terms of the EULA, you are not authorized to use
; this source code. For a copy of the EULA, please see the LICENSE.RTF on your
; install media.
;
[HKEY_LOCAL_MACHINE\Ident]
    "Name"="WinCE"
    "Desc"="WinCE HLBase Device"




[HKEY_LOCAL_MACHINE\Windows CE Tools]
"Platform"="{2F533B6B-7A78-4E3E-9238-5CE5369052A8}"


[HKEY_LOCAL_MACHINE\init]
  "Launch70"="wstartup.exe"
  "Depend70"=hex:14,00,1e,00,3c,00

[HKEY_LOCAL_MACHINE\COMM\TELNETD]
	"UseAuthentication"=dword:0

[HKEY_LOCAL_MACHINE\COMM\FTPD]
	"AllowAnonymous"=dword:1
	"AllowAnonymousUpload"=dword:1
	"AllowAnonymousVroots"=dword:1
	"DefaultDir"="\\"
	"IsEnabled"=dword:1
	"UseAuthentication"=dword:0

[HKEY_LOCAL_MACHINE\COMM\HTTPD]
	"IsEnabled"=dword:1
	"Port"=dword:80
    "DirBrowse"=dword:1
	"DefaultPage"="ep9301_test_page.htm" 

⌨️ 快捷键说明

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