-
Notifications
You must be signed in to change notification settings - Fork 33
/
!RECmdBatch.template
73 lines (73 loc) · 2.31 KB
/
!RECmdBatch.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Description: RECmd Batch File Template
Author: Andrew Rathbun
Version: 1.0
Id: 9bc106b8-efd0-44bb-b2a7-cbfddd99b2bb
Keys:
-
Description: Shutdown Time
HiveType: SYSTEM
Category: System Info
KeyPath: ControlSet00*\Control\Windows
ValueName: ShutdownTime
Recursive: false
IncludeBinary: true
BinaryConvert: FILETIME
Comment: "Last system shutdown time"
-
Description: System Info (Current)
HiveType: SOFTWARE
Category: System Info
KeyPath: Microsoft\Windows NT\CurrentVersion
ValueName: InstallTime
IncludeBinary: true
BinaryConvert: FILETIME
Recursive: false
Comment: "Current OS install time"
-
Description: System Info (Current)
HiveType: SOFTWARE
Category: System Info
KeyPath: Microsoft\Windows NT\CurrentVersion
ValueName: InstallDate
IncludeBinary: true
BinaryConvert: EPOCH
Recursive: false
Comment: "Current OS install date"
-
Description: Virtual Memory Pagefile Encryption Status
HiveType: SYSTEM
Category: System Info
KeyPath: ControlSet*\Control\FileSystem
ValueName: NtfsEncryptPagingFile
Recursive: false
Comment: "Virtual Memory Pagefile Encryption, 0 = Disabled, 1 = Enabled"
-
Description: MountPoints2
HiveType: NTUSER
Category: Devices
KeyPath: Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2
Recursive: true
Comment: "Mount Points - NTUSER"
-
Description: 7-Zip
HiveType: NTUSER
Category: Third Party Applications
KeyPath: Software\7-Zip\Compression
ValueName: ArcHistory
Recursive: false
Comment: "Displays list of files and folders that were used with 7-Zip"
-
Description: User Accounts (SECURITY)
HiveType: SECURITY
Category: User Accounts
KeyPath: Policy\Accounts\*
IncludeBinary: true
Recursive: false
Comment: "Built-in accounts in SECURITY hive"
-
Description: User Accounts (SAM)
HiveType: SAM
Category: User Accounts
KeyPath: SAM\Domains\Account\Users
Recursive: false
Comment: "User accounts in SAM hive"