Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

REGDIR not showing time for top level key

May
12,845
164
I wish it would.
Code:
v:\> regdir /t hkcu\console | head /n 5
hkcu\console
2018-04-21 15:55    SystemRoot_system32_cmd.exe
2018-04-21 15:55    SystemRoot_system32_netsh.exe
2018-04-21 15:55    SystemRoot_System32_WindowsPowerShell_v1.0_powershell.exe
2018-04-21 15:55    G:_tc11_tcc.exe
 
Speaking of which, the times reported by REGDIR /T often look wrong to me:
Code:
C:\>ver /r

TCC  22.00.41 x64   Windows 10 [Version 10.0.10240]
TCC Build 41   Windows 10 Build 10240
Registered to VADER

C:\>regdir /t /s1 "hkcu\software\jp software"
hkcu\software\jp software
2018-04-18 19:00    Take Command 18.0
2018-04-18 19:00    Take Command 19.0
2018-04-18 19:00    Take Command 19.0 x64
2018-04-18 19:00    Take Command 22

C:\>echo %@regset["hkcu\software\jp software\take command 22\Test",REG_SZ,1]
0

C:\>regdir /t /s1 "hkcu\software\jp software"
hkcu\software\jp software
2018-04-18 19:00    Take Command 18.0
2018-04-18 19:00    Take Command 19.0
2018-04-18 19:00    Take Command 19.0 x64
2018-04-18 19:00    Take Command 22

C:\>

Using code of my own, I get:
Code:
2018-04-18 19:00  HKCU\software\jp software
2018-04-18 18:57    Take Command 18.0
2015-11-06 19:09    Take Command 19.0
2018-04-18 18:55    Take Command 19.0 x64
2018-04-22 16:06    Take Command 22
 

Similar threads

Back
Top