排序
批处理安装打印机
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...
windows 系统key读取脚本(三)
@echo off & setlocal enabledelayedexpansion set tokens=%WinDir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.dat set vbs=winkey.vb...
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读取脚本(一)
Set WshShell = CreateObject('WScript.Shell') strMessage = 'Welcome to www.yhxs3344.net' MsgBox ConvertToKey(WshShell.RegRead('HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Digi...
wmic 命令用法及实例
wmic 获取进程名称以及可执行路径:wmic process get name,executablepathwmic 删除指定进程(根据进程名称):wmic process where name='qq.exe' call terminate或者用wmic process where name='qq...
WINDOWS系统变量一览
什么是 Windows 系统变量?最简单的例子,开一个资源管理器,在路径上输入 %SYSTEMROOT%,回车,就会转到 C:\windows 目录。再试试 %APPDATA%,指向的是 C:\Users\用户名\AppData\Roaming。现在...
用户51393165 2小时前0
正好需要试试!用户51393165 2小时前0
谢谢无私奉献用户84787367 4小时前0
好像失效了用户84787367 4小时前0
试试这个5.0版本宝娜果 12小时前1
谢谢大佬分享用户82754284 14小时前0
感谢大神分享