我想看看vbs,注册表路径。我有阅读密钥的解决方案。
Set wshShell = CreateObject( "WScript.Shell" )
WScript.Echo "ID = " _
& wshShell.RegRead( "HKEY_USERS\key" )
输出是注册表项字符串。
我想要显示 HKEY_USERS 中所有路径的脚本。
例如树:
HKEY_USERS \
S-1-5-20_Classes
S-1-5-20
S-1-5-21
S-1-5-21-15325-362362362 (I want to output only this path)