搜索资源列表
AlarmService
- 这是我们开发一个报警服务, 从串口读报警, 用TCP把报警发送到客户端, 包括完成端口通讯, ADO数据库访问, 串口通讯等类, 数据库表我就不提供了, AlarmService /RegServer 安装服务, AlarmService /Start 开始服务, AlarmService /Stop 结束服务, AlarmService /UnRegServer 卸载服务
CSharpInstallUtilCode
- CSharpInstallUtilCode.rar 安装和卸载.Net编写的 WINDOWS 服务程序的工具。其功能和.Net提供的工具InstallUtil.exe一样,使用此代码可以编程安装和卸载Windows服务。
InstallDriver
- 方便的驱动/服务的安装/卸载/启动/停止等的管理工具
WIN NT下页边距归零、自定义纸张的另一种实现
- (PB)dll功能:1.将不可为0的页边距设置为02.任意设置纸张大小,而不管你连接的是哪个打印机,也不管此打印机是否支持此大小(如果设定范围超出打印机支持的范围后,打印机将只能打印有效范围,不能打印的区域自动失效)dll特点:1.适用环境限WIN NT系列(WIN NT、WIN 2000、WIN XP)2.适用任意系列打印机、网络打印机、USB端口打印机3.不更改系统默认打印机设置、不更改纸张设置、不影响其它打印程序的打印设置及效果。dll的使用:1.声明函数,见例程的全局函数声明2.安装服务
CreateWindowsServices
- 用Vs.net 开发 Windows 服务 包括注册与卸载Windows服务 -Using VS.net development services, including registration with the Windows uninstall Windows services
DynService
- 3322 windows服务 包括vc源代码和可执行文件 3322Service.exe -i 安装服务 3322Service.exe -u 卸载服务 -3322 windows services include vc source code and executable files 3322Service.exe-i installed Service 3322Service.exe-u uninstall Service
WindowsService
- windows的服务的安装,卸载,启动,停止,检测,可以监控一个服务程序。-windows service Install /Unstall/start/stop/chekck
TSync
- 基于sntp的网络时间同步程序,有界面,右下角托盘,可注册为系统服务并能随时卸载。-Based on the SNTP network time synchronization procedures, there is interface, the bottom right corner of trays can be registered as a system service and can unload at any time.
FlashThief
- FlashThief U盘小偷 本程序以服务形式运行。当然,双击它也是开始监听了…… 安装服务:FlashThief.exe -install 卸载服务:FlashThief.exe -uninstall 安装服务后,默认启动方式为自动启动。你要安装后就运行,请使用 net start "Windows Management Acquisition" 设置盗取文件储存路径:FlashThief.exe -path D:\MyFiles
U-Thief
- 本程序以服务形式运行。当然,双击它也是开始监听了…… 安装服务:FlashThief.exe -install 卸载服务:FlashThief.exe -uninstall 安装服务后,默认启动方式为自动启动。你要安装后就运行,请使用 net start "Windows Management Acquisition" 设置盗取文件储存路径:FlashThief.exe -path D:\MyFiles 如果D:\MyFiles不存在
WindowsServerCareEye
- Windows server 的应用程序,里面有详细的使用说明文档,教你怎么安装服务,以及怎么卸载服务。-windows server
TimeShutDown
- 定时关机服务,适用于XP、2003,程序以服务的形式运行,解决服务器不登陆无法自动关机的问题。执行文件夹中的install.bat后会注册服务,执行uninstall.bat将卸载服务,config.ini下[Time]选项下,Hour为关机的小时,Minute为关机的分钟,[Count]选项下Time为关机前提示并等的时间(单位:秒)。安装服务默认为手动启动,需随系统自动启动的话请在运行services.msc,将TimeShutDown服务的启动类型改为自动-Timing shutdown
LoadDriver
- 通过服务加载驱动程序,卸载驱动程序,停止和启动驱动-tong guo fu wu jia zai, xiezai, qi dong, ting zhi qu dong cheng xu
IssueService
- 可以进行调试运行的服务类,封装了大部分服务相关的API,简单易用,运行时带上参数"i-安装服务","s-开始服务","e-停止服务","u-卸载服务"-Commissioning of services can class that encapsulates the most service-related API, easy to use, run-time parameters to bring " i-installation services" , " s-sta
FlashThief
- FlashThief U盘小偷 本程序以服务形式运行。当然,双击它也是开始监听了…… 安装服务:FlashThief.exe -install 卸载服务:FlashThief.exe -uninstall 安装服务后,默认启动方式为自动启动。你要安装后就运行,请使用 net start "Windows Management Acquisition" 设置盗取文件储存路径:FlashThief.exe -path D:\MyFiles
ServiceInstaller
- 用于Window系统下的服务程序注册. 一个很小巧的服务安装工具,支持注册、卸载服务.-For services under window system program register. A compact service installation tool, supporting registration, uninstall the service.
CSharpexe-lpk
- 总体下来,能查杀exe文件夹病毒文件,但无法清除它在c:\F10S 目录下的 ctfmon.exe 与 svchost.exe 和它生成的启动组的快捷方式。 由于条件的限制,我也乏天回术。它将自己的句柄写入到 系统关键的进程 winlogon 中。 源码中有个UnLocker的类、本来想清掉它的句柄删除文件,但是发生个很无奈的 0xC0000005(STATUS_ACCESS_VIOLATION)错误。最后我很无耻的放弃了。 另外 附加 LPK查杀。基本上它创建的服务,打开的进
EUseServiceUnReg
- 使用cmd命令卸载windows服务,并在cmd窗口中显示进度条,在卸载服务前先关闭服务监控程序(Use the CMD command to uninstall the windows service and display the progress bar in the CMD window, and close the service monitor before the uninstall service)
C++创建Windows服务
- 不使用vs自带的Windows服务创建模板,而是用纯C++创建windows服务,实现了服务的安装和卸载。
c#服务程序控制
- c#服务程序控制 把该程序复制到服务程序目录下,实现对服务程序的安装、卸载、启动、停止操作