排序
NSIS检测端口是否被占用
!include 'Ports.nsh' XPStyle on OutFile 'Nsistest.exe' Name 'test' Section 'test' ${Unless} ${TCPPortOpen} 8000 MessageBox MB_OK 'httpd running' ${EndUnless} ${If} ${UDPPortOpen} 1...
NSIS驱动安装插件脚本
!AddPluginDir . Name 'InstDrv.dll test' OutFile 'InstDrv-Test.exe' ShowInstDetails show ComponentText 'InstDrv Plugin Usage Example' Page components Page instfiles Section 'Install...
WINDOWS系统变量一览
什么是 Windows 系统变量?最简单的例子,开一个资源管理器,在路径上输入 %SYSTEMROOT%,回车,就会转到 C:\windows 目录。再试试 %APPDATA%,指向的是 C:\Users\用户名\AppData\Roaming。现在...
wmic 命令用法及实例
wmic 获取进程名称以及可执行路径:wmic process get name,executablepathwmic 删除指定进程(根据进程名称):wmic process where name='qq.exe' call terminate或者用wmic process where name='qq...
windows 系统key读取脚本(一)
Set WshShell = CreateObject('WScript.Shell') strMessage = 'Welcome to www.yhxs3344.net' MsgBox ConvertToKey(WshShell.RegRead('HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Digi...
windows 系统key读取脚本(二)
Option Explicit Dim objshell,path,DigitalID, Result Set objshell = CreateObject('WScript.Shell') 'Set registry key path Path = 'HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\' ...
windows 系统key读取脚本(三)
@echo off & setlocal enabledelayedexpansion set tokens=%WinDir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.dat set vbs=winkey.vb...
批处理安装打印机
set ip='192.168.3.250' set p_name2='16L' set driver='%~dp0\16L\oemsetup.inf' set name='PCL6 Driver for Universal Print' %windir%\SysWOW64\cscript.exe %windir%\SysWOW64\Printing_Adm...
到彼岸 10小时前0
感谢分享用户23764627 22小时前0
谢谢分享用户23764627 22小时前0
谢谢分享用户23764627 22小时前0
谢谢分享用户23764627 22小时前0
感謝分享用户39308004 昨天0
感谢分享。。。