-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExampleWinSetup.reg
66 lines (58 loc) · 3.41 KB
/
ExampleWinSetup.reg
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
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\SantaShip]
[HKEY_CURRENT_USER\Software\SantaShip\SantaShip]
"CurrentDir"="C:/WIP/EyeFi"
"ThumbNailSize"="@Size(250 150)"
"SaveSettingsOnExit"="false"
"ResetOnPrint"="true"
"PrintPreview"="false"
"Split0"=dword:000001b3
"Split1"=dword:00000235
"Split2"=dword:000000f8
"NumSplits"=dword:00000003
"NumPrinters"=dword:00000002
"AdminPassword"="M4a0g3i1c"
[HKEY_CURRENT_USER\Software\SantaShip\SantaShip\MainWindow]
"fullscreen"="true"
"maximize"="false"
"size"="@Size(1280 800)"
"pos"="@Point(0 0)"
[HKEY_CURRENT_USER\Software\SantaShip\SantaShip\PreviewWindow]
"enabled"="false"
"fullscreen"="false"
"maximize"="false"
"size"="@Size(280 216)"
"pos"="@Point(0 0)"
[HKEY_CURRENT_USER\Software\SantaShip\SantaShip\Printer]
[HKEY_CURRENT_USER\Software\SantaShip\SantaShip\Printer\0]
"OutputFormat"=dword:00000000
"Name"="Canon SELPHY CP720"
"DocName"="document1"
"Creator"=""
"Orientation"=dword:00000000
"PageSize"=dword:0000001e
"PaperSize"=dword:0000001e
"PageOrder"=dword:00000000
"Resolution"=dword:00000060
"ColorMode"=dword:00000001
"CollateCopies"="false"
"FullPage"="false"
"NumCopies"=dword:00000001
"PaperSource"=dword:00000000
"Duplex"=dword:00000000
[HKEY_CURRENT_USER\Software\SantaShip\SantaShip\Printer\1]
"OutputFormat"=dword:00000000
"Name"="EPSON Stylus Photo RX580 Series"
"DocName"="document1"
"Creator"=""
"Orientation"=dword:00000000
"PageSize"=dword:00000002
"PaperSize"=dword:00000002
"PageOrder"=dword:00000000
"Resolution"=dword:00000060
"ColorMode"=dword:00000001
"CollateCopies"="false"
"FullPage"="false"
"NumCopies"=dword:00000001
"PaperSource"=dword:00000103
"Duplex"=dword:00000000