使用道具 举报
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion"
Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.RegWrite "HKCU\ScriptEngine\Value", "某些字符串值" WshShell.RegWrite "HKCU\ScriptEngine\Key\", 1 ,"REG_DWORD"
Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.RegWrite "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\RegisteredOrganization","注册组织" WshShell.RegWrite "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\RegisteredOwner","注册名"
reg add HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion /v RegisteredOrganization /t REG_SZ /d 注册组织 /f reg add HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion /v RegisteredOwner /t REG_SZ /d 注册名 /f
本版积分规则 发表回复 回帖并转播 回帖后跳转到最后一页
小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1|闽公网安备35020302032614号 )
GMT+8, 2026-4-30 01:53
Powered by Discuz! X5.0
© 2001-2026 Discuz! Team.