⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testserver.bat

📁 This program is free software you can redistribute it and/or modify it under the terms of the GN
💻 BAT
字号:
REM ** Name this file testserver.cmd

REM *********************************************************
REM ** Turn on logging and start the server (as an application, NOT as a service)
REM ** (for "NoReg" plugin troubleshooting)
REM **
REM ** You will need to configure the Server Service to turn on logging 
REM ** (Log debug info checkbox) and then STOP the service!!!
REM **
REM ** After you run this you will see the tray icon appear.  Go ahead and configure the
REM ** plugin, or attempt to connect to the server to generate the plugin logfile.
REM **
REM ** Close the server when you are done testing. (Use the Icon in the system tray.)
REM ***********************************************************

REM ** Set the working directory
REM ** change this to the correct directory for your setup!

set workingDirectory=c:\program files\UltraVNC

c:

cd "%workingDirectory%"

REM ** Set the keyfile

set msrc4pluginkey=%workingDirectory%\rc4.key

REM ** Turn on the Plugin log

set dsmdebug=1

REM ** Run the server

winvnc

REM ** The plugin logfile will be in the working directory and named rc4.log
REM ** The server log will be called WinVNC.log
REM ** Done

⌨️ 快捷键说明

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