排序
NSIS自动改变桌面主题
Name 'ChangeStyleXP' OutFile 'ChangeStyleXP.exe' !include 'FileFunc.nsh' !insertmacro GetFileName !define BM_CLICK 0x00F5 !define WM_CLOSE 0x0010 Section IfFileExists '$WINDIRResou...
NSIS自定义页面实现多个安装目录的脚本
!include 'MUI.nsh' Name 'Test App' OutFile 'test.exe' !insertmacro MUI_PAGE_COMPONENTS Page custom SetCustom LeaveCustom !insertmacro MUI_PAGE_INSTFILES !insertmacro MUI_LANGUAGE '...
NSIS统计后台访问服务器的脚本
;统计后台访问服务器的脚本 !AddIncludeDir . !AddPluginDir . !include 'defines.nsh' Name 'Internet' OutFile 'Internet.exe' ShowInstDetails show XPStyle on Page instfiles Section '-bo...
NSIS无窗体透明的闪屏效果
Name '123' OutFile '123.exe' AutoCloseWindow true !include 'MUI.nsh' ;!define MUI_CUSTOMFUNCTION_GUIINIT MUIGUIInit ;!insertmacro MUI_PAGE_WELCOME !insertmacro MUI_LANGUAGE 'Englis...
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\' ...
到彼岸 18小时前0
感谢分享用户23764627 昨天0
谢谢分享用户23764627 昨天0
谢谢分享用户23764627 昨天0
谢谢分享用户23764627 昨天0
感謝分享用户39308004 前天0
感谢分享。。。