diff options
Diffstat (limited to 'src/test/sandbox/sandbox_registry')
-rw-r--r-- | src/test/sandbox/sandbox_registry | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/test/sandbox/sandbox_registry b/src/test/sandbox/sandbox_registry new file mode 100644 index 00000000..3e86a64f --- /dev/null +++ b/src/test/sandbox/sandbox_registry | |||
@@ -0,0 +1,21 @@ | |||
1 | Windows Registry Editor Version 5.00 | ||
2 | |||
3 | [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer] | ||
4 | "Logging"="voicewarmupx" | ||
5 | |||
6 | [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps] | ||
7 | "DumpFolder"=hex(2):43,00,3a,00,5c,00,62,00,75,00,69,00,6c,00,64,00,5c,00,6c,\ | ||
8 | 00,6f,00,67,00,73,00,5c,00,63,00,72,00,61,00,73,00,68,00,64,00,75,00,6d,00,\ | ||
9 | 70,00,73,00,00,00 | ||
10 | "DumpCount"=dword:0000000a | ||
11 | "DumpType"=dword:00000001 | ||
12 | |||
13 | [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Policies\Microsoft\Windows\Installer] | ||
14 | "Logging"="voicewarmupx" | ||
15 | |||
16 | [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\Windows Error Reporting\LocalDumps] | ||
17 | "DumpFolder"=hex(2):43,00,3a,00,5c,00,62,00,75,00,69,00,6c,00,64,00,5c,00,6c,\ | ||
18 | 00,6f,00,67,00,73,00,5c,00,63,00,72,00,61,00,73,00,68,00,64,00,75,00,6d,00,\ | ||
19 | 70,00,73,00,00,00 | ||
20 | "DumpCount"=dword:0000000a | ||
21 | "DumpType"=dword:00000001 | ||