搜索资源列表
autorunshutdown
- 一、可以自动运行选中的程序和自动关机,设定时间按秒为单位。运用到WIN2K关机需要权限获取,和一些简单的文件查找代码! 升级版增加了自动运行个数 可以最多运行10个任务,可以删除任务,开机自动运行,全局快捷键。 运用到SETTIMER HOOK REG等相关知识。比如 SetWindowsHookEx RegOpenKey RegQueryValueEx GetWindowLong 等函数。 二、关键代码请参考源代码 本人抱着学习的态度,想和大家多交流!
getpublicips
- 本程序可以自动获取公网IP然后上传到指定网络地址空间上,而且支持和本机IP变动同步更新IP数据上传到地址空间,开机自动运行,全局快捷键。 本程序是适应中国动态IP而制作,假如有人想在自己机器上架设服务器,但IP是动态的 也就是IP会经常变动,但本程序可以实现IP动态绑定,从而给用户感觉是静态IP的感觉。-this program can automatically access to public IP then uploaded to a specific network addre
runWhenStart
- 开机自动运行自己编写的程序的\"源代码\" 其中的示例程序名为\"test.exe\",可以自由更改-boot automatically run its own procedures for the preparation of the "source code" the sample program called "test.ex e ", the freedom to change
OTGenius
- 在线时间精灵 1.开机自动运行(可选),监视是否已连接上网络(这里的连接均指RAS拨号连接); 2.记录每次连接的起始和持续时间; 3.显示本次连接的持续时间、本日在线时间、本月在线时间; 4.保存并显示某日至今的在线时间明细,显示每日合计在线时间,每月合计在线时间和合计在线时间; 5.定期清除在线时间记录; 6.连接后定时保存一次连接时间http://bcdliang.vicp.net-online time, a genie. Boot automatic operation (option
ShellExe
- 搜索并执行应用程序代码,可用于CE.NET开机自动运行SD卡里的程序-search and implementation of application code can be used to automatically reboot CE.NET operating procedures SD Carriles
Autorunwhensystemstar
- 讲述了如何使用C++ builder让您的程序开机自动运行。代码简短精悍。-explains how to use C builder allows you to automatically boot the operating procedures. Short code sharp and vigorous.
CloseQQ
- 关闭本机所有运行中的QQ,可设置为开机自动运行,且界面处于隐藏状态,当程序运行时会检测系统运行的QQ,一发现立即关闭,本程序可以用于禁止用户使用
开机自动运行进程注入器
- 自己写的一个进程注入器,可以设置或者取消开机自动运行,将自身注入到某一系统或用户程序中,隐藏自己,可以跳过防火墙等的拦截
CoolClock
- 一个很有意思的桌面时钟,可以设定成开机自动运行。-A very interesting desktop clock, can be configured to run automatically boot.
autorun_src
- 可以自动运行选中的程序和自动关机,设定时间按秒为单位。运用到WIN2K关机需要权限获取,和一些简单的文件查找代码! 升级版增加了自动运行个数 可以最多运行10个任务,可以删除任务,开机自动运行,全局快捷键。 -Can automatically run the selected program and automatic shutdown, set the time by seconds. WIN2K needs to shut down the use of competence ac
GoodVb
- 让系统开机、关机运行程序的源码,运行一次后无需调用本身,也无需调用其他程序,可以让系统在开机关机时候自动运行程序。这里给出的范例是让系统自动记录开关机时间。-Let the system reboot, shutdown of the source code running the program, run once without calling itself, but also the need to call other programs, you can let the system a
run
- 需要.NET2.0支持,设置开机自动运行的程序-Required. NET2.0 support, set up the boot process to run automatically
closePC
- 主要实现定时自动关闭计算机,包括开机自动运行,机算机的注销,重启等。-Automatically shut down the main computer from time to time, including the auto-boot operation, the write-off of computer drive, restart and so on.
FYDM
- 1. 純VB,未加壳 = 44.0 KB 2. 可加壳 3. 断开TCP连接 4. 开机后自动运行 其实原理就是 防火墻 目的: 1. 断开所有指定連接 阻上防毒更新/上报(增加*存活) -fanyundaima
programming-of-Booting-to-run-automatically
- 想知道那些设置开机自动运行程序的方法吗,这个程序非常简单明了的告诉你怎么操作-Would like to know who set the boot method of auto-run programs do, this program is very simple and clear to tell you how to operate
AutoRunProgram
- 实现Wince下程序的开机自动运行功能; 将本程序设为开机自动运行 [HKEY_LOCAL_MACHINE\init] "Launch80"="AutoRunProgram.exe" 在注册表中设置要开机自动运行的程序,如下示例 [HKEY_LOCAL_MACHINE\Software\HaCheng\touchcalibrate] "Descr iption"="触摸屏定位" "StartExe"="touchcalibrate.exe" "StartCm
OralAuto
- 好的开机自动运行程序,特别适合于系统编程,写注册表,供大家参考-Good start automatically run the program, especially suitable for system programming, to write the registry, for your reference
VBZHUCEBIAO
- VB之写入注册表 我们可以看到一些程序在开机时就会自动运行,象Winpopup就是这样的,这是怎么实现的呢?可以把需要运行的程序添加到“开始”-“程序”-“启动”中,还有一种方法就是写入注册表了,这里我们讨论通过写注册表来实现的方法,从中可以看到三个对注册表操作的API函数的使用技巧。-VB of the write to the registry we can see some of the procedures will be run automatically at boot time
设置自动运行
- 设置程序开机自动启动,两种方式,1.启动项2.注册表(Set the program to boot automatically, in two ways, 1. startup entries, 2. registry)
VC设置开机自动运行
- 实现自动运行,开机启动。可进行配置。类似QQ等应用程序。(Automatic operation and start up. It can be configured. Similar to QQ and other applications.)