CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 卸载服务

搜索资源列表

  1. AlarmService

    0下载:
  2. 这是我们开发一个报警服务, 从串口读报警, 用TCP把报警发送到客户端, 包括完成端口通讯, ADO数据库访问, 串口通讯等类, 数据库表我就不提供了, AlarmService /RegServer 安装服务, AlarmService /Start 开始服务, AlarmService /Stop 结束服务, AlarmService /UnRegServer 卸载服务
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:163707
    • 提供者:ZXZ
  1. CSharpInstallUtilCode

    0下载:
  2. CSharpInstallUtilCode.rar 安装和卸载.Net编写的 WINDOWS 服务程序的工具。其功能和.Net提供的工具InstallUtil.exe一样,使用此代码可以编程安装和卸载Windows服务。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6711
    • 提供者:微尘众
  1. InstallDriver

    0下载:
  2. 方便的驱动/服务的安装/卸载/启动/停止等的管理工具
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:56347
    • 提供者:zhbmwjing
  1. WIN NT下页边距归零、自定义纸张的另一种实现

    0下载:
  2. (PB)dll功能:1.将不可为0的页边距设置为02.任意设置纸张大小,而不管你连接的是哪个打印机,也不管此打印机是否支持此大小(如果设定范围超出打印机支持的范围后,打印机将只能打印有效范围,不能打印的区域自动失效)dll特点:1.适用环境限WIN NT系列(WIN NT、WIN 2000、WIN XP)2.适用任意系列打印机、网络打印机、USB端口打印机3.不更改系统默认打印机设置、不更改纸张设置、不影响其它打印程序的打印设置及效果。dll的使用:1.声明函数,见例程的全局函数声明2.安装服务
  3. 所属分类:打印编程

    • 发布日期:2008-10-13
    • 文件大小:157307
    • 提供者:杨荡
  1. CreateWindowsServices

    0下载:
  2. 用Vs.net 开发 Windows 服务 包括注册与卸载Windows服务 -Using VS.net development services, including registration with the Windows uninstall Windows services
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:604285
    • 提供者:freshiron
  1. DynService

    0下载:
  2. 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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:131192
    • 提供者:qiankai
  1. WindowsService

    0下载:
  2. windows的服务的安装,卸载,启动,停止,检测,可以监控一个服务程序。-windows service Install /Unstall/start/stop/chekck
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2622
    • 提供者:秦玉杰
  1. TSync

    0下载:
  2. 基于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.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4754715
    • 提供者:Wenxue Yuan
  1. FlashThief

    0下载:
  2. FlashThief U盘小偷 本程序以服务形式运行。当然,双击它也是开始监听了…… 安装服务:FlashThief.exe -install 卸载服务:FlashThief.exe -uninstall 安装服务后,默认启动方式为自动启动。你要安装后就运行,请使用 net start "Windows Management Acquisition" 设置盗取文件储存路径:FlashThief.exe -path D:\MyFiles
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:58810
    • 提供者:观雪尽
  1. U-Thief

    0下载:
  2. 本程序以服务形式运行。当然,双击它也是开始监听了…… 安装服务:FlashThief.exe -install 卸载服务:FlashThief.exe -uninstall 安装服务后,默认启动方式为自动启动。你要安装后就运行,请使用 net start "Windows Management Acquisition" 设置盗取文件储存路径:FlashThief.exe -path D:\MyFiles 如果D:\MyFiles不存在
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:13836
    • 提供者:李宁
  1. WindowsServerCareEye

    0下载:
  2. Windows server 的应用程序,里面有详细的使用说明文档,教你怎么安装服务,以及怎么卸载服务。-windows server
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:33462
    • 提供者:wyl
  1. TimeShutDown

    0下载:
  2. 定时关机服务,适用于XP、2003,程序以服务的形式运行,解决服务器不登陆无法自动关机的问题。执行文件夹中的install.bat后会注册服务,执行uninstall.bat将卸载服务,config.ini下[Time]选项下,Hour为关机的小时,Minute为关机的分钟,[Count]选项下Time为关机前提示并等的时间(单位:秒)。安装服务默认为手动启动,需随系统自动启动的话请在运行services.msc,将TimeShutDown服务的启动类型改为自动-Timing shutdown
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:83320
    • 提供者:chenting
  1. LoadDriver

    0下载:
  2. 通过服务加载驱动程序,卸载驱动程序,停止和启动驱动-tong guo fu wu jia zai, xiezai, qi dong, ting zhi qu dong cheng xu
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-09
    • 文件大小:1527038
    • 提供者:李于
  1. IssueService

    0下载:
  2. 可以进行调试运行的服务类,封装了大部分服务相关的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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:59396
    • 提供者:luqt
  1. FlashThief

    0下载:
  2. FlashThief U盘小偷 本程序以服务形式运行。当然,双击它也是开始监听了…… 安装服务:FlashThief.exe -install 卸载服务:FlashThief.exe -uninstall 安装服务后,默认启动方式为自动启动。你要安装后就运行,请使用 net start "Windows Management Acquisition" 设置盗取文件储存路径:FlashThief.exe -path D:\MyFiles
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:58743
    • 提供者:wang shi quan
  1. ServiceInstaller

    0下载:
  2. 用于Window系统下的服务程序注册. 一个很小巧的服务安装工具,支持注册、卸载服务.-For services under window system program register. A compact service installation tool, supporting registration, uninstall the service.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:277627
    • 提供者:Colin Jiay
  1. CSharpexe-lpk

    0下载:
  2. 总体下来,能查杀exe文件夹病毒文件,但无法清除它在c:\F10S 目录下的 ctfmon.exe 与 svchost.exe 和它生成的启动组的快捷方式。 由于条件的限制,我也乏天回术。它将自己的句柄写入到 系统关键的进程 winlogon 中。 源码中有个UnLocker的类、本来想清掉它的句柄删除文件,但是发生个很无奈的 0xC0000005(STATUS_ACCESS_VIOLATION)错误。最后我很无耻的放弃了。 另外 附加 LPK查杀。基本上它创建的服务,打开的进
  3. 所属分类:CSharp

    • 发布日期:2017-11-06
    • 文件大小:657997
    • 提供者:猪蹄
  1. EUseServiceUnReg

    0下载:
  2. 使用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)
  3. 所属分类:C#编程

    • 发布日期:2018-04-20
    • 文件大小:26624
    • 提供者:luckyjan
  1. C++创建Windows服务

    1下载:
  2. 不使用vs自带的Windows服务创建模板,而是用纯C++创建windows服务,实现了服务的安装和卸载。
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2019-03-20
    • 文件大小:3294950
    • 提供者:dhlong
  1. c#服务程序控制

    1下载:
  2. c#服务程序控制 把该程序复制到服务程序目录下,实现对服务程序的安装、卸载、启动、停止操作
  3. 所属分类:C#编程

    • 发布日期:2022-06-11
    • 文件大小:70310
    • 提供者:tao453100
« 12 »
搜珍网 www.dssz.com