-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathprolocal_annotations_isPowered_train.tsv
We can't make this file beautiful and searchable because it's too large.
1467 lines (1467 loc) · 867 KB
/
prolocal_annotations_isPowered_train.tsv
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
0####-####use####vim 0,0,1,0 0,0,0,0 None
1####-####type####vi####filename####.####txt####into####terminal####.####type####vi####filename####.####txt####into####terminal####.####the####"####vi####"####part####of####this####command####select####the####vim####text####editor####as####the####program####to####use####.####you####will####replace####"####filename####"####with####the####name####you####wish####to####assign####to####you####new####file####.####-####for####a####file####name####"####tamin####"####,####for####example####,####you####would####type####vi####tamin####.####txt.####-####if####you####current####directory####have####a####file####by####the####same####name####,####this####command####will####instead####open####that####file####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####press####↵####enter####.####press####↵####enter####.####this####will####create####you####new####file####and####open####it####in####the####vim####editor####.####you####should####see####a####blank####terminal####window####with####a####tilde####(####~####)####on####each####line####,####as####well####as####you####text####file####'s####name####at####the####bottom####of####the####window####. 0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####press####you####computer####'s####i####key####.####press####you####computer####'s####i####key####.####do####so####will####place####you####document####in####"####insert####"####mode####,####wherein####you####can####enter####text####as####need####.####-####you####should####see####--####insert####--####pop####up####at####the####bottom####of####the####window####when####you####press####the####i####key####. 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####enter####you####document####'s####text####.####enter####you####document####'s####text####.####you####can####simply####type####as####you####typically####would####for####any####other####text####document####.####to####save####the####current####line####of####text####and####jump####to####the####next####line####,####you####will####press####'s####enter####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####press####the####esc####key####.####press####the####esc####key####.####it####be####typically####in####the####upper-left####corner####of####you####computer####'s####keyboard####.####this####key####will####stop####the####insert####mode####. 0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0 True
6####-####press####the####:####(####colon####)####key####.####press####the####:####(####colon####)####key####.####this####key####will####place####vim####in####"####command####"####mode####.####-####you####should####see####a####cursor####appear####at####the####bottom####of####the####window####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####type####:w####into####terminal####and####press####↵####enter####.####type####:w####into####terminal####and####press####↵####enter####.####this####command####will####save####you####document####as####it####currently####be####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####type####:q####into####terminal####and####press####↵####enter####.####type####:q####into####terminal####and####press####↵####enter####.####do####so####will####quit####out####of####vim####and####return####you####to####terminal####'s####main####interface####.####you####text####file####be####now####in####you####specify####directory####.####-####you####can####check####for####the####text####file####by####type####lo####into####terminal####and####press####↵####enter####and####then####look####for####the####file####'s####name####.####-####you####can####also####type####:####bq####to####save####and####quit####in####one####command####. 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####reopen####the####file####from####the####terminal####window####.####reopen####the####file####from####the####terminal####window####.####just####as####you####do####to####create####the####file####,####you####will####type####vi####filename####.####txt####to####open####the####file####.####this####time####when####you####open####the####file####,####you####should####see####any####save####change####that####you####make####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####use####imagemagick 0,0,1,0 0,0,0,0 None
1####-####open####the####terminal####.####open####the####terminal####.####image####magick####be####a####command####-####line####utility####that####can####capture####screenshot####for####you####.####many####distribution####come####with####imagemagick####already####install####,####but####you####can####install####it####for####free####from####you####distribution####'s####package####manager####if####you####do####not####have####it####.####-####to####open####the####terminal####quickly####in####ubuntu####and####many####other####distribution####,####press####ctrl####+####alt####+####t####. 0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####install####imagemagick.####install####imagemagick####.####on####debian####-####base####distribution####such####as####ubuntu####,####type####sudo####apt####-####get####install####imagemagick####and####press####↵####enter####.####you####will####be####prompt####for####you####administrator####password####.####if####imagemagick####have####not####be####install####,####it####will####begin####downloading####and####install####.####if####it####be####already####install####,####you####will####be####inform####. 0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,0,0,0,0,1,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####take####a####screenshot####of####the####entire####screen####.####take####a####screenshot####of####the####entire####screen####.####type####import####-####window####root####picture####/####filename.png####and####press####↵####enter####.####replace####filename####with####the####name####you####want####to####give####the####screenshot####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,1,0,0,0 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
4####-####take####a####screenshot####of####a####specific####window####.####take####a####screenshot####of####a####specific####window####.####type####import####picture####/####filename.png####and####press####↵####enter####.####replace####filename####with####the####name####you####want####to####give####the####screenshot####.####the####cursor####will####turn####into####a####crosshair####,####and####you####can####click####the####window####that####you####want####to####capture####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####add####a####delay####to####the####screenshot####.####add####a####delay####to####the####screenshot####.####type####import####-####window####root####-####pause#########picture####/####filename.png####and####press####↵####enter####.####replace#########with####the####amount####of####seconds####that####you####want####to####wait####before####the####screenshot####be####take####.####after####wait####the####set####amount####of####time####,####the####screenshot####will####be####take####and####you####will####be####return####to####the####terminal####prompt####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####click####on####the####apple####menu####.####click####on####the####apple####menu####.####it####be####the########icon####in####the####upper-left####corner####of####the####screen####.####; 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 True
2####-####click####on####system####preference####..####click####on####system####preference####..####it####be####near####the####top####of####the####drop####-####down####menu####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####click####on####bluetooth####.####click####on####bluetooth####.####it####be####near####the####center####of####the####window####. 0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####click####on####turn####bluetooth####on.####click####on####turn####bluetooth####on####.####it####be####on####the####left####side####of####the####dialog####box####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####hold####the####airpods####case####near####you####mac####.####hold####the####airpods####case####near####you####mac####.####the####airpods####must####be####in####the####case####and####the####lid####close####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####open####the####lid####on####the####airpods####case####.####open####the####lid####on####the####airpods####case####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####press####and####hold####the####"####setup####"####button####.####press####and####hold####the####"####setup####"####button####.####it####be####a####small####,####round####button####on####the####back####of####the####airpods####case####.####hold####the####button####until####the####status####light####flash####white####. 0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####click####on####airpods####.####click####on####airpods####.####it####will####appear####in####the####"####device####"####section####on####the####right####side####of####you####mac####'s####bluetooth####dialog####box####. 0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####click####on####pair.####click####on####pair.####you####airpod####will####now####pair####with####you####mac.####-####check####"####show####bluetooth####in####menu####bar####"####at####the####bottom####of####the####dialog####box####to####enable####a####drop####-####down####menu####that####will####allow####you####to####quickly####switch####you####mac####'s####audio####output####to####airpods####without####go####through####"####system####preference####.####" 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####click####on####the####apple####menu####.####click####on####the####apple####menu####.####it####be####the########icon####in####the####upper-left####corner####of####the####screen####.####; 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####click####on####system####preference####..####click####on####system####preference####..####it####be####near####the####top####of####the####drop####-####down####menu####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####click####on####bluetooth####.####click####on####bluetooth####.####it####be####near####the####center####of####the####window####. 0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####click####on####turn####bluetooth####on.####click####on####turn####bluetooth####on####.####it####be####on####the####left####side####of####the####dialog####box####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####hold####the####airpods####case####near####you####mac####.####hold####the####airpods####case####near####you####mac####.####the####airpods####must####be####in####the####case####and####the####lid####close####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
6####-####open####the####lid####on####the####airpods####case####.####open####the####lid####on####the####airpods####case####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####press####and####hold####the####"####setup####"####button####.####press####and####hold####the####"####setup####"####button####.####it####be####a####small####,####round####button####on####the####back####of####the####airpods####case####.####hold####the####button####until####the####status####light####flash####white####. 0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####click####on####airpods####.####click####on####airpods####.####it####will####appear####in####the####"####device####"####section####on####the####right####side####of####you####mac####'s####bluetooth####dialog####box####. 0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####click####on####pair.####click####on####pair.####you####airpod####will####now####pair####with####you####mac.####-####check####"####show####bluetooth####in####menu####bar####"####at####the####bottom####of####the####dialog####box####to####enable####a####drop####-####down####menu####that####will####allow####you####to####quickly####switch####you####mac####'s####audio####output####to####airpods####without####go####through####"####system####preference####.####" 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####the####basic####start####up####you####computer####.####after####the####circle####under####the####apple####logo####rotate####for####a####few####seconds####,####the####computer####will####take####you####on####a####quick####video####,####and####then####will####ask####for####you####to####enter####you####area####,####some####personal####information####,####and####a####user####name####and####password####.####enter####the####info####,####and####proceed####to####log####in####. 0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0 0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
2####-####right####-####click####menu####on####a####mac.####right####-####click####menu####on####a####mac####.####many####pc####user####be####use####to####right####-####click####the####mouse####in####order####to####bring####up####a####list####of####helpful####option####;####on####a####mac####there####be####way####to####get####similar####result####.####the####easiest####way####would####be####to####control####-####click####a####item####.####control####-####click####means####hold####down####ctrl####while####click####the####item####.####this####will####bring####up####a####shortcut####menu####.####alternatively####,####you####can####configure####the####mouse####or####trackpad####to####use####the####right####side####of####the####mouse####or####trackpad####as####the####secondary####button####(####a.k.a.####right####-####click####)####in####system####preference####(####apple####menu####>####system####preference####>####mouse####or####apple####menu####>####system####preference####>####trackpad####)####. 0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####use####finder####to####find####various####document####,####picture####,####and####other####file####.####use####finder####to####find####various####document####,####picture####,####and####other####file####.####finder####be####,####for####mac####user####,####essentially####what####window####explorer####be####for####pc####user####. 0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####force####quit####a####unresponsive####application####.####force####quit####a####unresponsive####application####.####press####command####-####option####-####escape####when####a####application####become####unresponsive####.####this####work####in####the####same####way####the####ctrl####-####alt####-####delete####work####for####pc####user####.####another####way####to####force####-####quit####a####application####be####to####control####-####click####the####item####on####the####dock####and####select####force####-####quit####from####the####menu####. 0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,1,0,0,1,0,1,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####close####a####window####.####close####a####window####.####click####the####red####button####in####the####upper####leave####hand####corner####of####the####window####to####close####the####window####of####a####application####.####this####do####not####exit####the####application####.####the####hotkey####in####many####application####be####command####-####w. 0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####minimize####a####window####.####minimize####a####window####.####to####minimize####a####window####(####put####it####in####the####dock####to####the####right####of####the####racetrack####)####click####the####yellow####button####next####to####it####.####alternatively####,####double####-####click####on####the####title####bar####. 0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####maximize####a####window####.####maximize####a####window####.####to####maximize####a####window####,####click####the####green####button####on####the####right####. 0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####exit####a####application####.####exit####a####application####.####click####on####the####application####name####in####the####menu####bar####,####then####click####on####quit####at####the####bottom####of####the####menu####.####the####hotkey####in####almost####all####application####be####command####-####q. 0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####switch####application####.####switch####application####.####in####any####app####,####press####cmd-tab####to####quickly####switch####between####app####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####press####the####command####key####on####the####mac####for####shortcut####key####(####hotkey####)####instead####of####ctrl####on####window####.####press####the####command####key####on####the####mac####for####shortcut####key####(####hotkey####)####instead####of####ctrl####on####window####.####for####example####command####+####c####to####copy####,####and####command####+####v####to####paste####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####- 0,0 0,0 None
1####-####restart####you####mac.####restart####you####mac####.####when####you####mac####begin####its####startup####process####,####hold####down####the####"####command####"####and####"####r####"####key####.####-####; 0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
2####-####open####terminal####.####open####terminal####.####-####click####"####utility####"####in####the####menu####bar####.####-####select####"####terminal####"####. 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####type####"####reset####password####"####into####terminal####and####hit####"####enter####"####.####type####"####reset####password####"####into####terminal####and####hit####"####enter####"####.####this####will####result####in####a####reset####password####tool####pop####up####. 0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####select####you####computer####'s####hard####drive####.####select####you####computer####'s####hard####drive####.####in####some####isolate####case####you####computer####'s####hard####drive####may####not####show####up####.####this####occur####if####you####hard####drive####be####encrypt####and####can####not####be####modify####with####this####password####tool####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####choose####a####user####to####reset####.####choose####a####user####to####reset####. 0,0,1,0,0,0,1,0,1,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####enter####a####new####password####.####enter####a####new####password####.####this####will####become####you####user####'s####master####password####,####so####be####sure####to####remember####you####change####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####click####save.####click####save####.####after####click####save####,####nothing####major####will####happen####.####the####password####field####in####the####form####will####go####blank####.####just####go####ahead####and####proceed####to####the####next####step####. 0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####restart####you####mac.####restart####you####mac####.####when####you####mac####boot####,####you####should####be####able####to####log####in####to####the####user####you####forget####the####password####for####. 0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####- 0,0 0,0 None
1####-####put####you####os####installation####disk####in####you####mac####'s####cd####drive####.####put####you####os####installation####disk####in####you####mac####'s####cd####drive####.####-####do####this####while####the####computer####be####on####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####restart####you####mac.####restart####you####mac####.####when####you####mac####begin####its####start####-####up####process####,####hold####down####the####"####c####"####key####. 0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
3####-####select####you####language####.####select####you####language####. 0,0,1,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0 None
4####-####open####the####password####reset####tool####.####open####the####password####reset####tool####.####-####for####10.6####or####later####,####click####"####utility####"####in####the####menu####and####select####"####password####reset####"####.####-####for####10.4####or####later####,####click####"####utility####"####in####the####menu####and####select####"####reset####password####"####.####-####for####10.3####,####click####"####installer####"####in####the####menu####and####select####"####reset####password####"####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####select####you####computer####'s####hard####drive####.####select####you####computer####'s####hard####drive####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####choose####a####user####to####reset####.####choose####a####user####to####reset####. 0,0,1,0,0,0,1,0,1,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####enter####a####new####password####.####enter####a####new####password####. 0,0,1,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####click####save.####click####save####. 0,0,1,0,0,0,0 0,0,0,0,0,0,0 None
9####-####restart####you####mac####and####you####password####will####be####reset####.####restart####you####mac####and####you####password####will####be####reset####. 0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 None
0####-####backing####up####to####icloud 0,0,0,0,0,0 0,0,0,0,0,0 None
1####-####open####the####photo####app####on####you####mac####.####open####the####photo####app####on####you####mac####.####the####photo####app####look####like####a####color####pinwheel####in####a####white####circle####icon####.####you####can####find####it####in####you####application####folder####.####-####; 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
2####-####click####the####photo####tab####on####the####menu####bar####.####click####the####photo####tab####on####the####menu####bar####.####you####can####find####it####next####to####the####apple####icon####in####the####upper-left####corner####of####you####screen####.####it####will####open####a####drop####-####down####menu####. 0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####click####preference####on####the####menu####.####click####preference####on####the####menu####.####this####will####open####you####photo####setting####in####a####new####window####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####click####the####icloud####tab####at####the####top####.####click####the####icloud####tab####at####the####top####.####this####button####look####like####a####icon####at####the####top####of####the####preference####window####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####click####and####check####the####icloud####photo####library####option####.####click####and####check####the####icloud####photo####library####option####.####it####be####at####the####top####of####the####icloud####tab####here####.####-####when####this####option####be####check####,####all####you####picture####be####automatically####upload####and####store####on####you####icloud####account####.####you####can####access####all####you####picture####on####all####you####device####. 0,0,1,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####select####the####download####original####to####this####mac####option####.####select####the####download####original####to####this####mac####option####.####you####can####find####it####under####the####icloud####photo####library####heading####.####this####will####store####full####-####resolution####version####of####all####you####picture####on####you####mac.####-####if####you####select####optimize####mac####storage####,####you####will####download####and####store####low####-####resolution####version####of####you####picture####on####you####mac####.####you####can####download####the####full####-####resolution####version####of####a####picture####if####you####have####enough####storage####space####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####backing####up####to####a####external####drive 0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0 None
1####-####open####the####photo####app####on####you####mac####.####open####the####photo####app####on####you####mac####.####the####photo####app####look####like####a####color####pinwheel####in####a####white####circle####icon####.####you####can####find####it####in####you####application####folder####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
2####-####click####the####photo####tab####on####the####menu####bar####.####click####the####photo####tab####on####the####menu####bar####.####you####can####find####it####next####to####the####apple####icon####in####the####upper-left####corner####of####you####screen####.####it####will####open####a####drop####-####down####menu####. 0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####click####preference####on####the####menu####.####click####preference####on####the####menu####.####this####will####open####you####photo####setting####in####a####new####window####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####click####the####show####in####finder####button####next####to####"####library####location####.####click####the####show####in####finder####button####next####to####"####library####location####.####"####you####can####find####this####option####at####the####top####of####the####general####tab####.####it####will####open####a####new####finder####window####,####and####show####you####photo####library####file####here####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####right####-####click####the####"####photo####library####"####file####in####finder####.####right####-####click####the####"####photo####library####"####file####in####finder####.####this####will####open####you####right####-####click####option####on####a####drop####-####down####menu####. 0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####select####copy####on####the####right####-####click####menu####.####select####copy####on####the####right####-####click####menu####.####this####will####copy####you####photo####library####file####to####you####clipboard####.####you####can####now####paste####it####to####you####external####drive####to####keep####a####manual####backup####of####you####picture####.####-####alternatively####,####you####can####select####the####file####,####and####press####⌘####command####+####c####on####you####keyboard####to####copy####it####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####connect####you####external####drive####and####open####it####on####you####computer####.####connect####you####external####drive####and####open####it####on####you####computer####.####you####can####find####you####external####drive####mount####on####you####desktop####.####double####-####click####on####it####to####open####its####contents####in####finder####. 0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####press####⌘####command####+####v####on####you####keyboard####.####press####⌘####command####+####v####on####you####keyboard####.####this####will####paste####the####copy####photo####library####file####to####you####external####drive####.####-####anytime####you####want####to####use####this####backup####,####copy####the####photo####library####file####from####you####external####drive####,####and####paste####it####to####the####original####location####of####the####file####on####you####mac####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 None
0####-####zooming####with####you####trackpad 0,0,0,0,0,0 0,0,0,0,0,1 True
1####-####open####something####that####can####be####zoom####.####open####something####that####can####be####zoom####.####you####can####change####the####zoom####on####web####page####,####picture####,####document####,####and####more####.####you####will####not####be####able####to####zoom####on####the####desktop####or####in####finder####.####-####; 0,0,1,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####place####two####finger####on####the####trackpad####.####place####two####finger####on####the####trackpad####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0 None
3####-####move####you####two####finger####apart####to####zoom####in####.####move####you####two####finger####apart####to####zoom####in####. 0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####pinch####you####two####finger####together####to####zoom####out####.####pinch####you####two####finger####together####to####zoom####out####. 0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####double####-####tap####two####finger####to####zoom####in####on####you####cursor####.####double####-####tap####two####finger####to####zoom####in####on####you####cursor####.####double####-####tap####you####two####finger####again####to####zoom####out####.####this####will####magnify####the####part####of####the####document####or####web####page####that####you####cursor####be####over####.####[####1####]####-####x####-####research####source 0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####install####vnc####viewer####on####i####phone####or####i####pad 0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0 None
1####-####on####you####iphone####,####open####the####app####store####.####on####you####iphone####,####open####the####app####store####.####it####be####the####app####with####a####blue####icon####and####a####white####capital####"####a####"####. 0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
2####-####tap####search####.####tap####search####.####it####be####the####magnifying####glass####icon####on####the####bottom####-####right####corner####of####the####screen####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####type####vnc####viewer####in####the####search####bar####.####type####vnc####viewer####in####the####search####bar####.####tap####the####grey####bar####at####the####top####and####type####a####search####entry####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####tap####the####vnc####viewer####app####in####the####search####result####.####tap####the####vnc####viewer####app####in####the####search####result####.####it####be####a####blue####icon####that####have####"####vnc####"####in####curvy####white####letter####. 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####tap####get####.####tap####get####.####it####be####the####blue####button####under####the####"####vnc####viewer####-####remote####desktop####"####title####at####the####top####of####the####page####.####this####will####start####downloading####and####install####the####vnc####remote####desktop####app####on####you####iphone####.####-####use####you####touch####id####or####enter####you####passcode####if####prompt####before####downloading####the####app####. 0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####tap####open####.####tap####open####.####the####"####get####"####button####will####change####to####"####open####"####once####app####be####install####.####this####launch####the####vnc####viewer####app####on####you####phone####. 0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####determine####the####model####of####you####mac####mini####.####determine####the####model####of####you####mac####mini####.####this####process####will####allow####you####to####verify####if####you####can####install####the####ram####yourself####without####contact####a####apple####authorize####service####provider####for####assistance####.####-####go####to####"####apple####"####in####the####menu####bar####while####you####computer####be####turn####on####,####then####select####"####about####this####mac####"####to####view####you####serial####number####.####the####serial####number####can####also####be####find####print####on####the####bottom####of####you####mac####mini####computer####.####-####type####you####serial####number####into####the####"####service####and####coverage####"####tool####provide####by####apple####.####the####"####service####and####coverage####"####tool####can####be####access####by####click####on####the####"####self####solve####"####apple####link####feature####in####the####source####section####of####this####article####.####this####website####will####provide####you####with####the####model####of####you####mac####mini####.####-####; 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
2####-####determine####the####ram####installation####process####require####.####determine####the####ram####installation####process####require####.####if####you####mac####mini####be####a####2010####or####2011####model####,####you####can####install####the####ram####yourself####;####however####,####earlier####model####will####require####you####to####contact####a####apple####authorize####service####provider####.####-####visit####the####apple####"####support####"####website####provide####to####you####in####the####source####section####of####this####article####and####click####on####the####link####for####"####apple####authorize####service####provider####.####"####this####link####will####provide####you####with####a####list####of####the####nearest####service####provider####in####you####area####.####you####may####also####call####apple####at####1-800-692-7753####for####assistance####. 0,0,1,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####power####off####you####mac####mini####computer####.####power####off####you####mac####mini####computer####.####this####will####prevent####you####from####any####injury####pertain####to####electrical####shock####as####you####work####on####you####computer####.####-####if####you####mac####mini####be####still####turn####on####,####point####to####the####"####apple####"####menu####and####select####"####shut####down####"####to####turn####off####the####computer####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 None
4####-####disconnect####any####cable####from####you####mac####mini####.####disconnect####any####cable####from####you####mac####mini####.####this####will####include####power####cable####,####internet####cable####,####or####extra####cable####,####such####as####printer####cable####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####place####you####mac####mini####in####a####upside####-####down####position####on####a####soft####cloth####.####place####you####mac####mini####in####a####upside####-####down####position####on####a####soft####cloth####.####the####soft####cloth####will####help####protect####the####outer####shell####of####the####mac####mini####from####any####scratch####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####remove####the####bottom####cover####of####the####mac####mini####.####remove####the####bottom####cover####of####the####mac####mini####.####the####bottom####cover####be####the####round####cover####imprint####with####the####word####"####mac####mini####.####"####-####place####you####thumb####gently####on####the####bottom####cover####,####then####unlock####the####cover####by####rotate####it####in####a####counterclockwise####position####.####-####press####down####on####one####side####of####the####cover####with####you####thumb####.####the####opposite####side####of####the####cover####will####then####pop####off####,####allow####you####to####remove####the####back####cover####completely####from####the####mac####mini####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####remove####the####original####ram####.####remove####the####original####ram####.####the####2####ram####,####or####memory####module####,####be####locate####on####top####of####one####another####in####the####bottom####-####right####corner####below####the####cover####.####-####open####the####retainer####clip####hold####the####ram####in####place####.####each####side####of####the####ram####slot####will####have####a####retainer####clip####,####both####of####which####you####can####lift####up####and####off####the####ram####use####2####finger####until####the####ram####be####release####from####the####slot####.####-####gently####pull####the####ram####out####of####the####slot####.####you####can####then####repeat####the####process####for####the####second####ram####locate####below####the####top####ram####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####install####the####new####ram####into####the####mac####mini####.####install####the####new####ram####into####the####mac####mini####.####-####place####one####of####you####ram####into####the####bottom####slot####first####,####attach####the####side####with####the####notch####into####the####mac####mini####.####the####notch####resemble####a####tiny####slit####and####will####be####present####on####one####of####the####long####side####of####the####ram####.####-####press####the####ram####down####into####the####slot####until####you####see####the####retainer####clip####snap####the####ram####into####place####.####you####can####then####repeat####this####process####for####the####insertion####of####the####second####ram####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####place####the####bottom####cover####back####onto####you####mac####mini####.####place####the####bottom####cover####back####onto####you####mac####mini####.####alignment####dot####will####be####present####on####the####cover####and####on####the####computer####itself####to####help####you####correctly####position####the####back####cover####into####place####.####-####lock####the####back####cover####into####place####by####rotate####it####clockwise####after####match####up####the####alignment####dot####on####the####back####cover####and####computer####.####you####can####then####reconnect####all####the####cable####you####remove####earlier####from####you####mac####mini####and####power####the####computer####on####. 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 None
10####-####check####to####see####if####the####mac####mini####recognize####the####new####ram####.####check####to####see####if####the####mac####mini####recognize####the####new####ram####.####-####select####"####apple####"####from####the####menu####bar####on####the####desktop####of####you####mac####mini####,####then####click####on####"####about####this####mac####.####"####you####computer####will####then####display####its####total####amount####of####memory####. 0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####determine####the####model####of####you####mac####mini####.####determine####the####model####of####you####mac####mini####.####this####process####will####allow####you####to####verify####if####you####can####install####the####ram####yourself####without####contact####a####apple####authorize####service####provider####for####assistance####.####-####go####to####"####apple####"####in####the####menu####bar####while####you####computer####be####turn####on####,####then####select####"####about####this####mac####"####to####view####you####serial####number####.####the####serial####number####can####also####be####find####print####on####the####bottom####of####you####mac####mini####computer####.####-####type####you####serial####number####into####the####"####service####and####coverage####"####tool####provide####by####apple####.####the####"####service####and####coverage####"####tool####can####be####access####by####click####on####the####"####self####solve####"####apple####link####feature####in####the####source####section####of####this####article####.####this####website####will####provide####you####with####the####model####of####you####mac####mini####.####-####; 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####determine####the####ram####installation####process####require####.####determine####the####ram####installation####process####require####.####if####you####mac####mini####be####a####2010####or####2011####model####,####you####can####install####the####ram####yourself####;####however####,####earlier####model####will####require####you####to####contact####a####apple####authorize####service####provider####.####-####visit####the####apple####"####support####"####website####provide####to####you####in####the####source####section####of####this####article####and####click####on####the####link####for####"####apple####authorize####service####provider####.####"####this####link####will####provide####you####with####a####list####of####the####nearest####service####provider####in####you####area####.####you####may####also####call####apple####at####1-800-692-7753####for####assistance####. 0,0,1,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####power####off####you####mac####mini####computer####.####power####off####you####mac####mini####computer####.####this####will####prevent####you####from####any####injury####pertain####to####electrical####shock####as####you####work####on####you####computer####.####-####if####you####mac####mini####be####still####turn####on####,####point####to####the####"####apple####"####menu####and####select####"####shut####down####"####to####turn####off####the####computer####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0 0,0,0,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
4####-####disconnect####any####cable####from####you####mac####mini####.####disconnect####any####cable####from####you####mac####mini####.####this####will####include####power####cable####,####internet####cable####,####or####extra####cable####,####such####as####printer####cable####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####place####you####mac####mini####in####a####upside####-####down####position####on####a####soft####cloth####.####place####you####mac####mini####in####a####upside####-####down####position####on####a####soft####cloth####.####the####soft####cloth####will####help####protect####the####outer####shell####of####the####mac####mini####from####any####scratch####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####remove####the####bottom####cover####of####the####mac####mini####.####remove####the####bottom####cover####of####the####mac####mini####.####the####bottom####cover####be####the####round####cover####imprint####with####the####word####"####mac####mini####.####"####-####place####you####thumb####gently####on####the####bottom####cover####,####then####unlock####the####cover####by####rotate####it####in####a####counterclockwise####position####.####-####press####down####on####one####side####of####the####cover####with####you####thumb####.####the####opposite####side####of####the####cover####will####then####pop####off####,####allow####you####to####remove####the####back####cover####completely####from####the####mac####mini####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####remove####the####original####ram####.####remove####the####original####ram####.####the####2####ram####,####or####memory####module####,####be####locate####on####top####of####one####another####in####the####bottom####-####right####corner####below####the####cover####.####-####open####the####retainer####clip####hold####the####ram####in####place####.####each####side####of####the####ram####slot####will####have####a####retainer####clip####,####both####of####which####you####can####lift####up####and####off####the####ram####use####2####finger####until####the####ram####be####release####from####the####slot####.####-####gently####pull####the####ram####out####of####the####slot####.####you####can####then####repeat####the####process####for####the####second####ram####locate####below####the####top####ram####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####install####the####new####ram####into####the####mac####mini####.####install####the####new####ram####into####the####mac####mini####.####-####place####one####of####you####ram####into####the####bottom####slot####first####,####attach####the####side####with####the####notch####into####the####mac####mini####.####the####notch####resemble####a####tiny####slit####and####will####be####present####on####one####of####the####long####side####of####the####ram####.####-####press####the####ram####down####into####the####slot####until####you####see####the####retainer####clip####snap####the####ram####into####place####.####you####can####then####repeat####this####process####for####the####insertion####of####the####second####ram####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####place####the####bottom####cover####back####onto####you####mac####mini####.####place####the####bottom####cover####back####onto####you####mac####mini####.####alignment####dot####will####be####present####on####the####cover####and####on####the####computer####itself####to####help####you####correctly####position####the####back####cover####into####place####.####-####lock####the####back####cover####into####place####by####rotate####it####clockwise####after####match####up####the####alignment####dot####on####the####back####cover####and####computer####.####you####can####then####reconnect####all####the####cable####you####remove####earlier####from####you####mac####mini####and####power####the####computer####on####. 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####check####to####see####if####the####mac####mini####recognize####the####new####ram####.####check####to####see####if####the####mac####mini####recognize####the####new####ram####.####-####select####"####apple####"####from####the####menu####bar####on####the####desktop####of####you####mac####mini####,####then####click####on####"####about####this####mac####.####"####you####computer####will####then####display####its####total####amount####of####memory####. 0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####use####mac 0,0,1,0 0,0,0,0 None
1####-####open####skype####on####you####computer####.####open####skype####on####you####computer####.####the####skype####icon####look####like####a####white####"####s####"####in####a####blue####circle####in####you####application####folder####-####if####you####be####not####automatically####log####in####,####click####the####sign####in####button####,####and####sign####in####with####you####skype####name####,####email####or####phone####and####you####password####.####-####; 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####click####the####skype####tab####.####click####the####skype####tab####.####this####button####be####on####you####mac####'s####menu####bar####in####the####upper-left####corner####of####you####screen####.####it####will####open####a####drop####-####down####menu####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 True
3####-####click####audio####&####video####setting####.####click####audio####&####video####setting####.####this####will####open####you####setting####in####a####new####window####. 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####select####you####microphone####.####select####you####microphone####.####click####the####drop####-####down####menu####next####to####microphone####and####select####you####default####microphone####. 0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####close####the####setting####window####.####close####the####setting####window####.####click####the####"####x####"####icon####in####the####top####leave####to####close####it####.####you####new####microphone####setting####will####be####save####automatically####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####adjust####lcd####monitor####resolution 0,0,1,0,0,0 0,0,0,0,0,0 None
1####-####turn####on####the####computer####.####turn####on####the####computer####.####wait####for####the####main####screen####to####appear####.####-####; 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 True
2####-####ensure####that####no####other####program####be####run####.####ensure####that####no####other####program####be####run####. 0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####move####the####cursor####over####"####start####"####(####or####the####microsoft####window####logo####)####from####the####lower####leave####hand####corner####of####the####screen####,####single####click####,####and####hold####the####mouse####button####down####to####view####other####menu####item####.####move####the####cursor####over####"####start####"####(####or####the####microsoft####window####logo####)####from####the####lower####leave####hand####corner####of####the####screen####,####single####click####,####and####hold####the####mouse####button####down####to####view####other####menu####item####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####select####"####control####panel####.####select####"####control####panel####.####" 0,0,1,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####locate####the####heading####,####"####appearance####and####personalization####,####"####then####select####the####sub-category####,####"####adjust####screen####resolution####.####locate####the####heading####,####"####appearance####and####personalization####,####"####then####select####the####sub-category####,####"####adjust####screen####resolution####.####" 0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0 None
6####-####click####"####resolution####"####and####wait####for####a####drop####-####down####slider####control####to####appear####.####click####"####resolution####"####and####wait####for####a####drop####-####down####slider####control####to####appear####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####drag####the####slider####up####or####down####until####the####desire####resolution####be####select####.####drag####the####slider####up####or####down####until####the####desire####resolution####be####select####.####click####"####apply####.####"####if####a####compatible####resolution####be####choose####,####the####screen####will####revert####to####these####setting####(####if####the####resolution####be####incompatible####,####select####another####resolution####)####. 0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####wait####for####the####system####to####ask####if####the####setting####be####acceptable####.####wait####for####the####system####to####ask####if####the####setting####be####acceptable####.####select####"####yes####"####if####the####setting####be####accurate####,####otherwise####continue####change####the####resolution####until####the####desire####effect####be####achieve####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####plug####the####2nd####monitor####into####the####wall####.####plug####the####2nd####monitor####into####the####wall####.####-####; 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0 None
2####-####look####on####the####back####of####the####computer####and####find####a####vga####spot####.####look####on####the####back####of####the####computer####and####find####a####vga####spot####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####plug####the####monitor####in####then####turn####the####computer####and####both####monitor####on 0,0,1,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,0,0,1,0 True
plug####the####monitor####in####then####turn####the####computer####and####both####monitor####on 1,0,0,0,0,1,0,0,0,0,0,0 0,0,1,0,0,0,0,0,0,0,1,0 None
4####-####log####in####.####log####in####. 0,0,1,0,0,1,0,0 0,0,0,0,0,0,0,0 None
5####-####go####to####control####panel####and####click####appearance####and####personalization####.####go####to####control####panel####and####click####appearance####and####personalization####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####click####display 0,0,0,0 0,0,0,0 None
click####display 1,0 0,0 None
7####-####click####on####change####display####setting 0,0,0,0,0,0,0 0,0,0,0,0,0,0 None
click####on####change####display####setting 1,0,0,0,0 0,0,0,0,0 None
8####-####click####'####identify####'####first####,####then####under####'####multiple####display####'####,####choose####'####extend####these####display####'####.####click####'####identify####'####first####,####then####under####'####multiple####display####'####,####choose####'####extend####these####display####'####. 0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####click####'####apply####'.####click####'####apply####'####. 0,0,1,0,1,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0 None
0####-####soldering####gun####method 0,0,0,0,0 0,0,1,1,0 None
1####-####note####:####note####:####you####must####use####a####soldering####gun####,####not####a####soldering####iron####!####-####; 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0 None
2####-####hold####the####soldering####gun####so####that####the####rear####of####the####case####be####toward####the####screen####(####the####tip####be####face####away####from####the####screen####at####a####90####degree####angle####) 0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
hold####the####soldering####gun####so####that####the####rear####of####the####case####be####toward####the####screen####(####the####tip####be####face####away####from####the####screen####at####a####90####degree####angle####) 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####place####the####gun####in####the####center####of####the####screen####and####turn####it####on####,####keep####it####near####but####not####touch####the####screen####(####to####prevent####scratching####) 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0 0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
place####the####gun####in####the####center####of####the####screen####and####turn####it####on####,####keep####it####near####but####not####touch####the####screen####(####to####prevent####scratching####) 1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0 0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####slowly####move####it####to####the####top####edge####(####or####any####edge####)####,####then####slowly####around####the####outer####part####of####the####screen####(####but####still####in####front####of####the####glass####)####until####you####return####to####the####top####(####or####the####edge####you####move####out####to####)####,####again####slowly####return####the####gun####to####the####center####of####the####screen####.####slowly####move####it####to####the####top####edge####(####or####any####edge####)####,####then####slowly####around####the####outer####part####of####the####screen####(####but####still####in####front####of####the####glass####)####until####you####return####to####the####top####(####or####the####edge####you####move####out####to####)####,####again####slowly####return####the####gun####to####the####center####of####the####screen####. 0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 None
5####-####keep####the####gun####on####,####slowly####pull####it####straight####away####from####the####monitor####until####there####be####no####more####distortion####visible####(####usually####3####-####4####foot####)####,####then####turn####the####gun####off####(####it####be####helpful####to####create####a####full####-####screen####white####image####in####mspaint####to####display####while####do####this####as####it####make####the####discoloration####very####easy####to####see####.####keep####the####gun####on####,####slowly####pull####it####straight####away####from####the####monitor####until####there####be####no####more####distortion####visible####(####usually####3####-####4####foot####)####,####then####turn####the####gun####off####(####it####be####helpful####to####create####a####full####-####screen####white####image####in####mspaint####to####display####while####do####this####as####it####make####the####discoloration####very####easy####to####see####.####ctrl####+####f####in####mspaint####(####which####can####be####find####in####accessory####)####display####the####image####in####fullscreen####mode####.####) 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####rig####drill####method 0,0,1,0,0 0,0,0,1,0 None
1####-####get####a####magnet####and####tape####it####to####the####end####of####a####high####rpm####drill####and####make####sure####it####be####hold####in####place####very####tightly####,####use####duct####or####packing####tape####.####get####a####magnet####and####tape####it####to####the####end####of####a####high####rpm####drill####and####make####sure####it####be####hold####in####place####very####tightly####,####use####duct####or####packing####tape####.####-####you####could####also####use####a####small####electric####fan####.####the####motor####create####the####same####magnetic####field####as####the####drill####.####when####you####turn####on####the####fan####hold####the####back####of####it####onto####the####screen####.####from####then####you####can####go####on####from####step####4####. 0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
2####-####hold####the####rig####drill####next####to####the####spot####to####be####fix####,####make####sure####it####be####about####2####-####3####centimeter####(####0.8–1.2####in####)####away####from####the####screen####.####hold####the####rig####drill####next####to####the####spot####to####be####fix####,####make####sure####it####be####about####2####-####3####centimeter####(####0.8–1.2####in####)####away####from####the####screen####. 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####now####pull####the####trigger####a####you####will####see####the####screen####blur####rapidly####,####this####be####normal####so####do####not####worry####.####now####pull####the####trigger####a####you####will####see####the####screen####blur####rapidly####,####this####be####normal####so####do####not####worry####. 0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####while####the####drill####be####run####,####slowly####pull####away####from####the####screen####and####you####may####see####it####be####fix####.####while####the####drill####be####run####,####slowly####pull####away####from####the####screen####and####you####may####see####it####be####fix####. 0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0 0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####this####process####may####need####to####be####repeat####due####to####magnet####strength####and####drill####speed####but####it####will####work####.####this####process####may####need####to####be####repeat####due####to####magnet####strength####and####drill####speed####but####it####will####work####. 0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 None
6####-####due####to####physic####the####fast####,####random####turn####of####the####magnet####/####'s####will####fix####the####screen####'s####color####.####due####to####physic####the####fast####,####random####turn####of####the####magnet####/####'s####will####fix####the####screen####'s####color####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####use####screen####-####fixing####software 0,0,0,0,0,0,0 0,0,0,1,0,0,0 None
1####-####understand####how####this####method####work####.####understand####how####this####method####work####.####screen####-####fixing####software####play####a####random####combination####of####red####,####green####,####and####blue####hue####at####a####rate####of####up####to####60####flash####per####second####in####a####attempt####to####jar####the####stick####pixel####back####into####its####usual####cycle####.####-####screen####-####fixing####software####be####not####guarantee####to####work####,####but####it####be####success####rate####be####usually####above####50####percent####.####-####there####be####pay####version####of####screen####-####fixing####software####,####but####free####version####be####just####as####effective####at####fix####stuck####pixel####that####be####still####fixable####. 0,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
2####-####avoid####use####screen####-####fixing####software####if####you####have####epilepsy####.####avoid####use####screen####-####fixing####software####if####you####have####epilepsy####.####since####screen####-####fixing####program####display####rapidly####flash####light####in####a####erratic####pattern####,####you####will####want####to####avoid####perform####this####process####yourself####if####you####(####or####anyone####in####you####family####)####have####epileptic####seizure####. 0,0,1,1,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####open####the####jscreenfix####website####.####open####the####jscreenfix####website####.####go####to####http://www.jscreenfix.com/####in####you####browser####.####jscreen####fix####be####a####free####,####online####app####that####can####fix####stuck####pixel####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####scroll####down####and####click####launch####jscreenfix####.####scroll####down####and####click####launch####jscreenfix####.####it####be####a####blue####button####near####the####bottom####of####the####page####.####this####will####open####the####jscreenfix####program####in####you####browser####. 0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####find####the####stick####pixel####.####find####the####stick####pixel####.####most####of####the####browser####window####will####be####black####,####so####find####the####stuck####pixel####should####be####easy####.####-####if####the####stuck####pixel####be####not####in####the####black####section####of####the####window####,####press####f11####to####make####you####browser####full####-####screen####.####you####may####have####to####hold####fn####while####press####f11####if####the####browser####do####not####full####-####screen####when####press####f11####. 0,0,1,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 None
6####-####move####the####pixel####-####fixer####onto####the####stick####pixel####.####move####the####pixel####-####fixer####onto####the####stick####pixel####.####click####and####drag####the####box####of####static####over####onto####the####pixel####,####then####drop####it####there####. 0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####leave####the####pixel####-####fixer####for####at####least####10####minute####.####leave####the####pixel####-####fixer####for####at####least####10####minute####.####make####sure####not####to####minimize####the####window####,####move####the####pixel####-####fixer####,####or####turn####off####you####monitor####in####the####process####.####-####if####possible####,####leave####the####pixel####-####fixer####in####place####for####a####hour####. 0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####review####the####pixel####'s####status####.####review####the####pixel####'s####status####.####once####you####have####leave####the####pixel####-####fixer####over####the####pixel####for####the####allot####amount####of####time####,####close####the####window####to####view####the####pixel####.####if####the####pixel####have####be####fix####,####you####be####do####.####-####if####the####pixel####have####not####be####fix####,####consider####shut####down####you####monitor####for####a####day####and####then####retry####this####method####.####you####can####also####proceed####to####use####pressure####and####heat####to####try####to####fix####you####monitor####,####but####do####so####be####not####recommend####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####use####screen####-####fixing####software 0,0,0,0,0,0,0 0,0,0,0,0,0,0 None
1####-####understand####how####this####method####work####.####understand####how####this####method####work####.####screen####-####fixing####software####play####a####random####combination####of####red####,####green####,####and####blue####hue####at####a####rate####of####up####to####60####flash####per####second####in####a####attempt####to####jar####the####stick####pixel####back####into####its####usual####cycle####.####-####screen####-####fixing####software####be####not####guarantee####to####work####,####but####it####be####success####rate####be####usually####above####50####percent####.####-####there####be####pay####version####of####screen####-####fixing####software####,####but####free####version####be####just####as####effective####at####fix####stuck####pixel####that####be####still####fixable####. 0,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####avoid####use####screen####-####fixing####software####if####you####have####epilepsy####.####avoid####use####screen####-####fixing####software####if####you####have####epilepsy####.####since####screen####-####fixing####program####display####rapidly####flash####light####in####a####erratic####pattern####,####you####will####want####to####avoid####perform####this####process####yourself####if####you####(####or####anyone####in####you####family####)####have####epileptic####seizure####. 0,0,1,1,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####open####the####jscreenfix####website####.####open####the####jscreenfix####website####.####go####to####http://www.jscreenfix.com/####in####you####browser####.####jscreen####fix####be####a####free####,####online####app####that####can####fix####stuck####pixel####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####scroll####down####and####click####launch####jscreenfix####.####scroll####down####and####click####launch####jscreenfix####.####it####be####a####blue####button####near####the####bottom####of####the####page####.####this####will####open####the####jscreenfix####program####in####you####browser####. 0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####find####the####stick####pixel####.####find####the####stick####pixel####.####most####of####the####browser####window####will####be####black####,####so####find####the####stuck####pixel####should####be####easy####.####-####if####the####stuck####pixel####be####not####in####the####black####section####of####the####window####,####press####f11####to####make####you####browser####full####-####screen####.####you####may####have####to####hold####fn####while####press####f11####if####the####browser####do####not####full####-####screen####when####press####f11####. 0,0,1,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####move####the####pixel####-####fixer####onto####the####stick####pixel####.####move####the####pixel####-####fixer####onto####the####stick####pixel####.####click####and####drag####the####box####of####static####over####onto####the####pixel####,####then####drop####it####there####. 0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####leave####the####pixel####-####fixer####for####at####least####10####minute####.####leave####the####pixel####-####fixer####for####at####least####10####minute####.####make####sure####not####to####minimize####the####window####,####move####the####pixel####-####fixer####,####or####turn####off####you####monitor####in####the####process####.####-####if####possible####,####leave####the####pixel####-####fixer####in####place####for####a####hour####. 0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 False
8####-####review####the####pixel####'s####status####.####review####the####pixel####'s####status####.####once####you####have####leave####the####pixel####-####fixer####over####the####pixel####for####the####allot####amount####of####time####,####close####the####window####to####view####the####pixel####.####if####the####pixel####have####be####fix####,####you####be####do####.####-####if####the####pixel####have####not####be####fix####,####consider####shut####down####you####monitor####for####a####day####and####then####retry####this####method####.####you####can####also####proceed####to####use####pressure####and####heat####to####try####to####fix####you####monitor####,####but####do####so####be####not####recommend####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 None
0####-####use####pressure####and####heat 0,0,1,0,0,0 0,0,0,0,0,0 None
1####-####understand####the####risk####associate####with####this####method####.####understand####the####risk####associate####with####this####method####.####while####some####people####have####report####successfully####change####they####stick####pixel####'s####statuse####by####put####pressure####on####they####or####use####heat####,####do####so####be####more####likely####to####harm####you####screen####than####it####be####to####fix####it####.####-####the####other####issue####with####this####method####be####that####it####will####often####void####you####warranty####. 0,0,1,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####turn####on####the####computer####and####lcd####screen####.####turn####on####the####computer####and####lcd####screen####.####you####screen####must####be####on####for####this####method####to####work####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0 True
3####-####display####a####black####image####.####display####a####black####image####.####it####be####imperative####that####you####be####show####a####black####image####and####not####just####a####blank####signal####,####as####you####need####the####back####-####lighting####of####the####lcd####to####be####illuminate####the####back####of####the####panel####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####find####a####narrow####object####with####a####blunt####,####narrow####end####.####find####a####narrow####object####with####a####blunt####,####narrow####end####.####a####sharpie####marker####with####the####cap####on####,####a####incredibly####dull####pencil####,####a####plastic####stylus####,####or####the####end####of####a####makeup####brush####would####all####work####for####this####.####-####before####you####proceed####further####read####the####warning####at####the####end####of####this####article####.####physically####rub####you####monitor####might####make####thing####worse####. 0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####wrap####the####end####of####the####object####in####a####cloth####.####wrap####the####end####of####the####object####in####a####cloth####.####this####will####prevent####the####hard####surface####of####the####object####from####scratch####up####you####monitor####.####-####if####the####object####be####capable####of####poke####through####the####cloth####,####it####be####too####sharp####.####find####a####different####object####. 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####use####the####round####end####of####the####object####to####gently####press####the####stick####pixel####.####use####the####round####end####of####the####object####to####gently####press####the####stick####pixel####.####you####should####see####a####light####white####ripple####effect####appear####around####the####point####of####contact####.####-####try####to####apply####pressure####only####to####the####stuck####pixel####and####not####the####surround####area####. 0,0,1,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####remove####the####object####after####a####few####seconds####.####remove####the####object####after####a####few####seconds####.####if####the####pixel####be####still####stick####,####you####can####repeat####the####pressure####,####or####proceed####with####use####heat####;####if####it####be####not####stick####,####however####,####shut####down####you####monitor####immediately####and####leave####it####off####for####at####least####one####hour####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####dampen####a####washcloth####with####hot####water####.####dampen####a####washcloth####with####hot####water####.####if####you####can####,####heat####water####on####the####stove####until####it####be####just####begin####to####show####air####bubble####at####the####bottom####of####the####container####(####around####190####degree####fahrenheit####)####,####then####put####the####washcloth####in####and####dump####the####hot####water####over####the####washcloth####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####cover####you####hand####.####cover####you####hand####.####you####do####not####want####to####burn####you####finger####in####the####next####step####,####so####use####oven####mitt####or####a####heavy####-####duty####washcloth####. 0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####seal####the####hot####washcloth####in####a####plastic####sandwich####bag####.####seal####the####hot####washcloth####in####a####plastic####sandwich####bag####.####this####will####protect####the####monitor####from####moisture####.####make####sure####the####seal####be####completely####close####. 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
11####-####hold####the####bag####against####the####stick####pixel####.####hold####the####bag####against####the####stick####pixel####.####apply####light####pressure####in####this####manner####should####loose####the####pixel####'s####internal####,####potentially####unstick####it####in####the####process####.####-####make####sure####not####to####hold####the####bag####against####the####pixel####for####more####than####a####few####seconds####at####a####time####. 0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
12####-####review####you####pixel####.####review####you####pixel####.####if####it####be####be####fix####,####you####be####do####.####if####not####,####there####be####not####much####else####you####can####do####without####help####from####a####professional####repair####service####,####so####either####take####you####monitor####into####a####repair####department####or####allow####the####pixel####to####unstick####itself####with####time####.####-####you####can####also####try####use####software####again####. 0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####use####pressure####and####heat 0,0,1,0,0,0 0,0,0,0,0,0 None
1####-####understand####the####risk####associate####with####this####method####.####understand####the####risk####associate####with####this####method####.####while####some####people####have####report####successfully####change####they####stick####pixel####'s####statuse####by####put####pressure####on####they####or####use####heat####,####do####so####be####more####likely####to####harm####you####screen####than####it####be####to####fix####it####.####-####the####other####issue####with####this####method####be####that####it####will####often####void####you####warranty####. 0,0,1,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####turn####on####the####computer####and####lcd####screen####.####turn####on####the####computer####and####lcd####screen####.####you####screen####must####be####on####for####this####method####to####work####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####display####a####black####image####.####display####a####black####image####.####it####be####imperative####that####you####be####show####a####black####image####and####not####just####a####blank####signal####,####as####you####need####the####back####-####lighting####of####the####lcd####to####be####illuminate####the####back####of####the####panel####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####find####a####narrow####object####with####a####blunt####,####narrow####end####.####find####a####narrow####object####with####a####blunt####,####narrow####end####.####a####sharpie####marker####with####the####cap####on####,####a####incredibly####dull####pencil####,####a####plastic####stylus####,####or####the####end####of####a####makeup####brush####would####all####work####for####this####.####-####before####you####proceed####further####read####the####warning####at####the####end####of####this####article####.####physically####rub####you####monitor####might####make####thing####worse####. 0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 None
5####-####wrap####the####end####of####the####object####in####a####cloth####.####wrap####the####end####of####the####object####in####a####cloth####.####this####will####prevent####the####hard####surface####of####the####object####from####scratch####up####you####monitor####.####-####if####the####object####be####capable####of####poke####through####the####cloth####,####it####be####too####sharp####.####find####a####different####object####. 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####use####the####round####end####of####the####object####to####gently####press####the####stick####pixel####.####use####the####round####end####of####the####object####to####gently####press####the####stick####pixel####.####you####should####see####a####light####white####ripple####effect####appear####around####the####point####of####contact####.####-####try####to####apply####pressure####only####to####the####stuck####pixel####and####not####the####surround####area####. 0,0,1,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####remove####the####object####after####a####few####seconds####.####remove####the####object####after####a####few####seconds####.####if####the####pixel####be####still####stick####,####you####can####repeat####the####pressure####,####or####proceed####with####use####heat####;####if####it####be####not####stick####,####however####,####shut####down####you####monitor####immediately####and####leave####it####off####for####at####least####one####hour####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 False
8####-####dampen####a####washcloth####with####hot####water####.####dampen####a####washcloth####with####hot####water####.####if####you####can####,####heat####water####on####the####stove####until####it####be####just####begin####to####show####air####bubble####at####the####bottom####of####the####container####(####around####190####degree####fahrenheit####)####,####then####put####the####washcloth####in####and####dump####the####hot####water####over####the####washcloth####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####cover####you####hand####.####cover####you####hand####.####you####do####not####want####to####burn####you####finger####in####the####next####step####,####so####use####oven####mitt####or####a####heavy####-####duty####washcloth####. 0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####seal####the####hot####washcloth####in####a####plastic####sandwich####bag####.####seal####the####hot####washcloth####in####a####plastic####sandwich####bag####.####this####will####protect####the####monitor####from####moisture####.####make####sure####the####seal####be####completely####close####. 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 None
11####-####hold####the####bag####against####the####stick####pixel####.####hold####the####bag####against####the####stick####pixel####.####apply####light####pressure####in####this####manner####should####loose####the####pixel####'s####internal####,####potentially####unstick####it####in####the####process####.####-####make####sure####not####to####hold####the####bag####against####the####pixel####for####more####than####a####few####seconds####at####a####time####. 0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
12####-####review####you####pixel####.####review####you####pixel####.####if####it####be####be####fix####,####you####be####do####.####if####not####,####there####be####not####much####else####you####can####do####without####help####from####a####professional####repair####service####,####so####either####take####you####monitor####into####a####repair####department####or####allow####the####pixel####to####unstick####itself####with####time####.####-####you####can####also####try####use####software####again####. 0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####on####window 0,0,0,0 0,0,0,0 None
1####-####make####sure####you####computer####can####support####multiple####display####.####make####sure####you####computer####can####support####multiple####display####.####this####be####not####usually####a####issue####for####laptop####computer####,####but####you####desktop####computer####may####not####meet####the####requirement####for####add####a####second####monitor####:####-####-####laptop####-####if####you####laptop####have####at####least####one####video####output####port####,####you####can####use####it####to####connect####a####second####monitor####.####-####desktop####-####you####desktop####computer####must####have####at####least####two####video####port####in####total####(####one####to####connect####the####primary####monitor####and####one####to####connect####the####second####monitor####)####.####the####port####do####not####have####to####match####,####but####they####do####have####to####be####a####part####of####the####same####graphic####card####;####this####mean####that####if####you####have####two####graphic####card####install####,####you####will####need####to####use####the####same####one####for####both####monitor####.####-####-####; 0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####identify####you####computer####'s####video####output####port####.####identify####you####computer####'s####video####output####port####.####video####output####port####be####find####on####the####side####of####you####laptop####or####,####if####you####be####use####a####desktop####computer####,####on####the####back####of####the####tower####next####to####the####port####into####which####you####primary####monitor####be####plug####.####common####output####port####include####the####follow####:####-####-####hdmi####-####resemble####a####six####-####sided####,####flat####port####.####-####displayport####-####resemble####a####rectangular####port####with####a####crimp####side####.####-####usb####-####c####-####resemble####a####thin####,####round####oval####port####.####-####vga####-####resemble####a####color####trapezoid####with####pinhole####in####it####.####vga####be####not####common####on####post####-####2012####computer####,####but####you####may####have####to####work####with####vga####if####you####be####connect####a####new####computer####to####a####old####monitor####(####or####vice####versa####)####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####find####you####monitor####'s####video####input####port####.####find####you####monitor####'s####video####input####port####.####modern####monitor####tend####to####use####either####displayport####or####hdmi####port####for####they####input####,####but####some####monitor####will####also####have####vga####port####.####-####if####you####have####a####exceptionally####old####monitor####,####you####may####find####a####dvi####port####on####the####back####of####you####second####monitor####.####dvi####port####resemble####white####box####with####cluster####of####hole####,####as####well####as####a####section####with####a####few####separate####hole####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####buy####a####cable####to####connect####you####monitor####to####you####computer####if####necessary####.####buy####a####cable####to####connect####you####monitor####to####you####computer####if####necessary####.####if####you####do####not####have####a####cable####which####can####connect####you####computer####to####you####monitor####(####e.g.####,####a####hdmi####cable####)####,####you####will####need####to####buy####one####.####-####if####you####computer####and####you####monitor####both####have####a####common####port####(####e.g.####,####hdmi####)####,####it####be####easier####(####and####cheaper####)####to####buy####a####cable####that####fit####both####port####even####if####a####higher####-####definition####option####be####available####.####-####if####the####monitor####'s####input####do####not####match####you####computer####'s####output####(####e.g.####,####if####the####monitor####use####a####vga####input####while####you####computer####use####a####hdmi####output####)####,####you####will####need####to####buy####a####adapter####.####-####some####video####output####combination####,####such####as####hdmi####to####display####port####,####come####as####cable####that####you####can####purchase####instead####of####buy####a####adapter####. 0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####plug####one####end####of####the####cable####into####you####computer####.####plug####one####end####of####the####cable####into####you####computer####.####the####cable####should####plug####into####you####computer####'s####video####output####port####.####-####remember####,####if####you####be####use####a####desktop####computer####,####this####must####be####a####video####output####port####that####be####part####of####the####same####graphic####card####that####you####primary####monitor####use####. 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####plug####the####other####end####of####the####cable####into####you####monitor####.####plug####the####other####end####of####the####cable####into####you####monitor####.####the####free####end####of####the####cable####should####fit####into####you####select####port####on####the####back####of####the####monitor####.####-####if####you####be####use####a####adapter####,####you####will####plug####one####end####of####the####cable####into####the####adapter####and####then####plug####the####monitor####'s####cable####into####both####the####monitor####and####the####adapter####. 0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####power####on####the####monitor####.####power####on####the####monitor####.####if####you####monitor####be####not####plug####into####a####power####source####,####attach####it####via####the####include####power####cable####;####you####can####then####press####the####power####button####on####the####monitor####to####turn####it####on####.####-####depend####on####you####computer####,####you####may####see####you####desktop####reflect####on####the####second####monitor####when####it####turn####on####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0 True
8####-####open####start####.####open####start####.####click####the####window####logo####in####the####bottom####-####leave####corner####of####the####screen####. 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####open####setting####.####open####setting####.####click####the####gear####-####shape####icon####in####the####lower####-####leave####side####of####the####start####window####.####this####will####open####the####setting####window####. 0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####click####system####.####click####system####.####it####be####a####screen####-####shape####icon####in####the####upper-left####side####of####the####window####. 0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
11####-####click####display####.####click####display####.####this####tab####be####in####the####upper-left####corner####of####the####window####. 0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
12####-####scroll####down####and####click####the####"####multiple####display####"####drop####-####down####box####.####scroll####down####and####click####the####"####multiple####display####"####drop####-####down####box####.####it####be####the####box####below####the####"####multiple####display####"####head####near####the####bottom####of####the####page####.####do####so####will####prompt####a####drop####-####down####menu####. 0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
13####-####select####a####display####option####.####select####a####display####option####.####depend####on####what####you####want####you####second####monitor####to####do####,####click####one####of####the####follow####option####:####-####-####duplicate####these####display####-####copy####everything####that####be####on####you####computer####'s####primary####display####to####the####second####monitor####.####-####extend####these####display####-####create####a####extension####of####you####desktop####on####the####second####monitor####.####this####essentially####give####you####more####space####with####which####to####work####.####-####show####only####on####1####-####blacks####out####the####second####monitor####and####show####content####only####on####the####first####monitor####.####-####show####only####on####2####-####blacks####out####the####first####monitor####and####show####content####only####on####the####second####monitor####.####-####depend####on####you####computer####,####you####may####have####additional####option####here####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####on####window 0,0,0,0 0,0,0,0 None
1####-####make####sure####you####computer####can####support####multiple####display####.####make####sure####you####computer####can####support####multiple####display####.####this####be####not####usually####a####issue####for####laptop####computer####,####but####you####desktop####computer####may####not####meet####the####requirement####for####add####a####second####monitor####:####-####-####laptop####-####if####you####laptop####have####at####least####one####video####output####port####,####you####can####use####it####to####connect####a####second####monitor####.####-####desktop####-####you####desktop####computer####must####have####at####least####two####video####port####in####total####(####one####to####connect####the####primary####monitor####and####one####to####connect####the####second####monitor####)####.####the####port####do####not####have####to####match####,####but####they####do####have####to####be####a####part####of####the####same####graphic####card####;####this####mean####that####if####you####have####two####graphic####card####install####,####you####will####need####to####use####the####same####one####for####both####monitor####.####-####-####; 0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 None
2####-####identify####you####computer####'s####video####output####port####.####identify####you####computer####'s####video####output####port####.####video####output####port####be####find####on####the####side####of####you####laptop####or####,####if####you####be####use####a####desktop####computer####,####on####the####back####of####the####tower####next####to####the####port####into####which####you####primary####monitor####be####plug####.####common####output####port####include####the####follow####:####-####-####hdmi####-####resemble####a####six####-####sided####,####flat####port####.####-####displayport####-####resemble####a####rectangular####port####with####a####crimp####side####.####-####usb####-####c####-####resemble####a####thin####,####round####oval####port####.####-####vga####-####resemble####a####color####trapezoid####with####pinhole####in####it####.####vga####be####not####common####on####post####-####2012####computer####,####but####you####may####have####to####work####with####vga####if####you####be####connect####a####new####computer####to####a####old####monitor####(####or####vice####versa####)####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 None
3####-####find####you####monitor####'s####video####input####port####.####find####you####monitor####'s####video####input####port####.####modern####monitor####tend####to####use####either####displayport####or####hdmi####port####for####they####input####,####but####some####monitor####will####also####have####vga####port####.####-####if####you####have####a####exceptionally####old####monitor####,####you####may####find####a####dvi####port####on####the####back####of####you####second####monitor####.####dvi####port####resemble####white####box####with####cluster####of####hole####,####as####well####as####a####section####with####a####few####separate####hole####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####buy####a####cable####to####connect####you####monitor####to####you####computer####if####necessary####.####buy####a####cable####to####connect####you####monitor####to####you####computer####if####necessary####.####if####you####do####not####have####a####cable####which####can####connect####you####computer####to####you####monitor####(####e.g.####,####a####hdmi####cable####)####,####you####will####need####to####buy####one####.####-####if####you####computer####and####you####monitor####both####have####a####common####port####(####e.g.####,####hdmi####)####,####it####be####easier####(####and####cheaper####)####to####buy####a####cable####that####fit####both####port####even####if####a####higher####-####definition####option####be####available####.####-####if####the####monitor####'s####input####do####not####match####you####computer####'s####output####(####e.g.####,####if####the####monitor####use####a####vga####input####while####you####computer####use####a####hdmi####output####)####,####you####will####need####to####buy####a####adapter####.####-####some####video####output####combination####,####such####as####hdmi####to####display####port####,####come####as####cable####that####you####can####purchase####instead####of####buy####a####adapter####. 0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####plug####one####end####of####the####cable####into####you####computer####.####plug####one####end####of####the####cable####into####you####computer####.####the####cable####should####plug####into####you####computer####'s####video####output####port####.####-####remember####,####if####you####be####use####a####desktop####computer####,####this####must####be####a####video####output####port####that####be####part####of####the####same####graphic####card####that####you####primary####monitor####use####. 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 None
6####-####plug####the####other####end####of####the####cable####into####you####monitor####.####plug####the####other####end####of####the####cable####into####you####monitor####.####the####free####end####of####the####cable####should####fit####into####you####select####port####on####the####back####of####the####monitor####.####-####if####you####be####use####a####adapter####,####you####will####plug####one####end####of####the####cable####into####the####adapter####and####then####plug####the####monitor####'s####cable####into####both####the####monitor####and####the####adapter####. 0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0 None
7####-####power####on####the####monitor####.####power####on####the####monitor####.####if####you####monitor####be####not####plug####into####a####power####source####,####attach####it####via####the####include####power####cable####;####you####can####then####press####the####power####button####on####the####monitor####to####turn####it####on####.####-####depend####on####you####computer####,####you####may####see####you####desktop####reflect####on####the####second####monitor####when####it####turn####on####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0 0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 True
8####-####open####start####.####open####start####.####click####the####window####logo####in####the####bottom####-####leave####corner####of####the####screen####. 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####open####setting####.####open####setting####.####click####the####gear####-####shape####icon####in####the####lower####-####leave####side####of####the####start####window####.####this####will####open####the####setting####window####. 0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####click####system####.####click####system####.####it####be####a####screen####-####shape####icon####in####the####upper-left####side####of####the####window####. 0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
11####-####click####display####.####click####display####.####this####tab####be####in####the####upper-left####corner####of####the####window####. 0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
12####-####scroll####down####and####click####the####"####multiple####display####"####drop####-####down####box####.####scroll####down####and####click####the####"####multiple####display####"####drop####-####down####box####.####it####be####the####box####below####the####"####multiple####display####"####head####near####the####bottom####of####the####page####.####do####so####will####prompt####a####drop####-####down####menu####. 0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
13####-####select####a####display####option####.####select####a####display####option####.####depend####on####what####you####want####you####second####monitor####to####do####,####click####one####of####the####follow####option####:####-####-####duplicate####these####display####-####copy####everything####that####be####on####you####computer####'s####primary####display####to####the####second####monitor####.####-####extend####these####display####-####create####a####extension####of####you####desktop####on####the####second####monitor####.####this####essentially####give####you####more####space####with####which####to####work####.####-####show####only####on####1####-####blacks####out####the####second####monitor####and####show####content####only####on####the####first####monitor####.####-####show####only####on####2####-####blacks####out####the####first####monitor####and####show####content####only####on####the####second####monitor####.####-####depend####on####you####computer####,####you####may####have####additional####option####here####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####mac####os####x 0,0,0,0,0 0,0,0,0,0 None
1####-####know####which####macs####you####can####use####.####know####which####macs####you####can####use####.####all####macs####support####at####least####one####additional####monitor####,####though####some####macs####only####have####one####available####port####to####share####between####charge####,####file####transfer####,####and####external####display####.####if####you####have####a####macbook####laptop####with####only####one####port####,####make####sure####that####you####computer####be####fully####charge####and####disconnect####from####any####peripheral####(####e.g.####,####usb####flash####drive####)####before####attempt####to####connect####another####monitor####. 0,0,1,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 None
2####-####find####you####mac####'s####video####output####port####.####find####you####mac####'s####video####output####port####.####depend####on####you####mac####,####you####will####find####one####(####or####more####)####of####the####follow####port####on####the####side####of####you####mac####(####macbook####and####macbook####pro####)####or####on####the####back####of####you####mac####(####imac####)####:####-####-####usb####-c####(####thunderbolt####3####)####-####oval####-####shape####port.####modern####macbook####,####macbook####pros####,####and####i####macs####have####anywhere####from####one####to####four####of####these####.####-####thunderbolt####2####-####square####-####shape####port####.####find####on####older####macs####.####-####hdmi####-####six-sided####,####flat####port####.####find####on####older####macs####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####find####you####monitor####'s####video####input####port####.####find####you####monitor####'s####video####input####port####.####modern####monitor####tend####to####use####either####displayport####or####hdmi####port####for####they####input####,####but####some####monitor####will####also####have####vga####port####.####-####if####you####have####a####exceptionally####old####monitor####,####you####may####find####a####dvi####port####on####the####back####of####you####second####monitor####.####dvi####port####resemble####white####box####with####cluster####of####hole####,####as####well####as####a####section####with####a####few####separate####hole####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####buy####a####cable####to####connect####you####monitor####to####you####computer####if####necessary####.####buy####a####cable####to####connect####you####monitor####to####you####computer####if####necessary####.####if####you####do####not####have####a####cable####which####can####connect####you####computer####to####you####monitor####(####e.g.####,####a####hdmi####cable####)####,####you####will####need####to####buy####one####.####-####if####you####computer####and####you####monitor####both####have####a####common####port####(####e.g.####,####hdmi####)####,####it####be####easier####(####and####cheaper####)####to####buy####a####cable####that####fit####both####port####even####if####a####higher####-####definition####option####be####available####.####-####if####the####monitor####'s####input####do####not####match####you####computer####'s####output####(####e.g.####,####if####the####monitor####use####a####vga####input####while####you####computer####use####a####hdmi####output####)####,####you####will####need####to####buy####a####adapter####.####-####some####video####output####combination####,####such####as####hdmi####to####display####port####,####come####as####cable####that####you####can####purchase####instead####of####buy####a####adapter####. 0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####plug####one####end####of####the####cable####into####you####computer####.####plug####one####end####of####the####cable####into####you####computer####.####the####cable####should####plug####into####you####computer####'s####video####output####port####. 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####plug####the####other####end####of####the####cable####into####you####monitor####.####plug####the####other####end####of####the####cable####into####you####monitor####.####the####free####end####of####the####cable####should####fit####into####you####select####port####on####the####back####of####the####monitor####.####-####if####you####be####use####a####adapter####,####you####will####plug####one####end####of####the####cable####into####the####adapter####and####then####plug####the####monitor####'s####cable####into####both####the####monitor####and####the####adapter####. 0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0 None
7####-####power####on####the####monitor####.####power####on####the####monitor####.####if####you####monitor####be####not####plug####into####a####power####source####,####attach####it####via####the####include####power####cable####;####you####can####then####press####the####power####button####on####the####monitor####to####turn####it####on####.####-####depend####on####you####computer####,####you####may####see####you####desktop####reflect####on####the####second####monitor####when####it####turn####on####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0 0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 True
8####-####open####the####apple####menu####.####open####the####apple####menu####.####click####the####apple####logo####in####the####top####-####leave####corner####of####the####screen####.####a####drop####-####down####menu####will####appear####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####click####system####preference####..####click####system####preference####..####you####will####find####this####option####in####the####drop####-####down####menu####.####do####so####open####the####system####preference####window####. 0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####click####display####.####click####display####.####it####be####a####screen####-####shape####icon####in####the####system####preferences####window####.####a####pop####-up####window####will####open####. 0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
11####-####click####the####arrangement####tab####.####click####the####arrangement####tab####.####this####be####at####the####top####of####the####displays####pop####-up####window####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
12####-####extend####you####desktop####to####the####second####display####.####extend####you####desktop####to####the####second####display####.####if####you####want####to####use####the####second####monitor####as####a####extension####of####you####desktop####,####uncheck####the####"####mirror####display####"####box####at####the####bottom####of####the####window####.####[####1####]####-####x####-####research####source####-####-####if####you####just####want####you####second####monitor####to####mirror####whatever####be####on####you####mac####'s####primary####monitor####,####skip####this####step####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####look####at####the####back####or####side####of####you####netbook####to####find####a####available####vga####or####dvi####port####.####note####:####look####at####the####back####or####side####of####you####netbook####to####find####a####available####vga####or####dvi####port####.####note####:####dvi####port####be####usually####white####,####and####most####vga####port####be####blue####(####refer####to####you####netbook####owner####'s####manual####if####necessary####)####.####dvi####port####be####use####to####connect####some####flat####panel####lcd####display####,####while####vga####port####can####connect####either####lcd####or####older####style####crt####monitor####.####this####instruction####use####vga####as####a####example####.####-####; 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####plug####a####lcd####monitor####into####the####external####vga####port####of####you####netbook####.####plug####a####lcd####monitor####into####the####external####vga####port####of####you####netbook####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0 None
3####-####turn####on####the####lcd####then####start####up####you####netbook####.####turn####on####the####lcd####then####start####up####you####netbook####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0 True
4####-####after####window####xp####start####up####,####right####-####click####the####desktop####,####and####then####click####property####.####after####window####xp####start####up####,####right####-####click####the####desktop####,####and####then####click####property####. 0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####in####the####display####property####dialog####box####,####click####the####setting####tab####.####in####the####display####property####dialog####box####,####click####the####setting####tab####. 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####click####the####display####list####and####select####you####external####monitor####.####click####the####display####list####and####select####you####external####monitor####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####select####2####plug####and####play####monitor####on####mobile####intel®####945####express####chipset####family####.####select####2####plug####and####play####monitor####on####mobile####intel®####945####express####chipset####family####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####select####the####extend####my####window####desktop####onto####this####monitor####check####box####.####select####the####extend####my####window####desktop####onto####this####monitor####check####box####. 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####adjust####the####proper####screen####resolution####for####lcd####monitor####,####i.e####.####adjust####the####proper####screen####resolution####for####lcd####monitor####,####i.e.####1028####by####1024####. 0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####click####ok####.####click####ok####. 0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####look####at####the####back####or####side####of####you####netbook####to####find####a####available####vga####or####dvi####port####.####note####:####look####at####the####back####or####side####of####you####netbook####to####find####a####available####vga####or####dvi####port####.####note####:####dvi####port####be####usually####white####,####and####most####vga####port####be####blue####(####refer####to####you####netbook####owner####'s####manual####if####necessary####)####.####dvi####port####be####use####to####connect####some####flat####panel####lcd####display####,####while####vga####port####can####connect####either####lcd####or####older####style####crt####monitor####.####this####instruction####use####vga####as####a####example####.####-####; 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####plug####a####lcd####monitor####into####the####external####vga####port####of####you####netbook####.####plug####a####lcd####monitor####into####the####external####vga####port####of####you####netbook####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 None
3####-####turn####on####the####lcd####then####start####up####you####netbook####.####turn####on####the####lcd####then####start####up####you####netbook####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0 0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 True
4####-####after####window####xp####start####up####,####right####-####click####the####desktop####,####and####then####click####property####.####after####window####xp####start####up####,####right####-####click####the####desktop####,####and####then####click####property####. 0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####in####the####display####property####dialog####box####,####click####the####setting####tab####.####in####the####display####property####dialog####box####,####click####the####setting####tab####. 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####click####the####display####list####and####select####you####external####monitor####.####click####the####display####list####and####select####you####external####monitor####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####select####2####plug####and####play####monitor####on####mobile####intel®####945####express####chipset####family####.####select####2####plug####and####play####monitor####on####mobile####intel®####945####express####chipset####family####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####select####the####extend####my####window####desktop####onto####this####monitor####check####box####.####select####the####extend####my####window####desktop####onto####this####monitor####check####box####. 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####adjust####the####proper####screen####resolution####for####lcd####monitor####,####i.e####.####adjust####the####proper####screen####resolution####for####lcd####monitor####,####i.e.####1028####by####1024####. 0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 None
10####-####click####ok####.####click####ok####. 0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0 None
0####-####connect####the####monitor 0,0,1,0,0 0,0,0,0,1 None
1####-####determine####you####laptop####'s####video####output####option####.####determine####you####laptop####'s####video####output####option####.####most####laptop####have####a####single####display####connection####along####the####back####,####though####some####may####be####locate####along####the####side####.####there####be####a####few####main####type####of####connection####that####you####laptop####may####have####:####-####-####window####:####-####-####hdmi####-####this####port####resemble####a####3####/####4####inch####,####six####-####sided####,####taper####port####find####on####most####window####laptop####.####-####displayport####-####similar####to####hdmi####,####but####one####corner####of####the####port####be####crimp####while####the####other####form####a####90####-####degree####angle####.####-####vga####or####dvi####-####vga####port####be####color####with####15####hole####,####while####dvi####port####be####usually####black####or####white####with####24####hole####and####a####gap####on####one####side####.####these####port####be####only####find####on####older####computer####.####-####-####mac####:####-####-####thunderbolt####3####(####also####call####usb####-####c####)####-####a####oval####port####find####on####the####side####of####most####modern####macbooks####.####-####hdmi####-####a####six####-####sided####,####taper####port####find####on####some####macbooks####.####-####mini####display####port####-####a####six####-####sided####port####find####on####macs####manufacture####between####2008####and####2016####.####-####-####; 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####determine####what####you####monitor####'s####video####input####be####.####determine####what####you####monitor####'s####video####input####be####.####simple####computer####monitor####usually####only####have####one####available####input####,####while####tv####monitor####have####multiple####input####.####you####can####expect####to####find####hdmi####or####display####port####input####on####the####back####of####most####monitor####.####older####computer####monitor####may####use####a####vga####or####dvi####cable####connection####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0 None
3####-####connect####the####cable####to####the####video####output####on####you####laptop####.####connect####the####cable####to####the####video####output####on####you####laptop####.####match####the####connector####on####the####video####cable####end####to####the####shape####of####the####video####output####port####on####you####laptop####and####insert####the####cable####. 0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####connect####the####other####end####of####the####cable####to####you####monitor####.####connect####the####other####end####of####the####cable####to####you####monitor####.####match####the####shape####of####the####other####end####of####the####video####connection####cable####with####the####port####on####the####tv####and####insert####it####.####-####if####the####monitor####require####a####different####type####of####connection####than####be####on####you####laptop####,####you####will####need####a####adapter####cable####to####connect####to####you####monitor####.####some####adapter####only####serve####as####a####bridge####between####two####cable####type####.####for####example####a####vga####-####to####-####hdmi####adapter####will####allow####you####to####connect####a####vga####cable####on####one####end####,####and####a####hdmi####cable####on####the####other####.####common####adapter####cable####include####the####follow####:####-####hdmi-to-displayport.####-####displayport####(####or####mini####displayport####)####-####to####-####hdmi####.####-####mini####displayport-to-displayport.####-####usb-c####-to####-####hdmi####(####or####displayport####)####.####-####vga####-####to-####hdmi####.####-####dvi####-####to-hdmi####. 0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####plug####in####and####turn####on####the####monitor####.####plug####in####and####turn####on####the####monitor####.####attach####you####monitor####to####a####power####source####(####e.g.####,####a####electrical####outlet####)####,####then####press####the####monitor####'s####power####button####.####-####if####you####have####to####buy####a####adapter####(####not####a####adapter####cable####)####,####you####may####also####have####to####plug####the####adapter####'s####power####cable####into####a####power####source####. 0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
6####-####select####the####video####source####on####the####monitor####.####select####the####video####source####on####the####monitor####.####if####you####be####use####a####monitor####or####tv####that####have####multiple####input####,####you####will####need####to####select####the####port####you####connect####you####laptop####to####on####the####monitor####.####to####select####the####video####source####,####press####the####button####that####say####"####input####"####,####"####source####"####.####or####"####video####select####"####or####something####similar####on####the####monitor####or####remote####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0 None
7####-####wait####for####you####laptop####'s####screen####to####appear####on####the####monitor####.####wait####for####you####laptop####'s####screen####to####appear####on####the####monitor####.####once####you####see####you####laptop####'s####desktop####and####icon####(####or####some####variation####thereof####)####appear####on####the####monitor####'s####screen####,####you####can####proceed####with####set####up####you####laptop####'s####display####setting####.####-####if####you####be####hook####up####a####vga####connection####,####which####be####a####blue####connection####and####have####3####row####of####hole####,####you####will####likely####need####to####switch####display####.####you####can####do####this####by####press####a####function####key####on####you####keyboard####.####[####1####]####-####x####-####expert####source####-####luigi####oppido.####computer####repair####technician####-####expert####interview.####31####july####2019####.####-####-####if####you####desktop####do####not####appear####on####the####monitor####,####see####method####2####to####detect####a####display####use####window####,####and####method####3####to####detect####a####display####use####mac####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####detect####a####display####in####window 0,0,1,0,0,0,0 0,0,0,0,0,0,0 None
1####-####click####the####window####start####menu####.####click####the####window####start####menu####.####it####be####the####button####that####have####a####window####logo####in####the####taskbar####.####by####default####,####it####be####usually####in####the####lower####-####leave####corner####of####the####screen####.####this####display####the####start####menu####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 True
2####-####click####the####setting####icon####.####click####the####setting####icon####.####it####have####a####icon####that####resemble####a####gear####.####it####be####on####the####left####side####of####the####window####start####menu####.####this####open####window####setting####. 0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####click####system####.####click####system####.####it####be####the####first####option####in####the####window####setting####menu####.####it####be####next####to####a####icon####that####resemble####a####laptop####computer####. 0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####click####display####.####click####display####.####it####be####the####first####option####in####the####sidebar####menu####to####the####left####.####this####open####the####display####menu####. 0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####scroll####down####and####click####detect####.####scroll####down####and####click####detect####.####it####be####the####grey####button####below####"####multiple####display####"####at####the####bottom####of####the####screen####.####this####make####window####detect####you####display####. 0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 None
0####-####adjusting####display####setting####on####window 0,0,0,0,0,0,0 0,0,0,0,0,0,0 None
1####-####open####start####.####open####start####.####click####the####window####logo####in####the####bottom####-####leave####corner####of####the####screen####.####the####start####menu####will####open####. 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 True
2####-####open####setting####.####open####setting####.####click####the####gear####-####shape####icon####in####the####lower####-####leave####side####of####the####menu####.####[####2####]####-####x####-####expert####source####-####luigi####oppido.####computer####repair####technician####-####expert####interview.####20####august####2019####. 0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####click####system####.####click####system####.####it####be####a####computer####-####shape####icon####in####the####settings####window####. 0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####click####the####display####tab####.####click####the####display####tab####.####this####option####be####on####the####left####side####of####the####display####window####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####scroll####down####to####the####"####multiple####display####"####section####.####scroll####down####to####the####"####multiple####display####"####section####.####it####be####near####the####bottom####of####the####page####. 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####click####the####"####multiple####display####"####drop####-####down####box####.####click####the####"####multiple####display####"####drop####-####down####box####.####do####so####prompt####a####drop####-####down####menu####. 0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####select####a####display####option####.####select####a####display####option####.####click####one####of####the####follow####option####in####the####drop####-####down####menu####:####-####-####duplicate####these####display####-####show####a####exact####replica####of####you####laptop####'s####screen####contents####on####the####monitor####.####-####extend####these####display####-####use####the####monitor####as####a####continuation####of####you####desktop####space####.####with####this####enable####,####push####you####laptop####mouse####to####the####far-right####side####of####the####screen####will####cause####it####to####disappear####from####you####laptop####and####appear####on####you####monitor####.####-####show####only####on####1####-####only####show####you####laptop####'s####contents####on####you####laptop####.####this####turn####off####the####monitor####screen####.####-####show####only####on####2####-####only####show####you####laptop####'s####contents####on####the####monitor####.####this####turn####off####the####laptop####screen####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 None
0####-####adjusting####display####setting####on####mac 0,0,0,0,0,0,0 0,0,0,0,0,0,0 None
1####-####open####the####apple####menu####.####open####the####apple####menu####.####click####the####apple####logo####in####the####top####-####leave####corner####of####the####screen####.####a####drop####-####down####menu####will####appear####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0 True
2####-####click####system####preference####..####click####system####preference####..####it####be####near####the####top####of####the####drop####-####down####menu####.####do####so####open####the####system####preference####window####.####[####3####]####-####x####-####expert####source####-####luigi####oppido.####computer####repair####technician####-####expert####interview.####20####august####2019####. 0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####click####display####.####click####display####.####this####computer####monitor####-####shape####icon####be####in####the####middle####of####the####system####preferences####window####. 0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####click####the####display####tab####.####click####the####display####tab####.####it####be####in####the####upper-left####corner####of####the####window####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####change####the####monitor####'s####resolution####.####change####the####monitor####'s####resolution####.####check####the####"####scale####"####box####,####then####click####a####resolution####.####-####you####can####not####use####a####resolution####that####be####higher####than####you####monitor####'s####build####-####in####resolution####(####e.g.####,####4####k####)####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####change####the####screen####scaling####.####change####the####screen####scaling####.####click####and####drag####the####"####underscan####"####slider####that####be####at####the####bottom####of####the####page####leave####to####show####more####of####you####mac####'s####screen####on####the####monitor####or####right####to####zoom####in####the####screen####.####-####this####will####help####you####fit####you####mac####'s####screen####to####the####monitor####if####the####image####on####the####monitor####be####too####large####or####too####small####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####extend####you####mac####'s####screen####if####need####.####extend####you####mac####'s####screen####if####need####.####if####you####want####to####use####the####monitor####as####a####extension####of####you####mac####'s####screen####(####e.g.####,####as####space####to####the####right####of####you####mac####'s####screen####)####,####click####the####arrangement####tab####at####the####top####of####the####window####and####then####uncheck####the####"####mirror####display####"####box####below####the####screen####arrangement####window####.####-####you####can####also####adjust####the####position####of####the####menu####bar####here####by####click####and####drag####the####white####rectangle####at####the####top####of####the####screen####arrangement####window####leave####or####right####. 0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####use####a####professional####scratch####repair####kit 0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0 None
1####-####assess####the####damage####.####assess####the####damage####.####scratch####repair####kit####work####well####on####surface####-####level####scratch####,####but####deep####nick####or####chip####in####the####plastic####will####not####be####affect####by####a####scratch####repair####kit####.####[####1####]####-####x####-####research####source####-####-####; 0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####if####the####scratch####be####light####,####purchase####a####professional####scratch####repair####kit####.####if####the####scratch####be####light####,####purchase####a####professional####scratch####repair####kit####.####"####displex####display####polish####"####and####"####novus####plastic####polish####"####be####both####quality####scratch####repair####kit####available####from####amazon####.####best####buy####and####walmart####tech####department####may####also####have####scratch####repair####kit####in####-####store####.####[####2####]####-####x####-####research####source 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####purchase####a####microfiber####cloth####if####you####kit####do####not####have####one####.####purchase####a####microfiber####cloth####if####you####kit####do####not####have####one####.####microfiber####cloth####,####unlike####paper####towel####or####traditional####napkin####/####cloth####,####will####not####scratch####you####screen####during####the####buffing####process####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 None
4####-####power####down####you####tv####/####phone####/####computer####.####power####down####you####tv####/####phone####/####computer####.####scratch####should####be####easier####to####see####when####the####screen####be####dark####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0 False
5####-####open####you####repair####kit####and####read####the####instruction####.####open####you####repair####kit####and####read####the####instruction####.####usually####,####scratch####repair####kit####require####that####you####spray####a####solution####onto####the####scratch####and####immediate####area####around####it####,####then####gently####buff####the####scratch####with####a####microfiber####cloth####. 0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####spray####a####small####amount####of####the####solution####onto####the####scratch####.####spray####a####small####amount####of####the####solution####onto####the####scratch####.####there####should####be####a####fine####mist####of####solution####on####you####screen####. 0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 None
7####-####use####the####microfiber####cloth####,####gently####buff####the####solution####into####the####scratch####.####use####the####microfiber####cloth####,####gently####buff####the####solution####into####the####scratch####.####do####this####until####the####screen####appear####dry####.####-####you####should####move####the####cloth####in####circular####direction####rather####than####leave####-####to####-####right####or####up####-####and####-####down####.####this####work####the####solution####into####the####scratch####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####review####you####result####.####review####you####result####.####if####the####scratch####appear####to####be####go####,####then####you####repair####work####! 0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####use####a####professional####scratch####repair####kit 0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0 None
1####-####assess####the####damage####.####assess####the####damage####.####scratch####repair####kit####work####well####on####surface####-####level####scratch####,####but####deep####nick####or####chip####in####the####plastic####will####not####be####affect####by####a####scratch####repair####kit####.####[####1####]####-####x####-####research####source####-####-####; 0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####if####the####scratch####be####light####,####purchase####a####professional####scratch####repair####kit####.####if####the####scratch####be####light####,####purchase####a####professional####scratch####repair####kit####.####"####displex####display####polish####"####and####"####novus####plastic####polish####"####be####both####quality####scratch####repair####kit####available####from####amazon####.####best####buy####and####walmart####tech####department####may####also####have####scratch####repair####kit####in####-####store####.####[####2####]####-####x####-####research####source 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####purchase####a####microfiber####cloth####if####you####kit####do####not####have####one####.####purchase####a####microfiber####cloth####if####you####kit####do####not####have####one####.####microfiber####cloth####,####unlike####paper####towel####or####traditional####napkin####/####cloth####,####will####not####scratch####you####screen####during####the####buffing####process####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####power####down####you####tv####/####phone####/####computer####.####power####down####you####tv####/####phone####/####computer####.####scratch####should####be####easier####to####see####when####the####screen####be####dark####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,1,1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0 False
5####-####open####you####repair####kit####and####read####the####instruction####.####open####you####repair####kit####and####read####the####instruction####.####usually####,####scratch####repair####kit####require####that####you####spray####a####solution####onto####the####scratch####and####immediate####area####around####it####,####then####gently####buff####the####scratch####with####a####microfiber####cloth####. 0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####spray####a####small####amount####of####the####solution####onto####the####scratch####.####spray####a####small####amount####of####the####solution####onto####the####scratch####.####there####should####be####a####fine####mist####of####solution####on####you####screen####. 0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####use####the####microfiber####cloth####,####gently####buff####the####solution####into####the####scratch####.####use####the####microfiber####cloth####,####gently####buff####the####solution####into####the####scratch####.####do####this####until####the####screen####appear####dry####.####-####you####should####move####the####cloth####in####circular####direction####rather####than####leave####-####to####-####right####or####up####-####and####-####down####.####this####work####the####solution####into####the####scratch####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####review####you####result####.####review####you####result####.####if####the####scratch####appear####to####be####go####,####then####you####repair####work####! 0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####prepare####to####calibrate 0,0,1,0,1 0,0,0,0,0 None
1####-####understand####when####you####monitor####need####calibration####.####understand####when####you####monitor####need####calibration####.####typically####speak####,####high####-####resolution####monitor####that####you####connect####to####a####desktop####unit####(####e.g.####,####a####4####k####display####)####require####some####calibration####before####they####will####display####correctly####the####color####and####item####on####you####screen####.####fail####to####calibrate####such####monitor####can####result####in####wash####-####out####or####blurry####texture####.####-####lower-quality####monitor####(####e.g.####,####720####p####one####)####—especially####one####use####for####game####or####other####casual####activity####-####do####not####need####to####be####calibrate####,####though####calibration####will####not####hurt####they####.####-####build####-####in####monitor####such####as####the####one####include####in####laptop####rarely####need####calibration####,####though####you####be####more####than####welcome####to####calibrate####build####-####in####monitor####use####the####same####process####you####would####follow####for####a####separate####one####.####-####-####; 0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####clean####you####monitor####if####necessary####.####clean####you####monitor####if####necessary####.####if####you####monitor####be####dirty####or####smudge####,####take####a####moment####to####wipe####it####down####before####attempt####to####calibrate####it####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,1,0,1,0,0 0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####place####you####monitor####in####a####neutral####lighting####environment####.####place####you####monitor####in####a####neutral####lighting####environment####.####you####monitor####should####not####have####any####glare####or####direct####light####shine####on####it####;####for####best####result####,####make####sure####you####monitor####be####in####a####room####where####it####can####remain####unimpacted####by####direct####natural####and####artificial####light####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####connect####you####monitor####use####a####high####-####quality####cable####.####connect####you####monitor####use####a####high####-####quality####cable####.####if####possible####,####make####sure####you####monitor####be####connect####to####you####computer####use####a####display####port####cable####.####-####you####can####use####a####hdmi####cable####instead####if####you####do####not####have####access####to####a####display####port####option####,####but####refrain####from####use####a####dvi####,####vga####,####or####lower####connector####. 0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####turn####on####you####monitor####for####at####least####30####minute####before####continue####.####turn####on####you####monitor####for####at####least####30####minute####before####continue####.####this####will####give####you####monitor####plenty####of####time####to####warm####up####.####[####1####]####-####x####-####research####source####-####-####if####you####computer####be####set####to####hibernate####or####use####a####screensaver####,####move####the####mouse####every####few####minute####to####keep####you####screen####from####turn####off####. 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0 0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
6####-####change####you####monitor####'s####resolution####back####to####default####if####necessary####.####change####you####monitor####'s####resolution####back####to####default####if####necessary####.####by####default####,####you####monitor####should####display####in####the####highest####possible####resolution####,####which####be####necessary####for####calibration####:####-####-####window####-####open####start####,####click####setting####,####click####system####,####click####display####,####click####the####"####resolution####"####drop####-####down####box####,####and####click####the####"####recommend####"####resolution####.####click####keep####change####when####prompt####.####-####mac####-####open####the####apple####menu####,####click####system####preference####...####,####click####display####,####click####the####display####tab####,####hold####down####⌥####option####while####click####scale####,####select####you####connect####display####,####and####check####the####"####default####for####display####"####box####. 0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,1,1,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####use####a####colorimeter 0,0,1,0,0 0,0,0,0,1 None
1####-####understand####that####you####will####need####to####buy####a####colorimeter####.####understand####that####you####will####need####to####buy####a####colorimeter####.####a####colorimeter####be####a####piece####of####hardware####that####you####place####on####you####screen####;####the####hardware####work####in####conjunction####with####some####include####software####to####calibrate####you####monitor####'s####color####and####brightness####regardless####of####ambient####light####and####other####distraction####. 0,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####select####and####buy####a####colorimeter####base####on####you####need####.####select####and####buy####a####colorimeter####base####on####you####need####.####colorimeter####can####range####from####personal####use####at####a####cost####of####around####$####150####to####corporate####use####at####a####cost####of####over####$####1000####,####so####buy####within####you####price####range####.####-####the####spyder####line####of####colorimeter####be####generally####consider####to####be####a####reputable####,####high####-####perform####brand####.####-####make####sure####that####you####buy####a####colorimeter####that####work####with####you####operating####system####.####most####colorimeter####should####work####on####window####,####maco####,####and####linux####,####but####cheap####alternative####may####be####lock####to####a####specific####operating####system####. 0,0,1,0,1,0,0,1,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####make####sure####you####properly####prepare####you####monitor####.####make####sure####you####properly####prepare####you####monitor####.####if####you####have####not####set####up####you####monitor####in####a####neutral####environment####and####let####it####warm####up####,####do####so####before####proceed####.####-####it####be####very####important####to####make####sure####that####you####monitor####be####spotless####as####well####,####since####any####smudge####or####grit####may####prevent####the####colorimeter####from####work####correctly####. 0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 None
4####-####install####the####colorimeter####'s####software####if####necessary####.####install####the####colorimeter####'s####software####if####necessary####.####some####colorimeter####will####come####with####a####cd####that####you####will####use####to####install####the####colorimeter####'s####software####component####.####-####depend####on####the####colorimeter####,####you####may####need####to####do####this####after####plug####in####the####colorimeter####instead####of####before####plug####it####in####.####-####you####colorimeter####may####install####the####proper####software####upon####be####plug####in####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0 0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 None
5####-####plug####in####you####colorimeter####.####plug####in####you####colorimeter####.####plug####the####colorimeter####'s####usb####cable####into####one####of####you####computer####'s####free####usb####port####.####-####make####sure####you####use####a####usb####port####that####be####directly####connect####to####you####computer####rather####than####use####a####usb####hub####or####a####usb####port####on####a####connect####keyboard####.####-####you####may####need####to####turn####on####the####colorimeter####before####proceed####. 0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,1,0 0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0 True
6####-####follow####any####on####-####screen####prompt####.####follow####any####on####-####screen####prompt####.####once####you####computer####recognize####the####colorimeter####,####you####should####see####a####pop####-up####window####appear####;####follow####any####prompt####or####instruction####in####the####window####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####place####the####colorimeter####over####the####screen####.####place####the####colorimeter####over####the####screen####.####the####colorimeter####should####fit####in####the####middle####of####you####monitor####'s####screen####with####the####lens####face####you####screen####.####[####2####]####-####x####-####research####source####-####-####most####colorimeter####software####will####display####a####outline####that####match####the####shape####of####the####colorimeter####to####indicate####the####general####placement####of####the####unit####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 None
8####-####initiate####the####calibration####process####.####initiate####the####calibration####process####.####click####next####or####start####(####or####similar####)####in####the####pop####-####up####window####to####prompt####the####calibration####software####to####start####run####.####the####software####should####run####until####the####calibration####be####complete####,####at####which####point####you####will####be####prompt####to####remove####the####colorimeter####.####-####you####may####have####to####click####through####some####more####option####or####follow####some####on####-####screen####prompt####before####or####during####the####calibration####process####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####changing####display####setting####on####window 0,0,0,0,0,0,0 0,0,0,0,0,0,0 None
1####-####open####start####.####open####start####.####click####the####window####logo####in####the####bottom####-####leave####corner####of####the####screen####.####the####start####menu####will####open####. 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 True
2####-####open####setting####.####open####setting####.####click####the####gear####-####shape####icon####in####the####lower####-####leave####side####of####the####menu####. 0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####click####system####.####click####system####.####it####be####a####computer####-####shape####icon####in####the####settings####window####. 0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####click####the####display####tab####.####click####the####display####tab####.####this####option####be####on####the####left####side####of####the####display####window####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####scroll####down####to####the####"####multiple####display####"####section####.####scroll####down####to####the####"####multiple####display####"####section####.####it####be####near####the####bottom####of####the####page####. 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####click####the####"####multiple####display####"####drop####-####down####box####.####click####the####"####multiple####display####"####drop####-####down####box####.####do####so####prompt####a####drop####-####down####menu####. 0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####click####extend####these####display####.####click####extend####these####display####.####it####be####a####option####in####the####drop####-####down####box####.####this####will####ensure####that####you####tv####'s####screen####act####as####a####continuation####of####you####pc####'s####screen####(####rather####than####just####duplicate####it####)####. 0,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 None
8####-####use####you####extend####tv####display####.####use####you####extend####tv####display####.####move####you####mouse####all####the####way####to####the####right####edge####of####you####computer####will####move####the####mouse####onto####you####tv####'s####screen####,####where####you####can####proceed####to####use####the####computer####like####usual####.####-####any####content####on####you####computer####'s####screen####will####remain####as####it####be####before####extend####the####display####.####-####think####of####the####tv####as####a####screen####immediately####to####the####right####of####you####computer####'s####screen####. 0,0,1,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0 None
0####-####changing####display####setting####on####mac 0,0,0,0,0,0,0 0,0,0,0,0,0,0 None
1####-####open####the####apple####menu####.####open####the####apple####menu####.####click####the####apple####logo####in####the####top####-####leave####corner####of####the####screen####.####a####drop####-####down####menu####will####appear####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 True
2####-####click####system####preference####..####click####system####preference####..####it####be####near####the####top####of####the####drop####-####down####menu####.####do####so####open####the####system####preference####window####. 0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####click####display####.####click####display####.####this####computer####monitor####-####shape####icon####be####in####the####middle####of####the####system####preferences####window####. 0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####click####the####display####tab####.####click####the####display####tab####.####it####be####in####the####upper-left####corner####of####the####window####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####change####the####tv####'s####resolution####.####change####the####tv####'s####resolution####.####check####the####"####scale####"####box####,####then####click####a####resolution####.####-####you####can####not####use####a####resolution####that####be####higher####than####you####tv####'s####build####-####in####resolution####(####e.g.####,####4####k####)####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####change####the####screen####scaling####.####change####the####screen####scaling####.####click####and####drag####the####"####underscan####"####slider####that####be####at####the####bottom####of####the####page####leave####to####show####more####of####you####mac####'s####screen####on####the####tv####or####right####to####zoom####in####the####screen####.####-####this####will####help####you####fit####you####mac####'s####screen####to####you####tv####if####the####image####on####the####tv####be####too####large####or####too####small####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####click####the####arrangement####tab####.####click####the####arrangement####tab####.####you####will####find####this####option####at####the####top####of####window####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####uncheck####the####"####mirror####display####"####box####.####uncheck####the####"####mirror####display####"####box####.####this####will####prevent####the####tv####from####merely####duplicate####what####you####see####on####you####mac.####-####skip####this####step####if####the####box####be####unchecked####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####move####the####tv####'s####screen####icon####if####necessary####.####move####the####tv####'s####screen####icon####if####necessary####.####the####tv####'s####screen####icon####,####which####be####usually####the####larger####rectangle####at####the####top####of####the####window####,####should####be####to####the####right####of####you####mac####'s####screen####icon####.####you####can####click####and####drag####the####tv####'s####icon####to####the####right####if####necessary####.####-####the####screen####icon####with####the####white####bar####at####the####top####of####it####be####you####mac####'s####screen####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 None
10####-####use####you####extend####tv####display####.####use####you####extend####tv####display####.####move####you####mouse####all####the####way####to####the####right####edge####of####you####computer####will####move####the####mouse####onto####you####tv####'s####screen####,####where####you####can####proceed####to####use####the####computer####like####usual####.####-####any####content####on####you####computer####'s####screen####will####remain####as####it####be####before####extend####the####display####. 0,0,1,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 None
0####-####changing####display####setting####on####mac 0,0,0,0,0,0,0 0,0,0,0,0,0,0 None
1####-####open####the####apple####menu####.####open####the####apple####menu####.####click####the####apple####logo####in####the####top####-####leave####corner####of####the####screen####.####a####drop####-####down####menu####will####appear####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####click####system####preference####..####click####system####preference####..####it####be####near####the####top####of####the####drop####-####down####menu####.####do####so####open####the####system####preference####window####. 0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####click####display####.####click####display####.####this####computer####monitor####-####shape####icon####be####in####the####middle####of####the####system####preferences####window####. 0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####click####the####display####tab####.####click####the####display####tab####.####it####be####in####the####upper-left####corner####of####the####window####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####change####the####tv####'s####resolution####.####change####the####tv####'s####resolution####.####check####the####"####scale####"####box####,####then####click####a####resolution####.####-####you####can####not####use####a####resolution####that####be####higher####than####you####tv####'s####build####-####in####resolution####(####e.g.####,####4####k####)####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####change####the####screen####scaling####.####change####the####screen####scaling####.####click####and####drag####the####"####underscan####"####slider####that####be####at####the####bottom####of####the####page####leave####to####show####more####of####you####mac####'s####screen####on####the####tv####or####right####to####zoom####in####the####screen####.####-####this####will####help####you####fit####you####mac####'s####screen####to####you####tv####if####the####image####on####the####tv####be####too####large####or####too####small####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0 True
7####-####click####the####arrangement####tab####.####click####the####arrangement####tab####.####you####will####find####this####option####at####the####top####of####window####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####uncheck####the####"####mirror####display####"####box####.####uncheck####the####"####mirror####display####"####box####.####this####will####prevent####the####tv####from####merely####duplicate####what####you####see####on####you####mac.####-####skip####this####step####if####the####box####be####unchecked####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####move####the####tv####'s####screen####icon####if####necessary####.####move####the####tv####'s####screen####icon####if####necessary####.####the####tv####'s####screen####icon####,####which####be####usually####the####larger####rectangle####at####the####top####of####the####window####,####should####be####to####the####right####of####you####mac####'s####screen####icon####.####you####can####click####and####drag####the####tv####'s####icon####to####the####right####if####necessary####.####-####the####screen####icon####with####the####white####bar####at####the####top####of####it####be####you####mac####'s####screen####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####use####you####extend####tv####display####.####use####you####extend####tv####display####.####move####you####mouse####all####the####way####to####the####right####edge####of####you####computer####will####move####the####mouse####onto####you####tv####'s####screen####,####where####you####can####proceed####to####use####the####computer####like####usual####.####-####any####content####on####you####computer####'s####screen####will####remain####as####it####be####before####extend####the####display####. 0,0,1,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0 0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####click####on####the####follow####link####to####install####update####zte####warp####driver####on####you####computer####:####click####on####the####follow####link####to####install####update####zte####warp####driver####on####you####computer####:####http://hexamob.com/drivers/genericos/universaladbdriversetup6.msi####-####; 0,0,1,0,0,1,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####tap####on####"####menu####"####and####select####"####setting####"####on####you####zte####warp####device####.####tap####on####"####menu####"####and####select####"####setting####"####on####you####zte####warp####device####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0 True
3####-####tap####on####"####developer####option####,####"####and####remove####the####checkmark####next####to####"####usb####debugging####.####go####to####the####mediafire####website####on####you####computer####at####http://www.mediafire.com/?iemp8viqmyg8g3q. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####tap####on####"####developer####option####,####"####and####remove####the####checkmark####next####to####"####usb####debugging####.####go####to####the####mediafire####website####on####you####computer####at####http://www.mediafire.com/?iemp8viqmyg8g3q. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####select####the####option####to####download####the####root####package####to####you####window####or####mac####computer####.####select####the####option####to####download####the####root####package####to####you####window####or####mac####computer####. 0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####save####the####root####package####archive####folder####to####you####computer####'s####desktop####.####save####the####root####package####archive####folder####to####you####computer####'s####desktop####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####double####-####click####on####the####archive####folder####to####extract####all####file####.####double####-####click####on####the####archive####folder####to####extract####all####file####.####[####1####]####-####x####-####research####source 0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####connect####you####zte####warp####to####you####computer####use####a####usb####cable####.####connect####you####zte####warp####to####you####computer####use####a####usb####cable####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####double####-####click####on####the####file####name####"####runme.bat####"####on####you####desktop####.####double####-####click####on####the####file####name####"####runme.bat####"####on####you####desktop####.####the####root####software####will####launch####. 0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####follow####the####on####-####screen####prompt####to####root####you####zte####warp####.####follow####the####on####-####screen####prompt####to####root####you####zte####warp####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
11####-####disconnect####you####phone####from####you####computer####when####the####root####process####be####complete####.####disconnect####you####phone####from####you####computer####when####the####root####process####be####complete####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
12####-####verify####that####a####app####call####"####superuser####"####display####in####you####app####menu####.####verify####that####a####app####call####"####superuser####"####display####in####you####app####menu####.####you####zte####warp####be####now####root####and####ready####for####use####.####[####2####]####-####x####-####research####source 0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####download####teamviewer####on####you####computer####.####download####teamviewer####on####you####computer####.####in####you####prefer####web####browser####,####go####the####official####team####viewer####site####and####download####the####teamviewer####application####for####you####computer####.####-####go####to####https://www.teamviewer.us####-####click####download####now.####-####; 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####double####-####click####the####installer####file####to####begin####install####teamviewer####.####double####-####click####the####installer####file####to####begin####install####teamviewer####.####the####full####file####name####be####teamviewer_####setup.exe####on####window####and####teamviewer.dmg####on####mac####.####this####will####start####the####installation####,####simply####follow####the####installation####prompt####to####install####teamviewer####.####-####by####default####,####you####download####file####can####be####find####in####you####download####folder####. 0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####open####teamviewer####on####you####computer####.####open####teamviewer####on####you####computer####.####it####be####the####app####with####the####icon####of####a####blue####double####-####sided####arrow####on####a####white####circle####.####double####-####click####the####app####icon####to####launch####teamviewer####.####you####will####see####a####id####,####password####,####and####partner####id####on####the####main####screen####.####-####teamviewer####may####already####be####open####after####it####finish####install####. 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####download####teamviewer####on####you####phone####.####download####teamviewer####on####you####phone####.####teamviewer####be####available####in####both####the####google####play####store####on####android####phone####and####the####app####store####on####iphone####.####-####open####the####play####store####on####android####or####app####store####on####iphone####.####-####go####to####search####and####type####teambviewer####in####the####search####bar####.####-####tap####the####teamviewer####app.####-####tap####install####,####or####get####next####to####team####viewer####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
5####-####open####teamviewer####on####you####phone####.####open####teamviewer####on####you####phone####.####it####be####the####app####with####the####icon####of####a####blue####double####-####sided####arrow####on####a####white####circle####.####you####can####open####it####by####tap####it####on####you####home####screen####,####or####tap####"####open####"####in####the####google####play####store####or####app####store####. 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####type####you####computer####'s####id####on####you####phone####.####type####you####computer####'s####id####on####you####phone####.####you####id####be####on####the####line####that####say####"####you####id####"####on####teamviewer####on####you####computer####screen####.####type####you####id####in####the####line####that####say####"####partner####id####"####on####you####phone####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 None
7####-####tap####remote####control####.####tap####remote####control####.####it####be####the####blue####button####below####the####partner####id####line####. 0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####type####the####computer####'s####password####on####you####phone####.####type####the####computer####'s####password####on####you####phone####.####type####the####password####on####you####computer####'s####teamviewer####screen####into####the####password####prompt####on####you####phone####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 None
9####-####tap####ok.####tap####ok####.####you####phone####will####connect####to####you####computer####. 0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 None
10####-####tap####continue####.####tap####continue####.####there####be####a####brief####intro####that####explain####how####to####do####mouse####interaction####with####the####touchscreen####on####you####phone####.####tap####"####continue####"####to####start####control####you####computer####from####you####phone####.####-####you####can####disconnect####from####you####computer####by####click####or####tap####the####"####x####"####button####on####you####phone####,####or####computer####. 0,0,0,1,0,1,1,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 None
0####-####force-stopping####and####disabling####app 0,0,0,0,0,0 0,0,0,0,0,0 None
1####-####tap####on####the####setting####menu####.####tap####on####the####setting####menu####.####you####can####access####it####from####you####android####device####'s####main####menu####.####depend####on####which####android####device####you####have####,####the####setting####menu####can####also####be####access####by####pull####down####the####notification####bar####,####and####tap####on####the####setting####icon####from####there####. 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
2####-####look####for####the####apps_application####manager####option####.####look####for####the####app####/####application####manager####option####.####click####on####it####once####you####find####it####. 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####display####the####list####of####app####install####in####you####device####.####display####the####list####of####app####install####in####you####device####.####to####do####that####,####just####swipe####to####the####right####(####or####up####)####,####and####you####will####find####the####list####of####all####the####app####run####on####you####android####device####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0 None
4####-####click####on####the####app####you####wish####to####uninstall####and####delete####.####click####on####the####app####you####wish####to####uninstall####and####delete####.####a####menu####will####then####appear####with####three####option####and####they####correspond####button####:####"####force####stop####,####"####"####uninstall####update####/####uninstall####,####"####and####"####disable####.####" 0,0,1,0,0,0,0,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####tap####on####the####"####uninstall####update####"####button####.####tap####on####the####"####uninstall####update####"####button####.####this####will####effectively####stop####install####all####the####future####update####for####the####unwanted####app####.####-####if####the####rightmost####button####show####only####"####uninstall####,####"####it####mean####it####be####not####a####preload####app####and####can####just####be####delete####completely####by####click####on####the####uninstall####button####.####-####for####preload####app####,####you####can####tap####on####"####force####stop####,####"####and####"####disable####"####to####completely####stop####the####app####.####-####once####you####will####click####on####the####"####disable####"####button####,####that####particular####app####will####no####longer####be####display####in####you####app####menu####.####-####this####method####may####not####completely####remove####some####of####the####pre-load####app####,####but####it####can####at####least####stop####and####disable####they####,####which####will####ultimately####lead####to####the####optimal####performance####of####you####android####device####. 0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0 None
0####- 0,0 0,0 None
1####-####turn####off####and####unplug####the####printer####.####turn####off####and####unplug####the####printer####.####-####; 0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0 True
2####-####download####and####install####the####driver####.####download####and####install####the####driver####.####see####external####link####below####.####note####that####the####file####be####very####large####and####will####take####some####time####to####download####.####(####if####you####take####the####time####to####look####at####the####support####printer####model####,####you####will####notice####that####hp####laserjet####1020####be####not####among####they####.####do####not####worry####about####that####just####yet####.####) 0,0,0,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####restart####you####mac####computer####.####restart####you####mac####computer####. 0,0,1,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####turn####on####and####connect####the####printer####.####turn####on####and####connect####the####printer####. 0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0 0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0 None
5####-####go####to####system####preference####>####print####and####fax####.####go####to####system####preference####>####print####and####fax####. 0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####press####+####to####add####printer####.####press####+####to####add####printer####. 0,0,0,0,0,1,0,0,0,0,0,1,0,0 0,0,0,0,0,0,1,0,0,0,0,0,1,0 None
7####-####open####the####driver####list####and####select####hp####laserjet####1022####.####open####the####driver####list####and####select####hp####laserjet####1022####.####make####sure####not####to####select####the####gutenberg####version####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####- 0,0 0,0 None
1####-####turn####off####and####unplug####the####printer####.####turn####off####and####unplug####the####printer####.####-####; 0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####download####and####install####the####driver####.####download####and####install####the####driver####.####see####external####link####below####.####note####that####the####file####be####very####large####and####will####take####some####time####to####download####.####(####if####you####take####the####time####to####look####at####the####support####printer####model####,####you####will####notice####that####hp####laserjet####1020####be####not####among####they####.####do####not####worry####about####that####just####yet####.####) 0,0,0,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####restart####you####mac####computer####.####restart####you####mac####computer####. 0,0,1,0,0,0,0,1,0,0,0,0 0,0,0,0,1,1,0,0,0,1,1,0 True
4####-####turn####on####and####connect####the####printer####.####turn####on####and####connect####the####printer####. 0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####go####to####system####preference####>####print####and####fax####.####go####to####system####preference####>####print####and####fax####. 0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####press####+####to####add####printer####.####press####+####to####add####printer####. 0,0,0,0,0,1,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####open####the####driver####list####and####select####hp####laserjet####1022####.####open####the####driver####list####and####select####hp####laserjet####1022####.####make####sure####not####to####select####the####gutenberg####version####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####older####macs 0,0,0,0 0,0,0,0 None
1####-####turn####off####and####unplug####the####printer####.####turn####off####and####unplug####the####printer####. 0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0 0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0 False
2####-####download####and####install####the####latest####hp####driver####.####download####and####install####the####latest####hp####driver####.####see####external####link####below####. 0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####go####to####the####printer####setup####utility####and####choose####hp####laserjet####1022####1.3.0.261####.####go####to####the####printer####setup####utility####and####choose####hp####laserjet####1022####1.3.0.261####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 None
4####-####download####.####download####. 0,0,0,0,0,0 0,0,0,0,0,0 None
5####-####go####to####_####library####_####receipts####and####delete####any####file####for####the####hp####1020####.####go####to####/####library####/####receipts####and####delete####any####file####for####the####hp####1020####.####example####include####"####hp####laser####jet####1020####series.pkg####.####" 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####go####to####the####printer####setup####utility####and####delete####any####file####for####the####hp####1020####.####go####to####the####printer####setup####utility####and####delete####any####file####for####the####hp####1020####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 None
7####-####run####the####dmg####file####.####run####the####dmg####file####.####it####be####label####as####"####hp####laserjet####1022####series.pkg####,####"####but####run####it####anyway####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####turn####on####and####connect####the####printer####.####turn####on####and####connect####the####printer####. 0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0 0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0 True
9####-####go####to####system####preference####>####print####and####fax####.####go####to####system####preference####>####print####and####fax####. 0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####select####hp####laserjet####1020####.####select####hp####laserjet####1020####.####if####the####printer####do####not####show####up####on####the####printer####setup####utility####,####you####may####need####to####select####browser####on####the####same####dialog####box####and####click####on####the####hp1020####name####there####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
11####-####click####add####.####click####add####. 0,0,0,1,0,1,1,0 0,0,0,0,0,0,0,0 None
0####-####formatting####you####usb####drive 0,0,0,0,0,0 0,0,0,0,0,0 None
1####-####plug####you####usb####drive####into####you####mac####.####plug####you####usb####drive####into####you####mac####.####this####be####the####16####-####gigabyte####minimum####flash####drive####that####you####will####use####to####install####macos####high####sierra####on####you####computer####.####-####if####you####mac####do####not####have####traditional####usb####port####on####it####,####attach####you####usb####-####c####to####usb####-####3.0####adapter####first####. 0,0,1,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
2####-####open####spotlight####.####open####spotlight####.####click####the####magnifying####glass####icon####in####the####top####-####right####corner####of####the####screen####.####a####search####bar####will####open####. 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####type####disk####utility####into####spotlight####.####type####disk####utility####into####spotlight####.####this####will####search####you####mac####for####the####disk####utility####app####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 None
4####-####click####disk####utility####.####click####disk####utility####.####it####be####below####the####spotlight####search####bar####.####do####so####will####open####disk####utility####. 0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####select####you####usb####drive####.####select####you####usb####drive####.####click####the####usb####drive####'s####name####in####the####upper-####leave####side####of####the####window####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####click####the####erase####tab####.####click####the####erase####tab####.####it####be####near####the####top####of####the####window####.####a####pop####-up####box####will####appear####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####click####the####"####format####"####drop####-####down####box####.####click####the####"####format####"####drop####-####down####box####.####you####will####find####this####in####the####middle####of####the####pop####-up####box####.####click####it####prompt####a####drop####-####down####menu####. 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####click####os####x####extend####(####journaled####)####.####click####os####x####extend####(####journaled####)####.####this####will####set####you####usb####drive####'s####file####system####to####that####of####you####mac####. 0,0,1,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 None
9####-####click####the####"####scheme####"####drop####-down####box####.####click####the####"####scheme####"####drop####-down####box####.####it####be####below####the####"####format####"####drop####-####down####box####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####click####guid####partition####map.####click####guid####partition####map####.####this####option####be####in####the####"####format####"####drop####-####down####menu####. 0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
11####-####click####erase####.####click####erase####.####do####so####will####reformat####you####usb####drive####to####you####mac####'s####file####system####. 0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 None
12####-####click####do####when####prompt####.####click####do####when####prompt####.####you####can####now####proceed####with####create####you####installation####drive####. 0,0,0,1,0,1,0,1,1,0,1,0,0,0,0,1,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####create####the####unibeast####installation####tool 0,0,1,0,0,0,0 0,0,0,0,0,0,0 None
1####-####open####the####unibeast####folder####.####open####the####unibeast####folder####.####double####-####click####the####unibeast####folder####to####unzip####and####open####it####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####open####unibeast####.####open####unibeast####.####double####-####click####the####unibeast####pkg####file####to####open####it####. 0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####click####open####when####prompt####.####click####open####when####prompt####.####do####so####will####open####the####unibeast####setup####window####.####-####if####you####mac####be####currently####run####macos####sierra####or####higher####,####you####will####have####to####verify####the####unibeast####installation####before####continue####. 0,0,0,0,0,1,0,1,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####click####continue####four####time####.####click####continue####four####time####.####it####be####in####the####bottom####-####right####corner####of####the####first####four####page####of####the####unibeast####setup####window####. 0,0,1,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####click####agree####when####prompt####.####click####agree####when####prompt####.####it####be####at####the####top####of####the####window####. 0,0,1,1,0,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####select####you####usb####drive####,####then####click####continue####.####select####you####usb####drive####,####then####click####continue####.####click####the####usb####drive####'s####name####to####select####it####. 0,0,1,0,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####select####high####sierra####,####then####click####continue####.####select####high####sierra####,####then####click####continue####.####you####should####see####high####sierra####in####the####middle####of####the####page####. 0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####select####a####motherboard####type####.####select####a####motherboard####type####.####depend####on####whether####you####window####computer####have####a####uefi####-####or####a####bio####-####type####motherboard####,####you####choice####will####vary####:####-####-####uefi####-####click####uefi####boot####mode####,####then####click####continue####.####-####bio####-####click####legacy####boot####mode####,####then####click####continue####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,1,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####select####a####graphic####card####option####if####necessary####,####then####click####continue####.####select####a####graphic####card####option####if####necessary####,####then####click####continue####.####check####the####box####next####to####inject####[####card####name####]####for####you####prefer####graphic####card####setting####.####-####if####you####graphic####card####support####macos####high####sierra####by####default####,####skip####this####step####. 0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####click####continue####.####click####continue####.####it####be####in####the####bottom####-####right####corner####of####the####page####.####do####so####will####prompt####you####to####enter####you####mac####'s####password####. 0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0 None
11####-####enter####you####mac####'s####password####.####enter####you####mac####'s####password####.####type####in####the####password####you####use####to####log####into####you####mac. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0 0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
12####-####click####ok####.####click####ok####.####this####will####prompt####unibeast####to####begin####install####to####the####usb####drive####.####once####the####installation####process####be####complete####,####you####usb####drive####will####be####ready####to####install####mac####os####high####sierra####on####you####pc####.####while####the####unibeast####installation####finish####up####,####you####should####change####you####window####computer####'s####boot####order####. 0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####install####maco####on####you####pc 0,0,1,0,0,0,0 0,0,0,0,0,0,0 None
1####-####place####multibeast####on####the####usb####drive####.####place####multibeast####on####the####usb####drive####.####open####the####usb####drive####'s####folder####,####then####drag####the####multibeast####file####into####the####folder####.####you####will####need####to####use####multibeast####later####,####so####have####it####on####the####flash####drive####will####make####use####it####when####necessary####as####simple####as####possible####. 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####eject####the####unibeast####usb####drive####from####the####mac####.####eject####the####unibeast####usb####drive####from####the####mac####.####open####the####finder####,####then####click####the####⏏####eject####icon####to####the####right####of####the####usb####drive####'s####name####in####the####upper-left####corner####of####the####finder####window####.####after####do####so####,####you####can####remove####you####usb####drive####.####-####you####should####make####sure####that####the####unibeast####installation####be####complete####before####do####this####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####shut####down####you####window####computer####.####shut####down####you####window####computer####.####press####and####hold####the####power####button####on####you####window####computer####until####you####computer####shut####down####completely####.####this####will####usually####occur####one####or####two####seconds####after####the####computer####'s####display####turn####off####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0 0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 None
4####-####plug####both####the####unibeast####usb####drive####and####the####blank####hard####drive####into####you####computer####.####plug####both####the####unibeast####usb####drive####and####the####blank####hard####drive####into####you####computer####.####these####should####both####fit####into####usb####port####on####you####computer####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0 None
5####-####start####you####window####computer####.####start####you####window####computer####.####press####the####power####button####to####start####the####computer####.####once####the####computer####have####a####chance####to####begin####booting####,####it####should####select####you####plug####-####in####usb####drive####as####a####place####from####which####to####boot####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
6####-####select####you####usb####drive####when####prompt####,####then####press####'s####enter####.####select####you####usb####drive####when####prompt####,####then####press####'s####enter####.####this####will####begin####the####maco####installation####process####. 0,0,1,0,0,0,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####select####a####language####,####then####click####→.####select####a####language####,####then####click####→.####do####so####take####you####to####the####next####page####of####the####installer####. 0,0,1,0,0,0,0,1,0,1,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####click####continue####twice####.####click####continue####twice####.####it####be####in####the####bottom####-####right####corner####of####the####page####. 0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####click####agree####when####prompt####.####click####agree####when####prompt####.####you####will####see####this####at####the####top####of####the####screen####. 0,0,0,1,0,1,0,1,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####click####the####utility####menu####item####.####click####the####utility####menu####item####.####this####menu####item####be####in####the####top####-####leave####side####of####the####screen####.####a####drop####-####down####menu####will####appear####.####[####3####]####-####x####-####research####source 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
11####-####click####disk####utility####.####click####disk####utility####.####it####be####in####the####drop####-####down####menu####. 0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
12####-####select####the####blank####hard####drive####.####select####the####blank####hard####drive####.####click####the####blank####hard####drive####'s####name####on####the####left####side####of####the####page####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
13####-####click####the####erase####tab####.####click####the####erase####tab####.####it####be####near####the####top####of####the####page####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
14####-####format####the####blank####hard####drive####.####format####the####blank####hard####drive####.####change####the####follow####field####:####-####-####format####-####click####the####drop####-####down####box####,####then####click####mac####os####x####extend####(####journaled####)####-####-####scheme####-####click####the####drop####-####down####box####,####then####click####guid####partition####map 0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
15####-####click####erase####.####click####erase####.####do####so####will####reformat####you####blank####hard####drive####for####maco####'s####file####system####. 0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
16####-####click####do####when####prompt####,####then####close####the####disk####utility####window####.####click####do####when####prompt####,####then####close####the####disk####utility####window####.####you####can####now####proceed####with####install####macos####high####sierra####on####the####hard####drive####. 0,0,0,1,0,1,0,0,1,0,0,0,0,0,1,1,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
17####-####click####the####blank####hard####drive####'s####name####,####then####click####continue####.####click####the####blank####hard####drive####'s####name####,####then####click####continue####.####this####will####both####select####the####hard####drive####as####the####installation####point####and####begin####install####mac####os####high####sierra####. 0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
18####-####wait####for####macos####high####sierra####to####finish####install####.####wait####for####macos####high####sierra####to####finish####install####.####this####process####should####take####around####15####minute####. 0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
19####-####follow####the####on####-####screen####prompt####.####follow####the####on####-####screen####prompt####.####you####will####be####prompt####to####enter####specific####information####,####such####as####you####name####,####a####password####,####you####prefer####language####,####you####location####,####and####so####on####.####once####you####complete####this####setup####process####,####maco####'s####software####will####be####completely####set####up####on####you####window####computer####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 None
0####-####print####thumbnail####in####mac####os 0,0,0,0,0,0,0 0,0,0,0,0,0,0 None
1####-####hook####up####you####printer####to####you####computer####if####you####have####not####already####do####so####.####hook####up####you####printer####to####you####computer####if####you####have####not####already####do####so####.####-####; 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 True
2####-####open####you####i####photo####application####to####access####you####photo####.####open####you####i####photo####application####to####access####you####photo####.####you####may####need####to####import####they####if####you####want####to####work####with####they####at####all####before####printing####. 0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####create####a####album####,####if####you####be####select####picture####from####many####different####event####.####create####a####album####,####if####you####be####select####picture####from####many####different####event####.####you####need####to####be####able####to####select####all####the####photo####at####once####in####order####to####make####a####complete####contact####sheet####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####select####photo####by####drag####a####box####around####the####photo####or####by####press####the####"####command####"####key####and####click####on####each####photo####.####select####photo####by####drag####a####box####around####the####photo####or####by####press####the####"####command####"####key####and####click####on####each####photo####. 0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####go####to####"####file####"####and####then####"####print####.####go####to####"####file####"####and####then####"####print####.####"####when####the####print####dialogue####box####appear####,####change####the####format####on####the####leave####hand####side####from####"####standard####"####to####"####contact####sheet####.####" 0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####press####"####print####"####and####you####i####photo####contact####sheet####will####start####printing####.####press####"####print####"####and####you####i####photo####contact####sheet####will####start####printing####. 0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####adhere####to####general####best####practice####to####improve####print####quality 0,0,0,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0 None
1####-####use####the####highest####resolution####graphic####file####possible####to####improve####the####image####quality####of####photo####or####graphic####print####from####a####inkjet####printer####.####use####the####highest####resolution####graphic####file####possible####to####improve####the####image####quality####of####photo####or####graphic####print####from####a####inkjet####printer####.####the####higher####the####resolution####or####"####dot####-####per-inch####"####(####dpi####)####of####the####original####file####,####the####better####the####quality####of####the####final####product####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####turn####off####the####printer####when####the####device####be####not####in####use####.####turn####off####the####printer####when####the####device####be####not####in####use####.####leave####the####printer####on####will####leave####the####head####unprotected####from####dust####and####debris####,####which####can####significantly####reduce####print####quality####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0 0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 False
3####-####avoid####use####paper####product####other####than####those####recommend####by####the####manufacturer####.####avoid####use####paper####product####other####than####those####recommend####by####the####manufacturer####.####inkjet####printer####be####calibrate####to####work####with####certain####type####of####paper####.####use####the####wrong####paper####can####result####in####issue####related####to####color####saturation####.####use####manufacturer####recommend####paper####specification####to####achieve####the####best####result####. 0,0,1,1,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####reserve####high####-####quality####photo####ink####cartridge####for####printing####image####and####graphic####,####and####use####standard####ink####cartridge####for####regular####document####.####reserve####high####-####quality####photo####ink####cartridge####for####printing####image####and####graphic####,####and####use####standard####ink####cartridge####for####regular####document####.####clog####or####block####nozzle####on####the####print####head####be####a####common####source####of####issue####related####to####print####quality####.####-####protect####ink####cartridge####from####dust####or####damage####by####store####they####in####a####clean####,####secure####location####.####-####follow####the####printer####'s####recommend####maintenance####schedule####to####improve####print####quality 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 None
5####-####perform####the####recommend####maintenance####on####a####inkjet####printer####,####as####direct####by####the####manufacturer####.####perform####the####recommend####maintenance####on####a####inkjet####printer####,####as####direct####by####the####manufacturer####.####block####nozzle####and####clog####printer####head####be####a####common####source####of####problem####with####inkjet####printer####,####and####can####significantly####compromise####print####quality####. 0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 None
6####-####perform####a####head####cleaning####regularly####.####perform####a####head####cleaning####regularly####.####all####inkjet####printer####have####a####automatic####head####-####cleaning####feature####,####which####typically####be####access####from####the####printer####'s####control####panel####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 None
7####-####perform####a####printer####cartridge####or####head####alignment####.####perform####a####printer####cartridge####or####head####alignment####.####this####feature####be####also####automated####on####most####inkjet####printer####,####and####usually####can####be####access####from####the####printer####'s####control####panel####.####-####refer####to####the####printer####'s####user####manual####or####contact####customer####support####for####additional####instruction####on####properly####schedule####maintenance####.####other####schedule####maintenance####task####will####vary####by####device####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0 0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####power####on####you####canon####mx410####printer####.####power####on####you####canon####mx410####printer####.####-####; 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,0 True
2####-####press####the####button####label####"####fax####.####press####the####button####label####"####fax####.####"####you####printer####will####enter####fax####standby####mode####. 0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####place####the####document####you####want####fax####in####the####face####side####-####up####position####on####the####platen####glass####locate####on####top####of####you####printer####.####place####the####document####you####want####fax####in####the####face####side####-####up####position####on####the####platen####glass####locate####on####top####of####you####printer####. 0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####press####the####button####label####"####fax####quality####.####press####the####button####label####"####fax####quality####.####"####the####scan####contrast####menu####will####display####on####-####screen####. 0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####press####the####left####or####right####button####to####select####you####desire####contrast####,####then####press####"####ok####.####press####the####left####or####right####button####to####select####you####desire####contrast####,####then####press####"####ok####.####" 0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####press####the####left####or####right####button####to####select####you####desire####resolution####.####press####the####left####or####right####button####to####select####you####desire####resolution####.####you####can####choose####from####either####"####standard####"####for####text####-####only####document####,####"####fine####"####or####"####extra-fine####"####for####fine####-####print####document####,####or####"####photo####"####if####you####be####fax####photograph####. 0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####press####"####ok####.####press####"####ok####.####"####you####printer####will####once####again####enter####fax####standby####mode####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####enter####the####recipient####'s####fax####number####use####the####numeric####keypad####on####you####canon####mx410####printer####.####enter####the####recipient####'s####fax####number####use####the####numeric####keypad####on####you####canon####mx410####printer####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0 None
9####-####press####one####of####the####follow####button####to####send####you####fax####:####press####one####of####the####follow####button####to####send####you####fax####:####-####"####color####,####"####to####send####you####fax####in####color####.####-####"####black####,####"####to####send####you####fax####in####black####and####white####.####[####1####]####-####x####-####research####source 0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####on####mac 0,0,0,0 0,0,0,0 None
1####-####turn####on####you####printer####.####turn####on####you####printer####.####plug####you####printer####into####a####electrical####outlet####if####necessary####,####then####press####the####printer####'s####"####power####"####button####to####turn####on####the####printer####if####it####be####not####already####on####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 True
2####-####make####sure####you####printer####be####connect####to####wi####-####fi####.####make####sure####you####printer####be####connect####to####wi####-####fi####.####in####order####to####connect####to####you####printer####via####a####network####,####you####printer####must####be####connect####to####wi####-####fi.####-####the####step####for####connect####a####printer####to####wi####-####fi####will####vary####from####printer####to####printer####,####so####check####you####printer####'s####manual####or####online####documentation####for####model####-####specific####instruction####on####connect####to####wi####-####fi.####-####some####printer####must####be####connect####directly####to####you####router####via####a####ethernet####cable####in####order####to####connect####to####the####internet####. 0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####connect####you####computer####to####you####printer####'s####wi####-####fi####network####if####necessary####.####connect####you####computer####to####you####printer####'s####wi####-####fi####network####if####necessary####.####most####printer####require####you####to####be####connect####to####the####same####network####to####which####you####printer####be####connect####.####if####you####computer####be####connect####to####a####different####network####,####do####the####follow####:####-####click####the####"####wi####-####fi####"####icon####in####the####top####-####right####corner####of####the####screen####.####-####click####the####name####of####the####wi####-####fi####network####to####which####you####printer####be####connect####.####-####enter####the####password####if####prompt####.####-####click####join####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0 0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####open####the####apple####menu####.####open####the####apple####menu####.####click####the####apple####logo####in####the####top####-####leave####corner####of####the####screen####.####a####drop####-####down####menu####will####appear####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####click####system####preference####..####click####system####preference####..####it####be####in####the####drop####-####down####menu####.####the####system####preference####window####will####open####. 0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####click####printer####&####scanner####.####click####printer####&####scanner####.####this####be####on####the####right####side####of####the####system####preferences####window####. 0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####click####+.####click####+.####it####be####below####the####left####-####hand####sidebar####.####do####so####bring####up####a####list####of####available####printer####. 0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 None
8####-####select####you####printer####'s####name####.####select####you####printer####'s####name####.####click####the####name####of####the####printer####to####which####you####want####to####connect####.####-####you####printer####'s####name####be####usually####a####combination####of####the####printer####'s####manufacturer####'s####name####and####the####model####number####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 None
9####-####click####add.####click####add####.####it####be####at####the####bottom####of####the####list####.####you####mac####will####begin####connect####to####the####printer####. 0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 None
10####-####follow####any####on####-####screen####prompt####.####follow####any####on####-####screen####prompt####.####depend####on####you####printer####,####it####may####need####to####install####driver####or####be####verify####by####you####computer####.####if####so####,####click####through####any####on####-####screen####prompt####as####they####appear####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####search####on####the####internet####.####search####on####the####internet####.####you####printer####might####need####special####software####.####if####you####do####not####have####to####,####do####the####follow####.####-####; 0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####be####sure####that####you####printer####be####connect####,####either####directly####with####you####pc####or####in####you####network####.####be####sure####that####you####printer####be####connect####,####either####directly####with####you####pc####or####in####you####network####. 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 True
3####-####click####on####system####setting####>>####printer####.####click####on####system####setting####>>####printer####.####this####will####take####you####to####the####add####printer####screen####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,0 None
4####-####click####on####add.####click####on####add####. 0,0,1,0,0,1,0,0,0 0,0,0,0,0,0,0,1,0 None
5####-####click####on####printer####uri####and####give####link####for####local####printer####.####click####on####printer####uri####and####give####link####for####local####printer####. 0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0 None
6####-####if####it####be####a####network####printer####,####click####on####network####printer####and####search####for####host####of####you####printer####in####network####.####if####it####be####a####network####printer####,####click####on####network####printer####and####search####for####host####of####you####printer####in####network####. 0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0 None
0####-####printing####with####airprint####on####iphone 0,0,0,0,0,0,0 0,0,0,0,0,0,0 None
1####-####connect####you####airprint####printer####to####you####network####.####connect####you####airprint####printer####to####you####network####.####the####process####for####this####will####vary####depend####on####you####printer####.####generally####,####you####will####use####the####printer####'s####build####-####in####menu####to####select####you####wireless####network####and####enter####the####password####to####join####.####-####you####can####see####if####you####printer####be####airprint####-####compatible####by####check####apple####'s####support####page####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
2####-####make####sure####there####be####photo####paper####in####you####printer####.####make####sure####there####be####photo####paper####in####you####printer####.####most####modern####desktop####printer####will####have####a####special####tray####for####photo####paper####that####you####i####phone####will####automatically####print####picture####from####.####this####tray####may####be####adjustable####,####and####the####location####will####vary####depend####on####the####printer####.####refer####to####you####printer####'s####documentation####for####instruction####on####put####photo####paper####in####the####tray####. 0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####ensure####you####be####connect####to####the####same####network####as####the####printer####.####ensure####you####be####connect####to####the####same####network####as####the####printer####.####you####will####need####to####be####on####the####same####network####as####the####airprint####printer####to####print####.####you####can####not####print####to####you####airprint####printer####remotely####from####a####different####wi####-####fi####network####.####-####you####can####do####this####by####open####setting####on####you####iphone####,####tap####on####wi####-####fi####,####and####look####at####which####network####you####phone####be####connect####to####.####if####you####be####not####connect####to####the####same####network####,####tap####on####the####network####you####printer####be####connect####to####,####and####enter####a####password####(####if####there####be####one####)####. 0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####open####photo####on####you####i####phone####.####open####photo####on####you####iphone####.####this####app####icon####look####like####a####multicolor####flower####.####you####can####find####this####app####on####you####home####screen####or####by####search####. 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####tap####a####photo####you####want####to####print####.####tap####a####photo####you####want####to####print####.####if####you####want####to####print####more####than####one####photo####,####tap####and####hold####a####picture####and####it####will####get####a####blue####checkmark####in####the####upper####leave####corner####to####indicate####that####it####be####select####.####you####can####continue####tap####to####add####picture####to####you####selection####.####make####sure####you####do####not####select####a####video####,####though####,####as####that####will####prevent####you####from####get####the####option####to####print####.####[####2####]####-####x####-####research####source 0,0,1,0,0,0,1,0,1,0,1,0,0,0,1,0,1,0,0,0,1,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,1,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####tap####the####share####icon####.####tap####the####share####icon####.####you####will####find####this####in####the####lower####-####leave####corner####of####the####screen####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####tap####print####.####tap####print####.####you####will####find####this####in####the####second####row####of####share####option####.####you####may####have####to####swipe####the####row####from####right####to####leave####to####see####it####. 0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####tap####"####select####printer####.####"####tap####"####select####printer####.####"####a####list####of####available####printer####will####appear####. 0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####tap####you####printer####.####tap####you####printer####.####if####you####printer####be####not####on####the####list####,####verify####that####it####be####connect####to####the####same####network####as####you####and####that####it####be####airprint####compatible####.####restart####the####printer####and####you####router####will####usually####fix####connection####error####.####-####if####you####need####more####printing####option####,####you####may####want####to####try####the####printing####app####from####you####printer####'s####manufacturer####,####like####the####hp####app####,####hp####smart####. 0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####tap####print####to####print####the####select####photo####.####tap####print####to####print####the####select####photo####.####you####printer####will####automatically####attempt####to####print####from####the####photo####paper####tray####on####you####printer####. 0,0,0,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####printing####with####airprint####on####iphone 0,0,0,0,0,0,0 0,0,0,0,0,0,1 None
1####-####connect####you####airprint####printer####to####you####network####.####connect####you####airprint####printer####to####you####network####.####the####process####for####this####will####vary####depend####on####you####printer####.####generally####,####you####will####use####the####printer####'s####build####-####in####menu####to####select####you####wireless####network####and####enter####the####password####to####join####.####-####you####can####see####if####you####printer####be####airprint####-####compatible####by####check####apple####'s####support####page####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####make####sure####there####be####photo####paper####in####you####printer####.####make####sure####there####be####photo####paper####in####you####printer####.####most####modern####desktop####printer####will####have####a####special####tray####for####photo####paper####that####you####i####phone####will####automatically####print####picture####from####.####this####tray####may####be####adjustable####,####and####the####location####will####vary####depend####on####the####printer####.####refer####to####you####printer####'s####documentation####for####instruction####on####put####photo####paper####in####the####tray####. 0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####ensure####you####be####connect####to####the####same####network####as####the####printer####.####ensure####you####be####connect####to####the####same####network####as####the####printer####.####you####will####need####to####be####on####the####same####network####as####the####airprint####printer####to####print####.####you####can####not####print####to####you####airprint####printer####remotely####from####a####different####wi####-####fi####network####.####-####you####can####do####this####by####open####setting####on####you####iphone####,####tap####on####wi####-####fi####,####and####look####at####which####network####you####phone####be####connect####to####.####if####you####be####not####connect####to####the####same####network####,####tap####on####the####network####you####printer####be####connect####to####,####and####enter####a####password####(####if####there####be####one####)####. 0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
4####-####open####photo####on####you####i####phone####.####open####photo####on####you####iphone####.####this####app####icon####look####like####a####multicolor####flower####.####you####can####find####this####app####on####you####home####screen####or####by####search####. 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####tap####a####photo####you####want####to####print####.####tap####a####photo####you####want####to####print####.####if####you####want####to####print####more####than####one####photo####,####tap####and####hold####a####picture####and####it####will####get####a####blue####checkmark####in####the####upper####leave####corner####to####indicate####that####it####be####select####.####you####can####continue####tap####to####add####picture####to####you####selection####.####make####sure####you####do####not####select####a####video####,####though####,####as####that####will####prevent####you####from####get####the####option####to####print####.####[####2####]####-####x####-####research####source 0,0,1,0,0,0,1,0,1,0,1,0,0,0,1,0,1,0,0,0,1,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,1,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####tap####the####share####icon####.####tap####the####share####icon####.####you####will####find####this####in####the####lower####-####leave####corner####of####the####screen####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####tap####print####.####tap####print####.####you####will####find####this####in####the####second####row####of####share####option####.####you####may####have####to####swipe####the####row####from####right####to####leave####to####see####it####. 0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####tap####"####select####printer####.####"####tap####"####select####printer####.####"####a####list####of####available####printer####will####appear####. 0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####tap####you####printer####.####tap####you####printer####.####if####you####printer####be####not####on####the####list####,####verify####that####it####be####connect####to####the####same####network####as####you####and####that####it####be####airprint####compatible####.####restart####the####printer####and####you####router####will####usually####fix####connection####error####.####-####if####you####need####more####printing####option####,####you####may####want####to####try####the####printing####app####from####you####printer####'s####manufacturer####,####like####the####hp####app####,####hp####smart####. 0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####tap####print####to####print####the####select####photo####.####tap####print####to####print####the####select####photo####.####you####printer####will####automatically####attempt####to####print####from####the####photo####paper####tray####on####you####printer####. 0,0,0,1,0,1,0,1,0,0,1,1,0,1,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####scanning####to####usb####on####the####mx410 0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0 None
1####-####turn####on####you####multi-function####printer####.####turn####on####you####multi-function####printer####.####locate####the####area####where####you####can####plug####in####a####usb####directly####to####the####machine####.####[####3####]####-####x####-####research####source 0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
2####-####insert####you####usb####drive####.####insert####you####usb####drive####. 0,0,1,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####place####you####photo####or####text####on####the####flatbed####and####close####the####top####.####place####you####photo####or####text####on####the####flatbed####and####close####the####top####.####you####can####also####use####the####document####feeder####for####text####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####press####the####"####scan####"####button####.####press####the####"####scan####"####button####.####choose####the####option####to####scan####to####usb####,####rather####than####onto####a####connect####computer####. 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####adjust####the####option####on####the####small####printer####screen####.####adjust####the####option####on####the####small####printer####screen####.####then####,####press####enter####to####scan####to####you####usb####drive####.####remove####the####drive####once####the####scan####have####be####complete####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####test####this####function####by####insert####the####usb####drive####into####you####computer####and####search####through####the####image####or####document####.####test####this####function####by####insert####the####usb####drive####into####you####computer####and####search####through####the####image####or####document####.####it####should####show####up####in####the####main####screen####of####you####usb####drive####contents####. 0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####win7####network####printer####will####not####print####from####remote####computer 0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,1,0,0,0,0,0,0 None
1####-####on####the####host####computer####,####make####sure####printer####share####have####be####turn####on####.####on####the####host####computer####,####make####sure####printer####share####have####be####turn####on####. 0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 True
2####-####move####to####the####remote####computer####.####move####to####the####remote####computer####.####-####control####panel####>####device####&####printer 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 None
3####-####if####a####printer####icon####exist####,####right####click####and####select####"####remove####device####" 0,0,0,0,0,0,1,0,0,1,0,1,0,1,0,0 0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 None
if####a####printer####icon####exist####,####right####click####and####select####"####remove####device####" 0,0,0,0,1,0,0,1,0,1,0,1,0,0 0,0,1,0,0,0,0,0,0,0,0,0,0,0 None
4####-####at####the####top####,####click####"####add####printer####" 0,0,0,0,0,0,1,0,1,0,0 0,0,0,0,0,0,0,0,0,1,0 None
at####the####top####,####click####"####add####printer####" 0,0,0,0,1,0,1,0,0 0,0,0,0,0,0,0,1,0 None
5####-####select####"####add####a####network####printer####" 0,0,1,0,1,0,0,0,0 0,0,0,0,0,0,0,1,0 None
select####"####add####a####network####printer####" 1,0,1,0,0,0,0 0,0,0,0,0,1,0 None
6####-####if####no####printer####appear####or####none####be####list####:####if####no####printer####appear####or####none####be####list####: 0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0 0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 None
7####-####click####"####the####printer####that####i####want####be####not####list####" 0,0,0,0,0,0,0,0,1,0,0,1,0 0,0,0,0,0,1,0,0,0,0,0,0,0 None
click####"####the####printer####that####i####want####be####not####list####" 1,0,0,0,0,0,1,0,0,1,0 0,0,0,1,0,0,0,0,0,0,0 None
8####-####pick####"####select####a####share####printer####by####name####" 0,0,1,0,1,0,1,0,0,0,0 0,0,0,0,0,0,0,1,0,0,0 None
pick####"####select####a####share####printer####by####name####"####-####example####:####\\ip-35_64bit-pc\hp####laser####jet####6p####>####next 1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####if####you####do####not####know####the####exact####printer####name####&####path####,####print####a####test####page####from####the####host####computer####.####if####you####do####not####know####the####exact####printer####name####&####path####,####print####a####test####page####from####the####host####computer####. 0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####it####will####be####list####next####to####"####computer####name####" 0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0 None
it####will####be####list####next####to####"####computer####name####" 0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0 None
11####-####in####the####final####dialog####box####,####select####"####print####test####page####"####if####desire####.####in####the####final####dialog####box####,####select####"####print####test####page####"####if####desire####. 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####use####ecofont####.####use####ecofont####.####ecofont####shoot####hole####into####you####font####.####it####can####help####you####save####up####to####20####%####ink####compare####to####standard####font####.####-####; 0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####check####you####document####for####mistake####.####check####you####document####for####mistake####.####if####you####find####one####once####you####have####hit####print####then####you####will####have####waste####all####that####ink####and####have####to####print####again####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,1,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####use####you####printer####fast####draft####/####econo####fast####setting####.####use####you####printer####fast####draft####/####econofast####setting####.####unless####you####be####print####something####where####quality####be####require####. 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####try####use####software####that####let####you####choose####which####part####of####you####document####you####want####to####print####and####delete####what####you####do####not####.####try####use####software####that####let####you####choose####which####part####of####you####document####you####want####to####print####and####delete####what####you####do####not####.####it####will####track####you####savings####in####ink####and####paper####. 0,0,1,1,0,0,1,0,1,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,1,1,0,0,1,0,1,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####print####in####black####and####white####wherever####possible####.####print####in####black####and####white####wherever####possible####.####black####ink####cartridge####be####usually####much####cheaper####than####the####colour####. 0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####before####you####print####anything####,####make####use####of####the####preview####option####and####check####whether####thing####look####good####.####before####you####print####anything####,####make####use####of####the####preview####option####and####check####whether####thing####look####good####.####at####this####point####you####may####decide####to####manually####change####the####setting####,####for####example####print####several####page####on####one####piece####of####paper####,####reduce####the####size####of####a####image####etc####. 0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####turn####off####you####printer####use####the####on####/####off####switch####on####it####before####turn####it####off####at####the####main####.####turn####off####you####printer####use####the####on####/####off####switch####on####it####before####turn####it####off####at####the####main####.####the####likelihood####be####that####you####printer####will####park####the####ink####cartridge####and####cap####they####so####that####they####do####not####dry####out####. 0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0 0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 False
8####-####do####not####clean####you####printer####head####or####align####they####unless####necessary####.####do####not####clean####you####printer####head####or####align####they####unless####necessary####.####this####waste####ink####. 0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0 0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 None
9####-####do####not####be####alar####if####you####printer####report####that####ink####or####toner####be####empty####.####do####not####be####alar####if####you####printer####report####that####ink####or####toner####be####empty####.####chance####be####you####have####10####-####30####%####lifetime####leave####.####so####keep####printing####until####the####printer####stop####.####remember####to####buy####a####new####cartridge####for####when####the####cartridge####do####run####out####. 0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####printing####the####model 0,0,0,0,0 0,0,0,0,0 None
1####-####insert####the####plastic####filament####spool####at####the####back####of####the####3d####printer####,####and####insert####the####filament####into####the####heating####block####.####insert####the####plastic####filament####spool####at####the####back####of####the####3d####printer####,####and####insert####the####filament####into####the####heating####block####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0 None
2####-####turn####on####the####3d####printer####,####and####select####the####option####to####"####preheat####"####the####printer####as####you####import####you####file####.####turn####on####the####3d####printer####,####and####select####the####option####to####"####preheat####"####the####printer####as####you####import####you####file####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0 0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
3####-####import####the####stl####file####model####into####the####3d####printing####software####that####come####with####the####3d####printer####.####import####the####stl####file####model####into####the####3d####printing####software####that####come####with####the####3d####printer####.####-####a####window####will####pop####up####and####ask####where####the####model####should####be####place####.####click####on####absolute####center####as####this####would####put####the####model####in####the####middle####of####the####printing####tray####. 0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####check####the####"####uniform####scaling####"####box####on####the####leave####hand####side####under####the####scale####box####.####check####the####"####uniform####scaling####"####box####on####the####leave####hand####side####under####the####scale####box####.####the####model####can####be####resize####,####rotate####,####and####adjust####use####these####four####leave####hand####button####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,1,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####push####the####"####make####"####button####on####the####top####of####the####screen####,####and####choose####the####location####of####where####you####want####this####file####to####be####save####.####push####the####"####make####"####button####on####the####top####of####the####screen####,####and####choose####the####location####of####where####you####want####this####file####to####be####save####.####(####desktop####if####connect####by####usb####,####or####sdcard####if####connect####to####a####card####reader####) 0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####select####the####connect####setting####on####the####printer####(####usb####cable####or####card####reader####)####.####select####the####connect####setting####on####the####printer####(####usb####cable####or####card####reader####)####. 0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####select####the####file####of####you####model####that####you####would####like####to####print####.####select####the####file####of####you####model####that####you####would####like####to####print####. 0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,1,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####allow####you####print####model####to####cool####for####about####a####minute####before####remove####it####from####the####printer####.####allow####you####print####model####to####cool####for####about####a####minute####before####remove####it####from####the####printer####. 0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####set####up####a####printer####on####mac 0,0,1,0,0,0,0,0 0,0,0,0,0,1,0,0 None
1####-####connect####you####printer####to####a####power####source####and####turn####it####on####.####connect####you####printer####to####a####power####source####and####turn####it####on####.####before####do####anything####else####,####it####be####important####to####make####sure####you####printer####be####plug####in####and####ready####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0 0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 True
2####-####connect####you####printer####to####you####mac.####connect####you####printer####to####you####mac####.####most####printer####have####the####option####of####connect####to####a####computer####via####usb####or####wirelessly####(####bluetooth####,####installation####cd####,####or####a####wireless####detection####setting####)####,####so####be####sure####you####printer####be####set####to####connect####before####proceed####with####the####rest####of####the####step####.####-####make####sure####you####mac####'s####software####be####up####-####to####-####date####by####go####into####the####apple####menu####,####select####system####preference####,####and####choose####software####update####to####ensure####you####mac####be####update####to####the####latest####software####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####download####installation####software####.####download####installation####software####.####once####you####have####connect####you####printer####to####you####mac####,####you####may####be####prompt####to####download####software####that####will####help####with####install####the####printer####.####-####once####download####,####follow####the####on####-####screen####instruction####to####start####the####printer####'s####installation####process####. 0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 None
4####-####open####the####apple####menu####.####open####the####apple####menu####.####this####will####pull####up####system####option####,####which####you####will####need####to####navigate####through####to####complete####the####installation####process####for####you####printer####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 None
5####-####select####system####preference####.####select####system####preference####. 0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0 None
6####-####select####printer####&####scanner####.####select####printer####&####scanner####.####this####be####where####you####will####find####the####setting####for####add####new####printer####or####device####to####you####mac####'s####network####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 None
7####-####click####add####+.####click####add####+.####this####will####pull####up####a####dialog####box####for####you####mac####to####search####for####the####printer####through####usb####or####wifi####connection####. 0,0,0,1,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 None
8####-####select####you####printer####.####select####you####printer####.####once####the####scan####be####complete####,####you####should####see####you####printer####in####a####list####of####available####device####. 0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 None
9####-####click####add.####click####add####.####this####will####complete####the####process####of####set####up####you####printer####with####you####mac####and####will####now####let####you####connect####to####that####printer####on####you####mac.####-####if####prompt####to####install####any####software####,####do####so####and####follow####any####on####-####screen####instruction####to####finish####the####installation####process####. 0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####turn####off####and####unplug####the####printer####when####a####jam####occur####.####turn####off####and####unplug####the####printer####when####a####jam####occur####.####-####; 0,0,1,0,0,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 None
2####-####remove####any####loose####paper####from####the####printer####tray####.####remove####any####loose####paper####from####the####printer####tray####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0 None
3####-####turn####the####printer####around####and####remove####the####rear####cartridge####panel####.####turn####the####printer####around####and####remove####the####rear####cartridge####panel####. 0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 None
4####-####observe####any####paper####that####be####catch####within####the####cartridge####roller####.####observe####any####paper####that####be####catch####within####the####cartridge####roller####.####gently####pull####any####jam####paper####out####of####the####roller####. 0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####ensure####that####any####tear####piece####of####paper####have####be####remove####from####the####roller####.####ensure####that####any####tear####piece####of####paper####have####be####remove####from####the####roller####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####look####at####the####front####of####the####printer####.####look####at####the####front####of####the####printer####.####if####there####be####jam####paper####in####the####front####,####carefully####remove####it####,####pay####attention####to####any####small####bit####of####paper####that####may####have####tear####off####completely####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####plug####the####printer####back####in####and####turn####the####printer####on####.####plug####the####printer####back####in####and####turn####the####printer####on####. 0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0 0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0 True
8####-####attempt####to####print####a####test####page####.####attempt####to####print####a####test####page####.####if####the####page####print####successfully####,####the####jam####have####be####remove####.####if####a####paper####jam####error####message####appear####on####the####printer####screen####,####proceed####to####the####next####step####. 0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 None
9####-####turn####the####printer####off####and####unplug####the####unit####.####turn####the####printer####off####and####unplug####the####unit####. 0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0 0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 False
10####-####open####the####front####panel####.####open####the####front####panel####. 0,0,1,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0 None
11####-####look####for####any####jam####paper####.####look####for####any####jam####paper####.####gently####pull####any####jam####from####the####front####cartridge####area####. 0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
12####-####plug####in####the####printer####and####turn####the####printer####on####.####plug####in####the####printer####and####turn####the####printer####on####.####attempt####to####print####a####test####page####. 0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0 0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0 True
13####-####refer####to####the####printer####'s####user####'s####manual####or####the####manufacturer####'s####website####for####detailed####guidance####if####the####printer####be####still####non-funct####.####refer####to####the####printer####'s####user####'s####manual####or####the####manufacturer####'s####website####for####detailed####guidance####if####the####printer####be####still####non-funct####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 None
0####-####use####the####selphy####mobile####app 0,0,1,0,0,0,0 0,0,0,0,0,0,0 None
1####-####turn####on####you####printer####.####turn####on####you####printer####.####the####light####next####to####the####power####button####should####be####illuminate####if####it####be####on####.####you####will####find####this####power####button####on####the####front####display####of####you####printer####on####the####left####side####.####[####1####]####-####x####-####research####source####-####-####you####will####not####need####access####to####you####router####to####complete####this####method####.####instead####,####the####printer####will####access####the####information####need####from####you####smartphone####or####smart####device####that####be####connect####to####the####wi####-####fi####network####.####if####this####method####do####not####work####for####you####,####try####the####next####method####.####-####; 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
2####-####get####the####canon####app####from####the####google####play####store####or####app####store####.####get####the####canon####app####from####the####google####play####store####or####app####store####.####this####app####be####free####and####be####call####canon####print####inkjet####/####selphy####,####offer####by####canon####inc.####-####you####can####search####for####"####canon####print####"####in####the####search####bar####at####the####top####of####the####google####play####store####or####in####the####search####tab####that####be####locate####at####the####bottom####of####the####app####store####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####press####and####hold####the####direct####button####on####the####printer####.####press####and####hold####the####direct####button####on####the####printer####.####this####have####the####icon####of####a####mobile####phone####on####it####and####be####usually####the####2nd####button####below####the####power####button####.####-####release####the####button####when####the####direct####icon####flash####on####the####display####screen####. 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####open####the####canon####app####on####you####phone####or####tablet####.####open####the####canon####app####on####you####phone####or####tablet####.####this####app####icon####look####like####a####printer####on####a####orange####and####white####background####that####you####will####find####on####one####of####you####home####screen####,####in####the####app####drawer####,####or####by####search####.####-####when####you####open####the####app####for####the####first####time####,####it####will####notify####you####that####no####printer####be####connect####and####walk####you####through####set####one####up####. 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 None
5####-####follow####the####on####-####screen####prompt####to####set####up####you####printer####with####you####mobile####app####.####follow####the####on####-####screen####prompt####to####set####up####you####printer####with####you####mobile####app####.####this####include####tap####you####printer####from####the####list####of####detect####canon####printer####,####then####allow####the####printer####to####connect####via####you####wi####-####fi####router####.####if####you####have####a####wi####-####fi####password####enable####,####you####will####need####to####enter####it####before####continue####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,1,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####follow####the####on####-####screen####prompt####to####register####you####printer####.####follow####the####on####-####screen####prompt####to####register####you####printer####.####when####you####be####do####follow####the####on####-####screen####prompt####,####the####wi####-####fi####light####(####network####icon####)####should####be####solid####on####the####display####screen####.####[####2####]####-####x####-####research####source 0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####turn####off####you####printer####from####the####printer####itself####and####make####sure####the####power####cord####be####properly####insert####into####the####printer####and####into####the####printer####/####usb####port####on####you####computer####.####turn####off####you####printer####from####the####printer####itself####and####make####sure####the####power####cord####be####properly####insert####into####the####printer####and####into####the####printer####/####usb####port####on####you####computer####.####sometimes####,####this####will####clear####up####the####problem####without####any####other####adjustment####be####make####.####if####the####printer####it####network####wirelessly####,####you####will####just####need####to####turn####it####off####and####unplug####the####power####cord####from####the####outlet####for####30####-####60####seconds####instead####.####-####; 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 False
2####-####right####-####click####the####computer####/####my####computer####box####,####from####you####window####operating####system####and####select####the####"####manage####"####option####from####the####context####menu####that####result####.####right####-####click####the####computer####/####my####computer####box####,####from####you####window####operating####system####and####select####the####"####manage####"####option####from####the####context####menu####that####result####. 0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####grant####you####computer####access####to####the####"####computer####management####snapin####launcher####"####tool####from####the####user####account####control####box####that####display####if####you####computer####be####window####vista####or####newer####.####grant####you####computer####access####to####the####"####computer####management####snapin####launcher####"####tool####from####the####user####account####control####box####that####display####if####you####computer####be####window####vista####or####newer####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####double####-####click####the####service####and####application####selection####from####the####name####column####follow####by####the####"####service####"####item####.####double####-####click####the####service####and####application####selection####from####the####name####column####follow####by####the####"####service####"####item####. 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####scroll####and####click####on####the####print####spooler####item####in####the####list####of####service####you####computer####be####use####.####scroll####and####click####on####the####print####spooler####item####in####the####list####of####service####you####computer####be####use####.####the####list####of####printer####service####will####most####-####often####be####immense####and####unruly####,####but####with####careful####look####,####you####will####find####it####rather####quickly####. 0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####right####-####click####the####"####property####"####option####and####click####the####"####stop####"####button####.####right####-####click####the####"####property####"####option####and####click####the####"####stop####"####button####.####this####button####should####be####locate####underneath####the####label####call####"####service####status####"####along####with####the####status####of####"####started####"####.####wait####a####few####seconds####for####this####service####to####stop####.####-####once####you####have####stop####the####print####spooler####,####you####may####want####to####leave####that####window####open####.####it####will####help####remind####you####at####the####very####end####to####turn####the####print####spooler####back####on####. 0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####delete####all####document####that####exist####in####the####c:\windows|system32\spool\printers####folder####use####you####computer####'s####window####explorer####(####folder####tree####)####list####folder####.####delete####all####document####that####exist####in####the####c:\windows|system32\spool\printers####folder####use####you####computer####'s####window####explorer####(####folder####tree####)####list####folder####.####this####folder####be####the####log####of####spool####and####unprint####document####wait####to####be####print####.####use####the####run####command####(####⊞####win####+r####)####to####open####the####folder####.####once####clear####,####close####this####folder####and####do####not####open####this####folder####until####the####next####time####the####problem####arise####. 0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####restart####the####print####spooler####service####from####the####print####spooler####property####box####and####click####the####"####ok####"####button####to####confirm####you####would####like####to####restart####the####service####.####restart####the####print####spooler####service####from####the####print####spooler####property####box####and####click####the####"####ok####"####button####to####confirm####you####would####like####to####restart####the####service####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####close####the####"####computer####management####"####dialog####box####.####close####the####"####computer####management####"####dialog####box####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####re-run####a####test####printable####document####.####re-run####a####test####printable####document####. 0,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####troubleshooting####on####macos 0,0,0,0,0 0,0,0,0,0 None
1####-####make####sure####you####printer####be####turn####on####.####make####sure####you####printer####be####turn####on####.####before####start####with####any####other####step####in####the####troubleshooting####process####,####make####sure####you####printer####be####turn####on####and####connect####to####a####power####source####.####-####if####the####printer####be####in####sleep####mode####,####you####may####have####to####press####a####button####on####it####to####wake####it####up####. 0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0 0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
2####-####restart####you####printer####.####restart####you####printer####.####if####the####printer####be####already####turn####on####,####it####may####just####need####a####restart####to####stop####appear####offline####.####follow####these####step####to####restart####the####printer####:####-####turn####off####and####unplug####you####printer####for####30####seconds####.####this####will####give####you####printer####time####to####reboot####and####reconnect####to####you####computer####.####-####plug####in####and####turn####on####you####printer####.####after####a####few####moment####,####check####to####see####if####the####printer####be####still####show####as####"####offline####.####" 0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,1,0,0,1,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 None
3####-####make####sure####the####printer####be####connect####to####the####same####network####as####you####computer####.####make####sure####the####printer####be####connect####to####the####same####network####as####you####computer####.####if####you####printer####be####connect####to####you####computer####via####wi####-####fi####or####a####ethernet####connection####,####a####network####issue####could####make####it####appear####offline####.####-####the####step####to####check####you####printer####'s####network####setting####vary####by####printer####.####you####will####usually####have####to####use####the####button####directly####on####the####printer####to####navigate####its####internal####menu####.####-####if####you####be####use####a####usb####cable####to####connect####to####the####printer####,####make####sure####it####be####securely####plug####in####.####you####may####also####want####to####try####a####different####usb####cable####to####rule####out####a####faulty####cable####connection####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####make####sure####there####be####paper####in####the####printer####tray####.####make####sure####there####be####paper####in####the####printer####tray####.####some####printer####will####appear####offline####if####no####paper####be####available####to####print####on####.####[####3####]####-####x####-####research####source 0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####click####the####apple####menu####.####click####the####apple####menu####.####you####can####find####it####in####the####top####-####leave####corner####of####the####screen####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####click####system####preference####on####the####menu####.####click####system####preference####on####the####menu####. 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####click####printer####&####scanner####or####print####&####scan####.####click####printer####&####scanner####or####print####&####scan####.####this####open####the####menu####list####all####printer####connect####to####you####mac####in####a####new####window####.####select####the####printer####you####want####to####connect####in####this####menu####. 0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0 0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 None
8####-####right####-####click####anywhere####inside####the####printers####window####.####right####-####click####anywhere####inside####the####printers####window####.####this####open####a####small####pop####-####up####list####with####more####option####for####the####printer####list####in####the####window####. 0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 None
9####-####select####reset####printing####system####in####the####menu####.####select####reset####printing####system####in####the####menu####.####this####open####another####window####that####ask####to####confirm####you####reset####the####printing####system####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####click####reset####in####the####confirmation####window####.####click####reset####in####the####confirmation####window####.####this####will####open####a####window####ask####for####the####administrator####name####and####password####.####-####this####will####delete####all####printer####and####scanner####connect####with####you####mac####,####so####make####sure####to####re-add####any####device####you####still####want####to####use####after####restart####you####system####. 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,1,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
11####-####enter####the####administrator####name####and####password####and####click####ok####.####enter####the####administrator####name####and####password####and####click####ok####.####once####you####do####this####,####the####system####will####then####complete####the####reset####process####for####you####mac####'s####printing####system####. 0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
12####-####navigate####back####to####the####printers####&####scanners####page####.####navigate####back####to####the####printers####&####scanners####page####.####after####you####have####reset####you####printing####system####,####you####will####need####to####add####the####printer####to####you####mac####again####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 None
13####-####click####add####a####device####.####click####add####a####device####.####this####open####the####dialog####that####scan####for####you####printer####to####detect####it####automatically####.####-####make####sure####you####printer####be####turn####on####and####ready####to####connect####before####proceed####with####this####step####. 0,0,0,1,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 None
14####-####select####you####printer####and####click####add####.####select####you####printer####and####click####add####.####this####will####re-connect####you####printer####with####you####mac####'s####wireless####network####.####at####this####point####,####you####printer####should####appear####online####if####there####be####no####mechanical####issue####.####-####if####you####have####not####already####,####make####sure####to####connect####any####other####device####this####way####to####re-add####they####. 0,0,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0 0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
15####-####contact####you####printer####manufacturer####for####assistance####.####contact####you####printer####manufacturer####for####assistance####.####if####you####be####still####have####trouble####with####you####printer####,####the####issue####be####likely####related####to####the####printer####itself####.####contact####the####manufacturer####of####you####printer####for####further####assistance####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0 None
0####-####connect####the####printer####to####the####network 0,0,1,0,0,0,0,0 0,0,0,0,1,0,0,0 None
1####-####turn####the####printer####on####.####turn####the####printer####on####.####make####sure####it####be####plug####into####a####power####source####and####press####the####power####button####.####-####; 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
2####-####locate####the####control####panel####.####locate####the####control####panel####.####it####be####the####small####touch####screen####in####front####of####the####device####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####tap####on####setting####.####tap####on####setting####.####this####be####the####second####icon####on####the####menu####of####the####control####panel####,####the####one####with####the####satellite####icon####. 0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####tap####on####wireless####setup####wizard####.####tap####on####wireless####setup####wizard####.####you####may####have####to####scroll####down####to####find####this####. 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####select####"####network####ssid####.####select####"####network####ssid####.####"####from####the####list####of####available####network####,####select####you####home####network####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####enter####you####wireless####passcode####.####enter####you####wireless####passcode####.####input####you####home####network####'s####security####key####or####passcode####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####confirm####the####change####.####confirm####the####change####.####you####will####be####ask####to####confirm####you####setting####.####tap####"####okay####.####"####-####the####printer####will####try####to####establish####a####connection####to####you####network####. 0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 None
8####-####view####confirmation####.####view####confirmation####.####a####notification####state####"####confirmation####successful####"####will####appear####if####the####printer####be####able####to####connect####successfully####. 0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####turn####the####printer####off####.####turn####the####printer####off####.####wait####a####few####moment####,####then####turn####it####back####on####again####.####sometimes####a####printer####will####clear####the####jam####itself####during####its####start####-####up####cycle####.####sometimes####,####reset####a####printer####will####get####it####to####recheck####the####paper####path####and####stop####detect####a####jam####that####be####no####longer####there####.####-####; 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 False
2####-####look####at####the####readout####,####if####there####be####one####.####look####at####the####readout####,####if####there####be####one####.####many####printer####have####a####small####screen####that####display####a####line####or####two####of####text####.####when####jam####,####such####printer####may####try####to####give####you####a####idea####of####where####the####jam####be####and####what####to####do####next####.####if####not####,####proceed####to####find####the####jam####yourself####. 0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####if####you####can####see####the####paper####,####gently####tug####it####out####the####top####.####if####you####can####see####the####paper####,####gently####tug####it####out####the####top####.####if####not####,####or####if####the####printer####be####still####jam####,####begin####open####the####printer####.####as####you####open####the####different####trays####and####cover####,####look####carefully####inside####for####paper####where####it####should####not####be####. 0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####when####you####find####paper####out####of####place####,####gently####tug####the####paper####out####of####the####printer####.####when####you####find####paper####out####of####place####,####gently####tug####the####paper####out####of####the####printer####.####if####you####have####a####choice####,####tug####from####the####end####with####the####most####paper####stick####out####. 0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####open####the####paper####trays####.####open####the####paper####trays####.####if####they####be####drawer####-####style####trays####,####see####if####you####can####release####they####and####slide####they####all####the####way####out####.####set####they####aside####,####and####look####inside####where####the####paper####tray####be####,####and####see####if####you####can####see####any####paper####that####be####lift####but####not####yet####feed####all####the####way####through####.####pull####out####any####you####can####reach####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####make####sure####the####trays####be####load####,####but####not####overload####,####with####paper####.####make####sure####the####trays####be####load####,####but####not####overloaded####,####with####paper####.####sometimes####too####much####or####too####little####paper####will####cause####a####jam####,####or####simply####register####as####a####jam####. 0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####open####the####front####and####/####or####top####cover####.####open####the####front####and####/####or####top####cover####.####most####open####simply####by####lift####or####pull####gently####,####but####you####may####need####to####release####a####lever####or####latch####.####if####it####do####not####open####easily####,####never####force####it####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####pull####out####the####print####cartridge####(####s####)####.####pull####out####the####print####cartridge####(####s####)####.####in####a####laser####printer####,####one####of####the####front####or####top####cover####will####usually####expose####the####print####cartridge####.####if####you####have####not####yet####find####the####paper####,####pull####out####the####cartridge####carefully####.####most####just####pull####out####.####a####few####may####require####disengage####a####latch####or####a####pair####of####latch####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####open####any####back####or####side####cover####.####open####any####back####or####side####cover####.####also####check####inside####any####manual####feed####trays####.####check####for####and####remove####any####paper####or####other####obstruction####.####it####may####help####to####use####a####mirror####when####check####trays####in####the####back####,####and####you####may####need####to####move####the####printer####away####from####nearby####wall####to####open####cover####all####the####way####and####reach####what####be####underneath####they####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####clean####any####dirty####part####inside####the####printer####,####if####need####.####clean####any####dirty####part####inside####the####printer####,####if####need####.####refer####to####the####owner####'s####manual####when####do####so####.####it####be####more####likely####that####you####will####need####to####remove####paper####than####clean####part####. 0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
11####-####reinstall####any####print####cartridge####and####paper####trays####you####remove####,####and####close####the####lid####of####the####printer####.####reinstall####any####print####cartridge####and####paper####trays####you####remove####,####and####close####the####lid####of####the####printer####.####you####can####replace####most####item####by####notice####how####you####remove####they####and####put####they####back####in####the####reverse####order####. 0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
12####-####turn####the####printer####back####on####,####if####it####be####turn####off####.####turn####the####printer####back####on####,####if####it####be####turn####off####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0 0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 None
13####-####give####the####printer####time####to####warm####up####if####it####have####a####start####-####up####cycle####.####give####the####printer####time####to####warm####up####if####it####have####a####start####-####up####cycle####. 0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 None
14####-####check####that####the####printer####be####online####.####check####that####the####printer####be####online####. 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0 True
15####-####you####may####need####to####turn####the####power####off####and####back####on####again####to####reset####the####printer####once####the####jam####be####clear####.####you####may####need####to####turn####the####power####off####and####back####on####again####to####reset####the####printer####once####the####jam####be####clear####. 0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 None
16####-####you####may####need####to####open####and####close####the####top####or####front####cover####,####if####you####do####not####yet####open####it####in####order####to####clear####the####jam####.####you####may####need####to####open####and####close####the####top####or####front####cover####,####if####you####do####not####yet####open####it####in####order####to####clear####the####jam####. 0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
17####-####you####may####need####to####push####a####button####(####often####a####large####,####green####button####label####"####ready####"####,####"####start####"####,####or####"####go####"####)####to####bring####it####back####online####.####you####may####need####to####push####a####button####(####often####a####large####,####green####button####label####"####ready####"####,####"####start####"####,####or####"####go####"####)####to####bring####it####back####online####. 0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
18####-####the####readout####,####if####there####be####one####,####will####read####"####online####"####if####the####printer####be####online####.####the####readout####,####if####there####be####one####,####will####read####"####online####"####if####the####printer####be####online####.####if####the####printer####be####not####online####,####the####readout####may####tell####you####why####.#####*####if####there####be####no####readout####,####you####will####probably####see####a####green####light####when####the####printer####be####online####,####and####a####red####light####or####no####light####if####the####printer####be####not####yet####online####.####you####user####manual####(####or####a####web####search####on####you####model####of####printer####)####can####tell####you####more####about####read####error####code####for####you####printer####. 0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0 None
19####-####try####the####print####job####again####.####try####the####print####job####again####.####some####printer####remember####a####unfinished####job####and####try####again####automatically####.####for####other####,####you####may####have####to####send####the####job####again####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####start####with####good####quality####label####.####start####with####good####quality####label####.####purchase####label####from####a####office####supply####store####or####business####stationary####store####-####a####mobile####office####supplies####store####or####market####stall####may####not####have####the####range####a####stationary####office####supplies####store####carry####.####cheap####label####may####be####more####likely####to####peel####off####during####printing####.####-####; 0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####check####you####printer####setting####.####check####you####printer####setting####.####confirm####you####setting####be####at####"####normal####"####or####"####plain####paper####"####and####set####with####300####or####600####dpi####resolution####.####be####sure####you####have####plenty####of####ink####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####test####label####placement####.####test####label####placement####.####print####you####label####onto####a####blank####sheet####of####white####paper####before####loading####the####label####into####the####printer####.####place####the####sheet####you####print####on####top####of####a####sheet####of####label####and####hold####they####up####to####some####light####.####this####will####tell####you####if####the####label####position####be####correct####. 0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
4####-####make####sure####the####label####sheet####be####not####stick####together####.####make####sure####the####label####sheet####be####not####stick####together####.####fan####they####out####if####you####be####loading####a####stack####of####label####into####the####printer####.####be####careful####not####to####bend####the####corner####or####peel####off####any####label####while####do####this####. 0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####determine####if####you####need####to####load####inkjet####label####face####down####or####face####up####.####determine####if####you####need####to####load####inkjet####label####face####down####or####face####up####.####this####depend####on####how####you####inkjet####printer####be####set####up####.####to####figure####this####out####,####print####something####on####a####piece####of####letterhead####or####other####mark####paper####,####and####make####a####note####of####how####you####load####the####paper####into####the####printer####. 0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 None
6####-####load####the####label####into####the####paper####tray####.####load####the####label####into####the####paper####tray####.####the####number####of####label####sheet####you####use####will####depend####on####how####many####label####you####be####prepare####to####print####.####keep####a####stack####of####25####page####of####plain####paper####in####the####tray####to####better####support####the####label####sheet####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####fit####the####paper####width####lever####around####the####label####so####that####it####be####barely####touch####the####sheet####.####fit####the####paper####width####lever####around####the####label####so####that####it####be####barely####touch####the####sheet####.####do####not####fit####it####too####tightly####or####the####label####will####buckle####.####if####it####be####too####loose####,####the####label####may####not####print####straight####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####print####you####label####.####print####you####label####.####allow####the####ink####to####dry####completely####on####the####label####before####remove####they####,####to####avoid####smudging####. 0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####connect####the####printer####to####you####computer 0,0,1,0,0,0,0,0 0,0,0,0,1,0,0,0 None
1####-####connect####you####hp####laserjet####1010####to####you####computer####.####connect####you####hp####laserjet####1010####to####you####computer####.####do####this####use####the####usb####data####cable####.####plug####the####end####of####the####cable####,####respectively####,####into####the####compatible####port####on####each####device####.####-####; 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####plug####the####printer####to####a####power####supply####.####plug####the####printer####to####a####power####supply####.####then####,####switch####it####on####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 True
3####-####click####on####the####orb####button####.####click####on####the####orb####button####.####it####be####locate####on####the####lower####-####leave####corner####of####the####screen####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####select####"####control####panel####.####select####"####control####panel####.####"####click####on####"####device####and####printer####.####" 0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 None
5####-####click####on####"####add####a####printer####.####click####on####"####add####a####printer####.####"####this####be####find####on####the####upper-left####corner####of####the####window####. 0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####choose####"####add####a####local####printer####.####choose####"####add####a####local####printer####.####"####click####on####"####next####"####to####proceed####. 0,0,1,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0 0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 None
7####-####select####"####use####a####exist####port####.####select####"####use####a####exist####port####.####"####a####drop####-####down####list####will####show####;####select####"####dot4_001####"####from####the####option####.####-####click####on####"####next####"####to####go####to####the####next####page####. 0,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####on####window 0,0,0,0 0,0,0,0 None
1####-####connect####you####scanner####to####you####computer####.####connect####you####scanner####to####you####computer####.####depend####on####you####scanner####,####you####can####do####this####via####the####usb####cable####,####or####you####can####connect####wirelessly####over####you####network####if####you####scanner####have####that####feature####.####-####every####scanner####be####different####,####so####consult####the####manufacturer####'s####user####guide####for####instruction####on####how####to####properly####connect####you####scanner####to####you####computer####.####-####; 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 True
2####-####place####you####document####in####the####scanner####.####place####you####document####in####the####scanner####.####this####should####be####the####document####you####want####to####turn####into####a####pdf####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0 0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####open####start####.####open####start####.####click####the####window####logo####in####the####bottom####-####leave####corner####of####the####screen####. 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####type####fax####and####scan####into####start####.####type####fax####and####scan####into####start####.####this####will####search####you####computer####for####the####fax####and####scan####program####. 0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####click####fax####and####scan####.####click####fax####and####scan####.####it####be####a####printer####-####shape####icon####at####the####top####of####the####start####window####.####do####so####will####open####you####pc####'s####fax####and####scan####program####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####click####new####scan####.####click####new####scan####.####this####button####be####in####the####upper-left####side####of####the####fax####and####scan####window####.####click####it####open####a####new####window####. 0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####make####sure####you####scanner####be####select####.####make####sure####you####scanner####be####select####.####if####there####be####multiple####scanner####on####you####network####,####check####the####"####scanner####"####section####at####the####top####of####the####window####to####ensure####that####the####one####list####there####be####the####one####you####want####to####use####.####-####if####the####scanner####currently####select####be####not####the####one####you####want####to####use####,####click####change####...####and####then####select####the####scanner####. 0,0,1,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,1,0,0,0,0,1,0,0,0 0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 None
8####-####select####a####type####of####document####.####select####a####type####of####document####.####click####the####"####profile####"####drop####-####down####box####,####then####click####one####of####the####follow####option####:####-####photo####-####document 0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####select####the####type####of####scanner####.####select####the####type####of####scanner####.####click####the####"####source####"####drop####-####down####box####,####then####click####one####of####the####follow####option####:####-####-####feeder####-####select####this####option####if####you####document####be####feed####into####the####scanner####through####a####chute####.####use####for####scan####multiple####document####into####one####pdf####.####-####flatbed####-####pick####this####option####if####you####scanner####have####a####lid####that####you####lift####up####to####place####the####document####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0 0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####click####scan.####click####scan####.####it####be####at####the####bottom####of####the####window####.####do####so####will####prompt####you####document####to####begin####scan####into####you####computer####.####-####you####can####also####change####color####option####here####before####click####scan####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
11####-####click####file####.####click####file####.####once####you####document####finish####scan####,####you####will####click####this####tab####in####the####upper-left####corner####of####the####window####.####a####drop####-####down####menu####will####appear####. 0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
12####-####click####print####..####click####print####..####it####be####in####the####drop####-####down####menu####. 0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
13####-####click####the####"####printer####"####drop####-down####box####.####click####the####"####printer####"####drop####-down####box####.####you####will####find####this####in####the####upper-left####side####of####the####print####window####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
14####-####click####microsoft####print####to####pdf####.####click####microsoft####print####to####pdf####.####it####be####in####the####printer####drop####-####down####menu####.####-####if####this####be####not####a####option####,####use####the####default####setting####to####scan####you####image####into####you####computer####as####a####image####,####then####convert####the####image####to####a####pdf####. 0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
15####-####click####print####.####click####print####.####this####option####be####in####the####lower####-####right####side####of####the####window####. 0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
16####-####select####a####save####location####.####select####a####save####location####.####click####a####folder####on####the####left####side####of####the####window####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
17####-####enter####a####name####for####you####pdf####.####enter####a####name####for####you####pdf####.####do####this####in####the####field####to####the####right####of####the####"####file####name####"####heading####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
18####-####click####save####.####click####save####.####it####be####at####the####bottom####of####the####window####.####do####so####will####save####you####scan####file####as####a####pdf####in####you####select####save####location####. 0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####on####mac 0,0,0,0 0,0,0,0 None
1####-####connect####you####scanner####to####you####computer####.####connect####you####scanner####to####you####computer####.####depend####on####you####scanner####,####you####can####do####this####via####the####usb####cable####,####or####you####can####connect####wirelessly####use####you####home####wi####-####fi####if####you####scanner####have####that####feature####.####-####every####scanner####be####different####,####so####consult####the####manufacturer####'s####user####guide####for####instruction####on####how####to####properly####connect####you####scanner####to####you####computer####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 True
2####-####place####you####document####in####the####scanner####.####place####you####document####in####the####scanner####.####this####should####be####the####document####you####want####to####turn####into####a####pdf####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0 0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####click####go.####click####go####.####this####menu####item####be####in####row####of####option####in####the####upper-left####corner####of####you####mac####'s####screen####.####-####if####you####do####not####see####go####,####click####you####mac####'s####desktop####or####open####a####new####finder####window####. 0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####click####application####.####click####application####.####it####be####near####the####bottom####of####the####go####drop####-####down####menu####.####you####mac####'s####application####folder####will####open####. 0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####double####-####click####image####capture####.####double####-####click####image####capture####.####this####program####'s####icon####resemble####a####camera####.####image####capture####will####open####.####-####you####may####have####to####scroll####down####to####find####image####capture####. 0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####select####you####scanner####.####select####you####scanner####.####click####you####scanner####'s####name####in####the####upper-####leave####side####of####the####window####.####[####1####]####-####x####-####research####source 0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####select####a####scanner####type####.####select####a####scanner####type####.####click####the####drop####-####down####box####next####to####"####scan####mode####"####,####then####click####one####of####the####follow####:####-####-####feeder####-####select####this####option####if####you####document####be####feed####into####the####scanner####through####a####chute####.####use####for####scan####multiple####document####into####one####pdf####.####-####flatbed####-####pick####this####option####if####you####scanner####have####a####lid####that####you####lift####up####to####place####the####document####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0 0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####select####a####destination####folder####.####select####a####destination####folder####.####click####the####"####scan####to####"####drop####-####down####box####,####then####click####a####folder####(####e.g.####,####desktop####)####to####which####you####would####like####to####send####the####pdf####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####click####the####format####drop####-####down####box####.####click####the####format####drop####-####down####box####.####it####be####in####the####middle####of####the####right####side####of####the####page####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####click####pdf####.####click####pdf####.####this####option####be####in####the####format####drop####-####down####menu####.####do####so####ensure####that####you####document####will####scan####into####pdf####format####.####-####if####this####be####not####a####option####,####use####the####default####setting####to####scan####you####image####into####you####computer####as####a####image####,####then####convert####the####image####to####a####pdf####. 0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
11####-####click####scan.####click####scan####.####it####be####in####the####bottom####-####right####corner####of####the####window####.####click####this####option####scan####you####document####into####you####computer####and####save####it####as####a####pdf####in####you####specify####location####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####scan####the####document####you####want####to####send####.####scan####the####document####you####want####to####send####.####the####process####for####do####so####will####vary####depend####on####you####scanner####and####the####computer####or####mobile####device####you####be####use####.####-####scan####a####document####in####pdf####format####offer####the####most####flexibility####and####greatest####likelihood####for####compatibility####across####most####device####and####computer####.####-####; 0,0,1,0,0,0,1,0,1,0,1,0,0,0,1,0,1,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
2####-####open####you####email####application####or####email####website####.####open####you####email####application####or####email####website####.####on####you####computer####,####open####you####email####app####or####go####to####you####email####provider####'s####website####in####a####web####browser####where####you####normally####check####you####mail####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####compose####a####new####email####message####.####compose####a####new####email####message####.####be####sure####to####reference####the####attachment####so####that####the####recipient####know####to####look####for####it####.####-####to####start####a####new####message####,####look####for####a####button####with####a####pencil####icon####,####usually####at####the####top####of####the####screen####,####or####a####symbol####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####type####the####recipient####'s####email####address####in####the####"####to####:####"####field####.####type####the####recipient####'s####email####address####in####the####"####to####:####"####field####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####click####the####"####attach####file####"####button####.####click####the####"####attach####file####"####button####.####the####"####attach####file####"####button####be####sometimes####a####paper####clip####icon####.####-####in####some####case####,####you####may####be####able####to####right####-####click####on####the####scan####document####,####click####copy####,####right####click####in####the####new####email####message####,####and####click####paste####to####add####the####document####to####the####email####address####. 0,0,1,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####locate####and####click####the####scan####document####in####the####dialog####box####.####locate####and####click####the####scan####document####in####the####dialog####box####. 0,0,1,0,1,0,1,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####click####open.####click####open####.####depend####on####the####email####app####you####be####use####,####the####button####may####also####be####label####ok####or####attach####. 0,0,1,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####send####the####message####.####send####the####message####.####-####when####they####receive####you####message####,####the####recipient####will####need####to####double####-####click####or####tap####the####attachment####to####view####the####scan####document####you####email####to####they####. 0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####scanning 0,0,0 0,0,0 None
1####-####connect####you####scanner####to####you####computer####.####connect####you####scanner####to####you####computer####.####although####most####of####today####'s####scanner####connect####via####usb####cord####,####some####older####scanner####connect####to####the####serial####and####parallel####port####on####most####computer####.####plug####the####smaller####end####of####the####usb####cord####into####you####scanner####'s####slot####,####and####the####bigger####end####into####you####pc####.####-####; 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####power####the####scanner####and####turn####the####scanner####on####.####power####the####scanner####and####turn####the####scanner####on####.####plug####in####the####power####cord####to####the####scanner####as####well####as####the####other####end####into####the####electrical####outlet####,####and####turn####the####device####on####.####if####you####have####already####connect####the####scanner####to####you####computer####to####grab####the####driver####to####run####the####scanner####to####you####computer####,####you####can####turn####each####item####on####in####whatever####order####you####feel####to####be####most####comfortable####;####however####,####if####not####,####prepare####to####turn####on####the####scanner####once####you####be####log####into####you####computer####'s####user####account####. 0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 True
3####-####place####whatever####you####want####to####scan####into####the####scanner####.####place####whatever####you####want####to####scan####into####the####scanner####.####make####sure####that####the####picture####be####face####down####onto####the####scanner####glass####.####almost####all####scanner####will####have####tiny####insignia####mention####in####which####corner####the####picture####will####need####to####be####place####.####place####it####a####teensy####-####weensie####bit####below####this####area####.####-####if####the####scanner####have####what####be####call####a####automatic####document####feeder####,####do####not####use####this####.####use####these####,####on####top####of####not####be####able####to####re-obtain####the####finish####picture####,####will####also####cause####the####picture####to####jam####the####machine####and####the####picture####will####also####smudge####.####only####use####the####flatbed####area####of####you####scanner####to####obtain####scan####of####you####picture####. 0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 None
4####-####follow####the####direction####from####the####scanner####'s####manual####as####well####as####the####scanner####'s####third####-####party####software####to####ensure####you####be####press####the####right####button####.####follow####the####direction####from####the####scanner####'s####manual####as####well####as####the####scanner####'s####third####-####party####software####to####ensure####you####be####press####the####right####button####.####sometimes####the####button####will####be####call####"####scan####"####and####other####time####it####may####be####call####something####else####entirely####.####-####sometimes####,####press####the####scan####button####on####you####scanner####will####launch####you####scanning####software####,####while####other####time####,####you####can####open####you####software####where####you####can####import####picture####via####you####scanner####and####scan####use####this####.####-####do####not####take####you####picture####from####the####scanner####flatbed####portion####.####most####scanner####will####need####to####rescan####a####select####portion####and####save####that####area####(####as####you####will####see####later####)####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####crop####the####preview####image####if####the####scanning####software####you####use####offer####you####to####preview####the####scan####before####you####save####the####image####.####crop####the####preview####image####if####the####scanning####software####you####use####offer####you####to####preview####the####scan####before####you####save####the####image####.####make####sure####that####any####of####the####white####background####that####be####use####be####not####show####in####you####finish####image####,####and####remember####to####rotate####the####image####if####possible####. 0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,1,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####save####the####image####.####save####the####image####.####most####often####do####so####,####this####will####take####a####secondary####scan####of####the####item####as####to####scan####only####those####area####. 0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####verify####you####scanner####be####compatible####with####macintosh####os####x.####verify####you####scanner####be####compatible####with####macintosh####os####x.####-####look####on####the####scanner####'s####box####to####determine####its####compatibility####.####-####visit####apple####'s####support####website####at####http://support.apple.com/kb/ht3669####to####verify####it####be####compatibility####with####macintosh####os####x.####-####; 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####add####a####scanner####to####you####computer####.####add####a####scanner####to####you####computer####.####-####install####the####scanner####'s####software####and####driver####.####in####most####case####,####you####can####visit####the####scanner####manufacturer####'s####website####to####download####the####latest####driver####.####-####reboot####you####computer####.####-####connect####you####scanner####to####the####usb####or####firewire####port####on####you####computer####.####-####turn####on####you####scanner####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 True
3####-####add####you####scanner####to####a####share####network####.####add####you####scanner####to####a####share####network####.####-####choose####"####system####preference####"####from####you####main####apple####menu####.####-####choose####"####sharing####"####from####the####view####menu####.####-####enable####"####scanner####sharing####"####by####click####in####the####box####to####its####left####.####-####select####the####name####of####the####scanner####that####you####want####to####share####with####the####network####by####click####on####it####. 0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0 0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####access####the####scanner####from####image####capture####.####access####the####scanner####from####image####capture####.####-####navigate####to####you####application####folder####and####open####image####capture####.####-####look####in####the####leave####pane####of####image####capture####to####locate####the####"####device####"####and####"####share####"####section####.####scanner####connect####to####you####computer####be####under####"####device####;####"####scanner####share####by####multiple####computer####on####a####network####be####under####the####"####share####"####section####.####-####select####the####scanner####you####want####to####use####by####click####on####its####name####under####"####device####"####or####"####share####.####" 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0 0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####scan####image####use####the####image####capture####application####.####scan####image####use####the####image####capture####application####.####-####set####the####item####you####want####to####scan####on####the####scanning####bed####of####you####scanner####.####-####navigate####to####you####application####folder####and####open####image####capture####.####-####select####you####scanner####mode####.####a####pop####-up####menu####will####appear####if####you####scanner####support####different####mode####setting####.####select####you####desire####mode####from####the####list####,####which####may####include####option####such####as####transparency####positive####or####negative####,####flatbed####or####more####.####-####enable####"####detect####separate####item####"####by####click####in####the####box####to####its####left####.####this####feature####will####automatically####straighten####,####select####and####separate####you####scan####item####if####you####place####more####than####one####item####on####the####scanner####.####-####designate####a####"####scan####to####"####folder####destination####.####-####click####on####the####arrow####in####the####"####scan####to####"####drop####-####down####menu####to####choose####the####folder####where####you####want####to####store####you####scan####item####.####-####choose####a####exist####folder####or####select####the####"####other####"####option####to####choose####a####folder####not####show####.####you####can####also####choose####a####application####such####as####aperture####,####preview####or####iphoto####or####a####email####application####to####display####the####scan####item####in####a####new####email####.####-####click####on####the####"####scan####"####button####to####begin####the####scanning####process####. 0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####disconnect####the####unit####from####the####power####source 0,0,1,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0 False
disconnect####the####unit####from####the####power####source####-####; 1,0,0,0,0,0,0,0,0 0,0,1,0,0,0,0,0,0 None
2####-####keep####a####soft####cloth####handy####when####you####be####about####to####start####clean####the####scanning####area####.####keep####a####soft####cloth####handy####when####you####be####about####to####start####clean####the####scanning####area####. 0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####take####care####while####lift####up####and####remove####the####front####layer####of####the####scanning####area####.####take####care####while####lift####up####and####remove####the####front####layer####of####the####scanning####area####. 0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####remove####the####part####where####the####finger####be####place####for####scanning####.####remove####the####part####where####the####finger####be####place####for####scanning####. 0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####clean####the####area####use####a####soft####piece####of####cloth####.####clean####the####area####use####a####soft####piece####of####cloth####. 0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####if####there####be####bigger####dirt####particle####,####try####remove####they####use####a####light####blower####.####if####there####be####bigger####dirt####particle####,####try####remove####they####use####a####light####blower####. 0,0,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####moisten####a####lint####-####free####cloth####with####acetone####.####you####can####also####use####a####cotton####swab####as####a####alternative####.####moisten####a####lint####-####free####cloth####with####acetone####.####you####can####also####use####a####cotton####swab####as####a####alternative####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####very####gently####,####rub####the####cloth####over####the####sensor####surface####in####all####direction####.####very####gently####,####rub####the####cloth####over####the####sensor####surface####in####all####direction####. 0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####repeat####the####process####twice####or####thrice####until####completely####clean####.####repeat####the####process####twice####or####thrice####until####completely####clean####. 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####once####the####surface####be####dry####,####cover####the####area####of####the####sensor####.####once####the####surface####be####dry####,####cover####the####area####of####the####sensor####. 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
11####-####make####sure####there####be####no####residual####solution####leave####over####the####sensor####.####make####sure####there####be####no####residual####solution####leave####over####the####sensor####. 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
12####-####if####the####scanning####area####appear####cloudy####or####something####get####spill####on####it####,####use####ammonia####base####cleaner####and####clean####it####with####a####soft####cloth####.####if####the####scanning####area####appear####cloudy####or####something####get####spill####on####it####,####use####ammonia####base####cleaner####and####clean####it####with####a####soft####cloth####. 0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
13####-####blot####the####surface####dry####.####blot####the####surface####dry####. 0,0,1,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0 None
14####-####if####there####be####a####sticky####residue####or####underlying####oiliness####,####you####may####scotch####tape####to####get####rid####of####it####.####if####there####be####a####sticky####residue####or####underlying####oiliness####,####you####may####scotch####tape####to####get####rid####of####it####. 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
15####-####place####it####down####and####then####peel####it####off####.####place####it####down####and####then####peel####it####off####. 0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
16####-####reconnect####the####terminal####after####the####cleaning####process####be####complete####.####reconnect####the####terminal####after####the####cleaning####process####be####complete####. 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
17####-####warning####!####warning####!####industry####solvent####may####hamper####the####capturing####sensitivity####and####the####device####can####sometimes####fail####to####recognize####the####user####. 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####scanning####to####you####memory####card 0,0,0,0,0,0,0 0,0,0,0,0,0,0 None
1####-####select####"####scan####to####memory####card####.####select####"####scan####to####memory####card####.####"####from####the####printer####'s####touch####screen####panel####,####start####from####the####home####screen####and####scroll####right####until####you####find####"####scan####.####"####tap####on####"####scan####"####and####select####"####memory####card####"####under####"####scan####to####.####" 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
2####-####configure####output####setting####.####configure####output####setting####.####tap####"####setting####.####"####set####the####scan####type####to####either####photo####or####document####,####and####set####the####resolution####. 0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####preview####the####photo####/####document####.####preview####the####photo####/####document####.####in####the####"####scan####to####memory####card####"####screen####,####there####be####a####box####in####the####middle####for####a####preview####.####tap####on####this####box####to####start####the####preview####scan####.####-####the####message####"####scan####preview####in####progress####"####will####appear####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####scan####the####photo####/####document####.####scan####the####photo####/####document####.####once####you####be####satisfied####with####the####preview####,####commit####to####scan####by####tap####on####"####scan####.####"####-####the####message####"####now####scanning####"####will####appear####while####the####output####file####be####save####to####the####memory####card####.####-####"####scan####successful####"####will####appear####once####the####scanning####process####be####complete####.####the####filename####of####the####output####file####will####also####be####display####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####scan####another####photo####/####document####.####scan####another####photo####/####document####.####you####will####be####ask####to####scan####another####item####.####-####tap####"####yes####"####if####you####have####other####photo####/####document####to####scan####.####-####tap####"####no####"####to####return####to####the####main####menu####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####remove####the####memory####card####.####remove####the####memory####card####. 0,0,1,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####scanning####like####a####pro 0,0,0,0,0,0 0,0,0,0,0,0 None
1####-####put####in####the####time####.####put####in####the####time####.####if####you####really####want####you####photo####to####look####amazing####when####they####be####scan####in####,####you####will####need####to####employ####some####special####trick####but####the####most####important####part####be####that####you####will####really####have####to####spend####time####work####on####the####project####.####each####photo####need####to####be####scan####and####edite####individually####,####so####do####not####try####to####save####time####by####scan####they####all####at####once####if####you####want####they####to####really####look####good####.####[####1####]####-####x####-####research####source 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####scan####the####original####film####when####possible####.####scan####the####original####film####when####possible####.####if####you####have####the####option####to####,####scan####the####original####film####use####a####film####scanner####will####give####you####a####much####higher####quality####image####.####film####scanner####be####not####inexpensive####,####but####if####you####have####a####lot####of####picture####to####preserve####it####might####be####a####good####idea####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
3####-####do####not####turn####the####photo####in####the####scanning####program####.####do####not####turn####the####photo####in####the####scanning####program####.####when####you####turn####the####photo####in####the####scanning####program####'s####preview####window####(####or####even####turn####they####afterwards####in####a####photo####editor####)####,####you####can####lose####some####image####quality####.####scan####they####in####the####correct####orientation####to####begin####with####and####you####will####help####preserve####the####quality####of####you####image####. 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####scan####in####24####bit.####scan####in####24####bit####.####in####the####list####of####option####that####include####black####and####white####scanning####,####color####scanning####,####etc.####,####you####will####sometimes####have####the####option####to####scan####in####24####bit####.####this####be####the####best####choice####for####quality####scan####and####you####should####take####it####whenever####you####can####.####[####2####]####-####x####-####research####source 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####adjust####the####level####and####saturation####.####adjust####the####level####and####saturation####.####if####you####scanning####program####have####option####for####adjust####the####level####and####saturation####before####scan####,####take####that####option####.####adjust####these####within####a####photo####program####later####can####damage####the####image####and####lose####a####lot####of####detail####.####level####and####saturation####setting####change####the####color####,####dark####,####and####brights####in####a####image####,####help####you####restore####a####fade####picture####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####if####you####be####scan####to####make####large####size####reprint####,####and####enormous####file####size####be####not####a####problem####,####save####as####a####tiff####file####.####if####you####be####scan####to####make####large####size####reprint####,####and####enormous####file####size####be####not####a####problem####,####save####as####a####tiff####file####.####if####you####want####compact####file####,####save####in####png####or####jpg####(####also####call####jpeg####)####format####. 0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####use####photoshop####to####restore####photo####,####not####a####automatic####setting####.####use####photoshop####to####restore####photo####,####not####a####automatic####setting####.####generally####,####automatic####setting####will####not####do####as####good####a####job####at####fix####thing####as####a####person####can####.####you####can####learn####to####use####a####program####like####photoshop####or####you####can####actually####hire####professional####to####do####quick####touch####-####up####on####photo####that####be####very####important####to####you####. 0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####use####a####scanner 0,0,1,0,0 0,0,0,0,1 None
1####-####find####a####scanner####to####use####.####find####a####scanner####to####use####.####typically####,####scanner####be####find####near####or####combine####with####printer####.####if####you####do####not####have####one####at####home####,####see####if####you####local####library####or####school####/####college####campus####have####one####you####can####use####. 0,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0 0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
2####-####place####the####drawing####in####the####scanner####.####place####the####drawing####in####the####scanner####.####make####sure####the####drawing####be####place####in####the####correct####direction####.####you####can####always####fix####the####rotation####later####on####in####through####in####-####house####software####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####check####for####a####connection####point####to####access####the####file####once####scan####.####check####for####a####connection####point####to####access####the####file####once####scan####.####this####could####be####through####usb####,####wifi####,####or####through####upload####on####the####internet####(####ex####:####google####drive####)####. 0,0,1,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####scan####the####drawing####.####scan####the####drawing####.####wait####,####how####do####you####do####that####?####fortunately####,####there####be####usually####some####free####pre-installed####software####.####example####of####software####use####be####image####capture####for####mac####and####scan####for####window####10####.####-####note####:####there####be####many####slight####nuance####to####scan####with####different####equipment####so####,####if####you####lose####on####how####to####do####this####step####then####google####"####how####to####scan####on####[####name####of####what####you####scanning####with####]####.####"####hopefully####,####there####be####a####wiki####how####on####that####. 0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####configure####scan####setting####.####configure####scan####setting####.####depend####on####you####preference####,####you####can####change####certain####setting####.####-####color####:####you####could####choose####to####have####color####or####black####and####white####.####-####dpi####:####increase####the####dpi####value####to####its####highest####be####recommend####for####a####better####resolution####(####around####600####dpi####will####do####fine####)####since####it####allow####for####manipulation####later####on####.####a####lower####value####will####be####fine####too####,####but####editing####it####may####make####the####drawing####look####worse####.####-####file####format####:####there####be####multiple####file####format####to####choose####but####,####jpeg####and####png####be####typically####suitable####.####png####be####more####preferable####since####it####can####scale####while####retain####its####resolution####at####the####cost####of####a####larger####file####size####. 0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####edit####the####digital####drawing####.####edit####the####digital####drawing####.####most####likely####,####the####drawing####will####have####some####problem####.####both####window####and####mac####have####they####own####in####-####house####software####for####this####.####there####be####also####free####photo####-####editing####software####available####such####as####gimp####.####click####"####edit####/####markup####"####on####window####/####mac####will####pull####up####a####window####to####make####change####.####-####crop####:####clear####up####any####white####space####on####the####edge####of####the####paper####if####you####have####not####use####the####whole####page####for####the####drawing####.####-####note####:####you####can####convert####/####trace####the####drawing####to####a####vector####format####for####easier####editing####.####this####information####will####be####mention####later####in####the####article####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####uninstalling####ubuntu####linux 0,0,0,0,0 0,0,0,0,0 None
1####-####make####sure####that####you####have####a####window####cd####or####usb####drive####.####make####sure####that####you####have####a####window####cd####or####usb####drive####.####on####a####computer####that####be####only####run####linux####,####the####easiest####way####to####uninstall####ubuntu####be####by####reformat####you####computer####use####a####installation####cd####.####-####ubuntu####typically####be####not####install####as####the####only####operating####system####on####a####mac.####-####to####create####a####window####cd####on####ubuntu####:####insert####the####cd####into####you####computer####,####download####the####iso####from####the####window####download####site####,####right####-####click####the####iso####,####click####write####to####disc####...####,####select####you####disc####,####and####click####create####image####. 0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,0,0,0,1,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
2####-####insert####the####cd####into####the####computer####.####insert####the####cd####into####the####computer####.####make####sure####that####the####cd####'s####logo####be####face####up####when####you####do####so####.####-####skip####this####step####if####you####create####a####window####cd####in####the####previous####step####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####restart####you####computer####.####restart####you####computer####.####click####the####setting####gear####in####the####top####-####right####corner####of####the####screen####,####click####shut####down####...####at####the####bottom####of####the####result####drop####-####down####menu####,####and####click####the####restart####icon####in####the####pop####-####up####menu####. 0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####boot####from####the####cd####.####boot####from####the####cd####.####on####most####computer####,####you####can####press####any####key####on####you####keyboard####to####do####so####.####-####if####you####computer####be####not####set####to####boot####from####the####disc####drive####,####you####may####have####to####press####a####"####boot####option####"####key####during####the####restart####screen####,####or####select####you####window####dvd####as####the####boot####option####from####the####grub####menu####. 0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####select####a####time####and####language####,####then####click####next.####select####a####time####and####language####,####then####click####next####.####you####will####use####the####drop####-####down####menu####in####the####middle####of####the####window####setup####window####to####select####you####prefer####language####and####time####zone####. 0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####click####install####now####.####click####install####now####.####it####be####in####the####middle####of####the####window####. 0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####enter####you####window####10####product####key####,####then####click####next.####enter####you####window####10####product####key####,####then####click####next####.####type####you####product####key####into####the####text####field####near####the####bottom####of####the####window####.####-####you####can####also####click####the####i####do####not####have####a####product####key####link####here####if####you####would####like####to####enter####the####product####key####later####.####if####you####do####this####,####you####will####need####to####select####a####version####of####window####before####proceed####. 0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####check####the####"####i####accept####"####box####,####then####click####next####.####check####the####"####i####accept####"####box####,####then####click####next####.####do####so####will####accept####microsoft####'s####term####of####use####and####take####you####to####the####next####page####. 0,0,1,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####click####the####custom####option####.####click####the####custom####option####.####it####be####in####the####middle####of####the####page####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####select####the####ubuntu####drive####.####select####the####ubuntu####drive####.####click####the####hard####drive####on####which####ubuntu####linux####be####install####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
11####-####delete####the####ubuntu####drive####.####delete####the####ubuntu####drive####.####click####delete####,####then####click####ok####when####prompt####.####this####will####delete####ubuntu####from####the####drive####and####reformat####the####drive####for####ntfs####,####which####be####the####file####system####use####by####window####.####-####you####may####first####have####to####click####drive####option####below####the####drive####window####. 0,0,1,0,0,0,0,1,0,0,0,0,1,1,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
12####-####click####next.####click####next####.####this####indicate####that####you####would####like####to####install####window####on####the####select####drive####. 0,0,1,0,1,0,0,0,1,0,0,0,1,0,1,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
13####-####follow####the####on####-####screen####instruction####.####follow####the####on####-####screen####instruction####.####once####window####finish####install####,####you####will####be####prompt####to####set####up####you####preference####(####e.g.####,####language####,####date####,####time####,####accessibility####,####and####so####on####)####.####ubuntu####be####now####go####from####you####computer####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 None
0####-####run####the####window####installer 0,0,1,0,0,0 0,0,0,0,0,0 None
1####-####restart####you####computer####into####the####bios_####uefi####.####restart####you####computer####into####the####bios####/####uefi####.####the####step####to####enter####the####bio####/####uefi####depend####on####you####pc####manufacturer####and####model####.####you####will####usually####have####to####press####a####certain####key####(####often####f2####,####f10####,####f1####,####or####del####)####right####after####the####computer####start####back####up####.####-####insert####the####usb####drive####into####a####free####usb####port####if####you####have####not####already####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 False
2####-####set####the####usb####drive####to####come####first####in####the####boot####order####.####set####the####usb####drive####to####come####first####in####the####boot####order####.####you####will####usually####do####this####in####a####menu####call####"####boot####"####or####"####boot####order####.####"####the####step####to####do####this####vary####by####pc####,####but####you####will####usually####have####to####select####usb####drive####and####mark####it####as####1st####boot####device####.####check####you####pc####manufacturer####'s####website####for####more####specific####instruction####about####you####bio####/####uefi####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####save####you####change####and####exit####the####bios_####uefi####.####save####you####change####and####exit####the####bio####/####uefi####.####most####bio####/####uefi####make####the####"####save####"####and####"####exit####"####key####very####clear####somewhere####on####the####screen####.####once####you####exit####the####bio####/####uefi####,####you####computer####will####boot####from####you####usb####drive####and####display####the####"####window####setup####"####window####. 0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####click####custom####:####install####window####only####(####advanced####)####.####click####custom####:####install####window####only####(####advanced####)####.####it####be####the####second####option####on####the####window####.####a####list####of####partition####will####appear####. 0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####select####the####window####10####partition####and####click####next.####select####the####window####'s####10####partition####and####click####next####.####this####be####the####partition####you####just####create####.####window####will####now####install####on####the####select####partition####. 0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####follow####the####on####-####screen####instruction####to####install####window####.####follow####the####on####-####screen####instruction####to####install####window####.####once####you####finish####the####setup####,####you####will####boot####to####the####window####desktop####. 0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####connect####to####the####internet####in####window####.####connect####to####the####internet####in####window####.####now####that####window####be####install####,####you####will####need####to####install####a####tool####that####allow####you####to####dual####-####boot####it####with####you####exist####ubuntu####installation####.####-####to####learn####how####to####connect####to####wi####-####fi####,####see####how####to####connect####to####wifi####in####window####10####or####how####to####connect####to####the####internet####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,1,0,0,1,0,1,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####install####edubuntu####on####you####computer 0,0,1,0,0,0,0 0,0,0,0,0,0,1 None
1####-####power####off####you####computer####.####power####off####you####computer####.####make####sure####you####computer####be####completely####off####.####if####you####be####read####this####article####on####the####computer####you####be####try####to####install####edubuntu####on####,####get####out####another####computer####or####device####and####open####up####this####page####. 0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 True
2####-####if####you####unpluge####you####usb####stick####,####plug####it####back####in####now####.####if####you####unpluge####you####usb####stick####,####plug####it####back####in####now####.####you####usb####stick####will####need####to####be####plug####in####for####the####entirety####of####the####installation####. 0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####turn####the####computer####back####on####and####quickly####press####the####key####to####enter####the####boot####menu####.####turn####the####computer####back####on####and####quickly####press####the####key####to####enter####the####boot####menu####.####this####key####be####usually####f2####,####f12####,####esc####or####del####.####when####the####motherboard####manufacturer####splash####-####screen####show####up####,####this####key####should####be####list####at####the####bottom####of####the####screen####.####the####boot####menu####might####be####hide####in####the####bio####menu####as####well####.####-####you####only####get####about####a####second####or####less####to####do####this####,####so####be####quick####!####if####you####do####not####get####to####do####it####in####time####,####that####be####ok####.####you####can####simply####turn####you####computer####off####and####try####again####.####-####once####you####get####to####the####boot####menu####,####select####you####usb####stick####.####this####could####be####display####as####the####name####you####have####choose####for####you####usb####or####something####along####the####line####of####"####usb####removable####disk####"####or####"####usb####-####[####three####letter####represent####the####usb####port####]####"####. 0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####once####present####with####the####first####screen####,####select####"####install####edubuntu####"####.####once####present####with####the####first####screen####,####select####"####install####edubuntu####"####.####optionally####,####you####can####try####edubuntu####without####install####to####see####whether####it####be####you####thing####or####not####,####check####the####disk####for####defect####or####test####the####memory####. 0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####follow####the####rest####of####the####installation####process####.####follow####the####rest####of####the####installation####process####.####the####next####part####be####as####simple####as####select####the####option####that####be####best####fit####for####you####and####click####the####next####button####.####-####when####you####get####to####the####"####prepare####to####install####edubuntu####"####section####,####select####"####download####update####while####install####"####and####"####install####third####-####party####software####"####(####require####a####internet####connection####)####.####-####when####you####get####to####the####"####disk####setup####"####section####,####click####"####erase####disk####and####install####edubuntu####"####.####if####you####want####to####dual####-####boot####edubuntu####with####another####os####,####then####you####will####need####to####create####and####/####or####resize####partition####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####finish####up####and####watch####the####installation####slide####show####.####finish####up####and####watch####the####installation####slide####show####.####the####rest####of####the####installation####will####be####automated####and####it####should####take####around####15####to####20####minute####to####complete####.####the####slide####show####will####list####some####feature####of####edubuntu####. 0,0,1,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####reboot####you####computer####and####start####use####edubuntu####.####reboot####you####computer####and####start####use####edubuntu####.####now####the####installation####be####complete####,####and####edubuntu####be####install####on####you####system####.####you####can####reboot####you####computer####and####start####use####the####new####os####,####you####you####can####continue####test####it####from####the####usb####. 0,0,1,0,0,0,1,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####dress####professionally####unless####convey####otherwise####;####for####man####preferably####dark####color####suit####(####blue####,####black####or####gray####)####with####a####non-flamboyant####shirt####and####tie####,####and####of####course####wear####polish####shoe####should####a####full####-####dress####camera####shot####apply####.####dress####professionally####unless####convey####otherwise####;####for####man####preferably####dark####color####suit####(####blue####,####black####or####gray####)####with####a####non-flamboyant####shirt####and####tie####,####and####of####course####wear####polish####shoe####should####a####full####-####dress####camera####shot####apply####.####-####; 0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 True
2####-####for####woman####preferably####a####nice####pant####-####suit####or####dress####,####non-flamboyant####with####no####skin####reveal####beneath####the####neck####-####line####.####for####woman####preferably####a####nice####pant####-####suit####or####dress####,####non-flamboyant####with####no####skin####reveal####beneath####the####neck####-####line####.####shoe####should####complement####you####attire####;####avoid####unprofessional####look####stiletto####should####a####full####-####dress####camera####shot####apply####and####for####man####and####woman####avoid####display####of####excessive####jewelry####or####artwork####on####body####-####part####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####shut####down####you####mobile####phone####or####any####other####potential####distraction####within####you####control####prior####to####the####interview####.####shut####down####you####mobile####phone####or####any####other####potential####distraction####within####you####control####prior####to####the####interview####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####the####presence####of####voice####,####language####and####body####positioning####be####important####.####the####presence####of####voice####,####language####and####body####positioning####be####important####.####avoid####elevate####voice####tone####,####slang####and####loose####posture####.####bottom####-####line####;####sound####sharp####and####look####sharp####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####look####directly####into####the####camera####when####speak####;####avoid####wander####eye####or####a####deer####catch####in####the####headlight####scenario####.####look####directly####into####the####camera####when####speak####;####avoid####wander####eye####or####a####deer####catch####in####the####headlight####scenario####.####relax####and####show####confidence####in####you####ability####to####maintain####physical####-####control####. 0,0,1,0,0,0,0,0,1,0,1,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,1,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####answer####each####question####to####the####best####of####you####ability####without####go####overboard####;####keep####you####answer####brief####and####to####the####point####.####answer####each####question####to####the####best####of####you####ability####without####go####overboard####;####keep####you####answer####brief####and####to####the####point####. 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####avoid####criticize####you####previous####employer####or####colleague####if####at####all####possible####.####avoid####criticize####you####previous####employer####or####colleague####if####at####all####possible####. 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####avoid####leave####the####confines####of####the####camera####until####the####interview####be####completely####administer####and####remember####to####thank####the####employer####for####he####/####she####time####and####consideration####of####the####interview####session####.####avoid####leave####the####confines####of####the####camera####until####the####interview####be####completely####administer####and####remember####to####thank####the####employer####for####he####/####she####time####and####consideration####of####the####interview####session####. 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####remember####to####adjust####the####light####source####around####you####so####that####there####be####light####shine####on####you####face####and####that####there####be####no####light####shine####directly####into####the####webcam####.####remember####to####adjust####the####light####source####around####you####so####that####there####be####light####shine####on####you####face####and####that####there####be####no####light####shine####directly####into####the####webcam####. 0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####do####not####skimp####on####the####webcam####and####microphone####,####quality####do####matter####.####do####not####skimp####on####the####webcam####and####microphone####,####quality####do####matter####. 0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####dress####professionally####unless####convey####otherwise####;####for####man####preferably####dark####color####suit####(####blue####,####black####or####gray####)####with####a####non-flamboyant####shirt####and####tie####,####and####of####course####wear####polish####shoe####should####a####full####-####dress####camera####shot####apply####.####dress####professionally####unless####convey####otherwise####;####for####man####preferably####dark####color####suit####(####blue####,####black####or####gray####)####with####a####non-flamboyant####shirt####and####tie####,####and####of####course####wear####polish####shoe####should####a####full####-####dress####camera####shot####apply####.####-####; 0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####for####woman####preferably####a####nice####pant####-####suit####or####dress####,####non-flamboyant####with####no####skin####reveal####beneath####the####neck####-####line####.####for####woman####preferably####a####nice####pant####-####suit####or####dress####,####non-flamboyant####with####no####skin####reveal####beneath####the####neck####-####line####.####shoe####should####complement####you####attire####;####avoid####unprofessional####look####stiletto####should####a####full####-####dress####camera####shot####apply####and####for####man####and####woman####avoid####display####of####excessive####jewelry####or####artwork####on####body####-####part####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####shut####down####you####mobile####phone####or####any####other####potential####distraction####within####you####control####prior####to####the####interview####.####shut####down####you####mobile####phone####or####any####other####potential####distraction####within####you####control####prior####to####the####interview####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0 False
4####-####the####presence####of####voice####,####language####and####body####positioning####be####important####.####the####presence####of####voice####,####language####and####body####positioning####be####important####.####avoid####elevate####voice####tone####,####slang####and####loose####posture####.####bottom####-####line####;####sound####sharp####and####look####sharp####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####look####directly####into####the####camera####when####speak####;####avoid####wander####eye####or####a####deer####catch####in####the####headlight####scenario####.####look####directly####into####the####camera####when####speak####;####avoid####wander####eye####or####a####deer####catch####in####the####headlight####scenario####.####relax####and####show####confidence####in####you####ability####to####maintain####physical####-####control####. 0,0,1,0,0,0,0,0,1,0,1,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,1,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####answer####each####question####to####the####best####of####you####ability####without####go####overboard####;####keep####you####answer####brief####and####to####the####point####.####answer####each####question####to####the####best####of####you####ability####without####go####overboard####;####keep####you####answer####brief####and####to####the####point####. 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####avoid####criticize####you####previous####employer####or####colleague####if####at####all####possible####.####avoid####criticize####you####previous####employer####or####colleague####if####at####all####possible####. 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####avoid####leave####the####confines####of####the####camera####until####the####interview####be####completely####administer####and####remember####to####thank####the####employer####for####he####/####she####time####and####consideration####of####the####interview####session####.####avoid####leave####the####confines####of####the####camera####until####the####interview####be####completely####administer####and####remember####to####thank####the####employer####for####he####/####she####time####and####consideration####of####the####interview####session####. 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####remember####to####adjust####the####light####source####around####you####so####that####there####be####light####shine####on####you####face####and####that####there####be####no####light####shine####directly####into####the####webcam####.####remember####to####adjust####the####light####source####around####you####so####that####there####be####light####shine####on####you####face####and####that####there####be####no####light####shine####directly####into####the####webcam####. 0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####do####not####skimp####on####the####webcam####and####microphone####,####quality####do####matter####.####do####not####skimp####on####the####webcam####and####microphone####,####quality####do####matter####. 0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####set####up####the####webcam 0,0,1,0,0,0 0,0,0,0,0,1 None
1####-####open####the####webcam####'s####program####.####open####the####webcam####'s####program####.####if####the####webcam####'s####program####do####not####automatically####open####upon####completion####of####installation####,####you####will####need####to####look####up####the####program####and####open####it####manually####.####-####the####webcam####'s####program####will####usually####have####the####webcam####company####'s####name####in####it####,####so####try####search####for####the####company####(####e.g.####,####"####youcam####"####)####in####start####(####window####)####or####spotlight####(####mac####)####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####mount####the####webcam####.####mount####the####webcam####.####many####webcam####have####a####clip####on####the####base####that####allow####the####webcam####to####latch####onto####the####top####of####a####computer####monitor####.####if####you####webcam####do####not####have####such####a####clip####,####look####for####a####flat####,####elevate####space####in####which####to####place####the####webcam####. 0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0 0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 True
3####-####adjust####the####webcam####as####need####.####adjust####the####webcam####as####need####.####in####the####middle####of####you####webcam####program####'s####window####,####you####should####see####real####-####time####footage####from####you####webcam####.####use####the####footage####as####a####reference####,####adjust####you####webcam####to####point####at####you####face####from####you####prefer####angle####. 0,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0 0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 None
4####-####test####the####webcam####'s####sound####.####test####the####webcam####'s####sound####.####while####speak####into####the####webcam####,####look####for####spike####in####activity####next####to####the####"####audio####"####(####or####similarly####title####)####section####in####the####webcam####'s####window####.####if####you####do####not####see####any####activity####here####,####you####webcam####'s####microphone####be####not####work####and####might####need####to####be####enable####from####the####webcam####'s####or####computer####'s####setting####.####-####check####you####webcam####'s####manual####to####see####specific####instruction####on####how####to####address####lack####of####audio####input####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####change####you####webcam####'s####setting####if####necessary####.####change####you####webcam####'s####setting####if####necessary####.####most####webcam####program####will####have####a####setting####section####(####or####a####gear####-####shape####icon####)####somewhere####in####the####window####.####you####can####click####on####this####section####to####view####and####change####setting####like####contrast####,####low####-####light####response####,####and####so####on####.####-####the####setting####location####and####option####will####vary####from####webcam####to####webcam####.####consult####you####webcam####'s####manual####if####you####can####not####find####the####setting####section####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 None
0####-####set####up####the####webcam 0,0,1,0,0,0 0,0,0,0,0,0 None
1####-####open####the####webcam####'s####program####.####open####the####webcam####'s####program####.####if####the####webcam####'s####program####do####not####automatically####open####upon####completion####of####installation####,####you####will####need####to####look####up####the####program####and####open####it####manually####.####-####the####webcam####'s####program####will####usually####have####the####webcam####company####'s####name####in####it####,####so####try####search####for####the####company####(####e.g.####,####"####youcam####"####)####in####start####(####window####)####or####spotlight####(####mac####)####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####mount####the####webcam####.####mount####the####webcam####.####many####webcam####have####a####clip####on####the####base####that####allow####the####webcam####to####latch####onto####the####top####of####a####computer####monitor####.####if####you####webcam####do####not####have####such####a####clip####,####look####for####a####flat####,####elevate####space####in####which####to####place####the####webcam####. 0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
3####-####adjust####the####webcam####as####need####.####adjust####the####webcam####as####need####.####in####the####middle####of####you####webcam####program####'s####window####,####you####should####see####real####-####time####footage####from####you####webcam####.####use####the####footage####as####a####reference####,####adjust####you####webcam####to####point####at####you####face####from####you####prefer####angle####. 0,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####test####the####webcam####'s####sound####.####test####the####webcam####'s####sound####.####while####speak####into####the####webcam####,####look####for####spike####in####activity####next####to####the####"####audio####"####(####or####similarly####title####)####section####in####the####webcam####'s####window####.####if####you####do####not####see####any####activity####here####,####you####webcam####'s####microphone####be####not####work####and####might####need####to####be####enable####from####the####webcam####'s####or####computer####'s####setting####.####-####check####you####webcam####'s####manual####to####see####specific####instruction####on####how####to####address####lack####of####audio####input####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####change####you####webcam####'s####setting####if####necessary####.####change####you####webcam####'s####setting####if####necessary####.####most####webcam####program####will####have####a####setting####section####(####or####a####gear####-####shape####icon####)####somewhere####in####the####window####.####you####can####click####on####this####section####to####view####and####change####setting####like####contrast####,####low####-####light####response####,####and####so####on####.####-####the####setting####location####and####option####will####vary####from####webcam####to####webcam####.####consult####you####webcam####'s####manual####if####you####can####not####find####the####setting####section####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####general####fix 0,0,0,0 0,0,0,0 None
1####-####check####you####webcam####'s####compatibility####.####check####you####webcam####'s####compatibility####.####if####you####be####use####a####usb####webcam####(####e.g.####,####one####that####be####not####build####into####you####computer####)####,####read####the####manual####or####look####up####the####model####number####to####make####sure####that####it####be####still####compatible####with####you####computer####.####if####you####recently####update####you####operating####system####(####for####example####,####from####window####7####to####window####10####)####,####you####webcam####might####not####work####with####you####version####of####window####at####all####.####-####if####you####webcam####do####prove####to####be####incompatible####,####you####will####need####a####new####webcam####that####be####compatible####.####do####not####toss####you####old####one####away####,####though—####there####be####always####a####possibility####that####window####will####update####to####include####support####for####it####.####-####; 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0 0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
2####-####make####sure####you####webcam####be####not####obstruct####.####make####sure####you####webcam####be####not####obstruct####.####it####seem####obvious####,####but####sometimes####usb####or####build####-####in####webcam####can####get####smudge####or####have####they####light####level####detector####cover####by####dust####.####give####you####webcam####a####quick####inspection—and####a####wipe####-####down####with####a####damp####cloth####,####if####necessary—can####make####a####huge####difference####. 0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####unplug####any####usb####connection####from####you####computer####.####unplug####any####usb####connection####from####you####computer####.####have####too####many####usb####connection####plug####into####you####computer####at####once####can####cause####you####webcam####(####or####other####usb####item####)####to####malfunction####.####-####leave####you####webcam####plug####in####if####it####be####a####usb####rather####than####a####build####-####in####camera####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####try####plug####you####webcam####into####a####different####usb####port####.####try####plug####you####webcam####into####a####different####usb####port####.####if####you####webcam####be####mean####to####be####plug####into####a####usb####3.0####slot####and####you####have####it####plug####into####a####usb####2.0####slot####,####you####may####see####a####black####screen####instead####of####the####video####output####that####you####expect####.####-####skip####this####step####if####you####webcam####be####build####into####you####computer####. 0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####adjust####you####usb####webcam####'s####video####setting####.####adjust####you####usb####webcam####'s####video####setting####.####in####some####case####,####you####webcam####program####'s####setting####will####be####reset####or####skew####after####update####you####operating####system####.####open####you####webcam####'s####program####(####this####will####vary####base####on####the####webcam####that####you####be####use####)####and####find####the####preference####or####setting####section####,####then####adjust####the####video####and####display####setting####to####see####if####you####webcam####'s####picture####change####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,1,0 0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0 None
6####-####restart####you####computer####in####safe####mode####.####restart####you####computer####in####safe####mode####.####this####will####prevent####you####computer####from####loading####non-essential####program####automatically####,####which####will####give####you####a####idea####of####whether####or####not####program####on####you####computer####be####interfere####with####you####webcam####:####-####if####you####open####you####webcam####in####safe####mode####and####it####display####a####black####screen####,####the####problem####be####not####another####program####on####you####computer####.####proceed####with####update####the####webcam####'s####software####.####-####if####you####open####you####webcam####in####safe####mode####and####it####work####,####a####startup####program####be####interfere####with####you####webcam####.####try####disable####startup####program####such####as####antivirus####suite####and####social####tool####like####slack####or####steam####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####check####the####manual####of####you####digital####camera####to####see####if####it####can####be####use####as####a####webcam####.####check####the####manual####of####you####digital####camera####to####see####if####it####can####be####use####as####a####webcam####.####many####digital####camera####have####this####functionality####and####even####come####with####webcam####software####.####-####; 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0 True
2####-####install####it####.####install####it####.####if####you####have####a####software####cd####that####need####to####be####install####on####the####computer####before####use####you####digital####camera####as####a####webcam####,####install####it####now####. 0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0 None
3####-####connect####you####usb####video####source####capture####device####to####you####computer####.####connect####you####usb####video####source####capture####device####to####you####computer####.####plug####it####in####to####the####usb####port####of####you####computer####.####beware####,####you####need####all####you####driver####install####into####you####computer####otherwise####it####be####not####go####to####work####.####ensure####that####the####device####be####properly####position####before####insert####.####if####you####encounter####any####resistance####on####insert####,####remove####and####check####the####position####again####. 0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,1,0,1,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####plug####it####in####.####plug####it####in####.####grab####all####audio####/####video####cable####of####the####usb####video####source####capture####device####end####and####plug####they####in####to####the####audio####/####video####cable####that####come####with####the####camera####which####be####standard####since####most####digital####camera####come####with####they####to####connect####you####camera####with####the####tv####. 0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0 None
5####-####plug####in####the####jack####of####the####audio####/####video####cable####right####into####you####camera####.####plug####in####the####jack####of####the####audio####/####video####cable####right####into####you####camera####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####go####to####my####computer####and####click####on####the####usb####video####source####capture####device####drive####icon####.####go####to####my####computer####and####click####on####the####usb####video####source####capture####device####drive####icon####.####this####will####show####the####video####capture####on####the####camera####. 0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####plug####you####digital####camera####'s####power####adapter####into####the####camera####.####plug####you####digital####camera####'s####power####adapter####into####the####camera####.####some####will####not####function####as####a####webcam####unless####they####be####plug####into####a####/####c####power####as####it####require####too####much####power####.####even####if####you####digital####camera####function####as####a####webcam####while####on####battery####,####a/####c####power####save####you####battery####and####prevent####you####camera####from####shut####off####in####the####middle####of####a####broadcast####. 0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####turn####you####digital####camera####on####.####turn####you####digital####camera####on####.####put####camera####on####video####mode####.####you####be####ready####to####video####chat####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0 0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####plug####the####microphone####into####the####microphone####jack####of####you####sound####card####.####plug####the####microphone####into####the####microphone####jack####of####you####sound####card####.####use####a####separate####microphone####if####you####digital####camera####do####not####transmit####sound####when####use####as####a####webcam####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0 None
10####-####set####up####you####camera####as####close####to####you####monitor####as####possible####.####set####up####you####camera####as####close####to####you####monitor####as####possible####.####this####allow####better####face####to####face####communication####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
11####-####position####yourself####about####2####to####3####foot####(####0.6####to####0.9####m####)####away####from####you####digital####camera####.####position####yourself####about####2####to####3####foot####(####0.6####to####0.9####m####)####away####from####you####digital####camera####.####most####digital####camera####'s####focus####best####at####this####distance####when####use####as####a####webcam####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0 None
12####-####enjoy####use####you####camera####as####a####web####cam####.####enjoy####use####you####camera####as####a####web####cam####. 0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####check####the####manual####of####you####digital####camera####to####see####if####it####can####be####use####as####a####webcam####.####check####the####manual####of####you####digital####camera####to####see####if####it####can####be####use####as####a####webcam####.####many####digital####camera####have####this####functionality####and####even####come####with####webcam####software####.####-####; 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####install####it####.####install####it####.####if####you####have####a####software####cd####that####need####to####be####install####on####the####computer####before####use####you####digital####camera####as####a####webcam####,####install####it####now####. 0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####connect####you####usb####video####source####capture####device####to####you####computer####.####connect####you####usb####video####source####capture####device####to####you####computer####.####plug####it####in####to####the####usb####port####of####you####computer####.####beware####,####you####need####all####you####driver####install####into####you####computer####otherwise####it####be####not####go####to####work####.####ensure####that####the####device####be####properly####position####before####insert####.####if####you####encounter####any####resistance####on####insert####,####remove####and####check####the####position####again####. 0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,1,0,1,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####plug####it####in####.####plug####it####in####.####grab####all####audio####/####video####cable####of####the####usb####video####source####capture####device####end####and####plug####they####in####to####the####audio####/####video####cable####that####come####with####the####camera####which####be####standard####since####most####digital####camera####come####with####they####to####connect####you####camera####with####the####tv####. 0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####plug####in####the####jack####of####the####audio####/####video####cable####right####into####you####camera####.####plug####in####the####jack####of####the####audio####/####video####cable####right####into####you####camera####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####go####to####my####computer####and####click####on####the####usb####video####source####capture####device####drive####icon####.####go####to####my####computer####and####click####on####the####usb####video####source####capture####device####drive####icon####.####this####will####show####the####video####capture####on####the####camera####. 0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####plug####you####digital####camera####'s####power####adapter####into####the####camera####.####plug####you####digital####camera####'s####power####adapter####into####the####camera####.####some####will####not####function####as####a####webcam####unless####they####be####plug####into####a####/####c####power####as####it####require####too####much####power####.####even####if####you####digital####camera####function####as####a####webcam####while####on####battery####,####a/####c####power####save####you####battery####and####prevent####you####camera####from####shut####off####in####the####middle####of####a####broadcast####. 0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####turn####you####digital####camera####on####.####turn####you####digital####camera####on####.####put####camera####on####video####mode####.####you####be####ready####to####video####chat####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####plug####the####microphone####into####the####microphone####jack####of####you####sound####card####.####plug####the####microphone####into####the####microphone####jack####of####you####sound####card####.####use####a####separate####microphone####if####you####digital####camera####do####not####transmit####sound####when####use####as####a####webcam####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####set####up####you####camera####as####close####to####you####monitor####as####possible####.####set####up####you####camera####as####close####to####you####monitor####as####possible####.####this####allow####better####face####to####face####communication####. 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 True
11####-####position####yourself####about####2####to####3####foot####(####0.6####to####0.9####m####)####away####from####you####digital####camera####.####position####yourself####about####2####to####3####foot####(####0.6####to####0.9####m####)####away####from####you####digital####camera####.####most####digital####camera####'s####focus####best####at####this####distance####when####use####as####a####webcam####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
12####-####enjoy####use####you####camera####as####a####web####cam####.####enjoy####use####you####camera####as####a####web####cam####. 0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####connect####you####webcam####to####you####window####pc####.####connect####you####webcam####to####you####window####pc####.####connect####the####usb####cable####to####a####available####port####on####you####pc####,####and####then####install####its####software####when####prompt####.####-####if####you####be####use####a####build####-####in####webcam####on####a####laptop####or####monitor####,####you####can####skip####this####step####.####-####; 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####click####the####menu####.####click####the####menu####.####it####be####usually####at####the####bottom####-####leave####corner####of####the####screen####. 0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####type####camera####into####the####search####bar####.####type####camera####into####the####search####bar####.####you####may####have####to####click####a####circle####or####magnifying####glass####icon####to####open####the####search####bar####first####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####click####camera####.####click####camera####.####the####camera####app####will####open####on####the####screen####.####this####should####automatically####start####you####webcam####.####-####if####ask####to####allow####the####app####permission####to####access####you####webcam####,####be####sure####to####give####all####request####permission####. 0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 True
5####-####click####.####click####.####it####be####at####the####top####-####right####corner####of####the####camera####preview####screen####. 0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####select####a####video####recording####speed####.####select####a####video####recording####speed####.####scroll####down####the####right####column####to####the####"####video####"####header####,####and####then####select####you####desire####resolution####from####the####drop####-####down####menu####.####the####higher####the####resolution####,####the####better####the####quality####(####and####the####larger####the####file####size####)####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####click####anywhere####else####on####the####video####.####click####anywhere####else####on####the####video####.####this####close####the####setting####menu####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####click####the####video####icon####.####click####the####video####icon####.####it####be####the####outline####of####a####video####camera####on####the####right####side####of####the####window####.####this####switch####the####camera####to####video####mode####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####click####the####video####icon####to####start####recording####.####click####the####video####icon####to####start####recording####.####it####be####the####large####white####version####of####the####video####camera####on####the####left####side####of####the####window####.####the####time####count####at####the####bottom####-####center####part####of####the####preview####screen####will####increase####as####you####continue####to####record####. 0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####click####the####stop####button####to####stop####recording####.####click####the####stop####button####to####stop####recording####.####it####be####the####red####square####on####the####right####side####of####the####window####.####the####video####will####stop####recording####immediately####.####the####finish####video####will####be####save####to####the####"####camera####roll####"####folder####inside####you####"####photo####"####folder####. 0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####have####a####lamp####or####some####other####sight####source####point####at####you####(####optimally####,####you####face####)####.####have####a####lamp####or####some####other####sight####source####point####at####you####(####optimally####,####you####face####)####.####do####not####use####you####laptop####as####the####primary####light####source####.####when####the####rest####of####the####room####be####dark####and####you####be####sit####in####front####of####you####webcam####,####that####be####what####you####be####do####.####-####unless####you####want####the####particular####effect####(####as####in####create####a####silhouette####)####,####do####not####sit####in####front####of####a####window####.####even####if####the####blind####be####close####,####you####webcam####will####pick####it####up####.####-####; 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 True
2####-####diffuse####the####lamp####light####that####you####have####direct####to####you####face####.####diffuse####the####lamp####light####that####you####have####direct####to####you####face####.####typing####paper####,####tissue####paper####,####or####something####else####that####will####diffuse####the####light####will####help####soften####the####light####a####great####deal####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####adjust####the####brightness####and####/####or####contrast####on####you####computer####monitor####adjust####the####brightness####and####/####or####contrast####on####you####computer####monitor####.####you####will####need####to####research####that####for####you####individual####computer####monitor####because####step####would####vary####depend####on####you####computer####.####do####this####,####as####well####as####have####the####alternate####light####source####,####will####get####rid####of####almost####all####the####reflection####that####be####be####cast####onto####you####. 0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####wear####a####white####shirt####.####wear####a####white####shirt####.####either####that####,####or####wear####or####have####something####around####you####that####be####white####.####this####make####it####easy####for####you####webcam####to####get####the####correct####white####balance####without####search####for####it####.####it####need####to####be####in####the####primary####focus####area####of####the####webcam####or####it####will####not####work####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 None
5####-####tidy####up####the####background####.####tidy####up####the####background####.####make####or####buy####a####background####.####use####a####pastel####color####sheet####will####work####.####you####do####not####have####to####spend####a####lot####of####money####.####be####sure####that####what####be####behind####you####be####at####least####5####x####7####foot####.####otherwise####,####the####wall####or####whatever####be####back####there####will####show####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,1,0,0,1,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####have####a####lamp####or####some####other####sight####source####point####at####you####(####optimally####,####you####face####)####.####have####a####lamp####or####some####other####sight####source####point####at####you####(####optimally####,####you####face####)####.####do####not####use####you####laptop####as####the####primary####light####source####.####when####the####rest####of####the####room####be####dark####and####you####be####sit####in####front####of####you####webcam####,####that####be####what####you####be####do####.####-####unless####you####want####the####particular####effect####(####as####in####create####a####silhouette####)####,####do####not####sit####in####front####of####a####window####.####even####if####the####blind####be####close####,####you####webcam####will####pick####it####up####.####-####; 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####diffuse####the####lamp####light####that####you####have####direct####to####you####face####.####diffuse####the####lamp####light####that####you####have####direct####to####you####face####.####typing####paper####,####tissue####paper####,####or####something####else####that####will####diffuse####the####light####will####help####soften####the####light####a####great####deal####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####adjust####the####brightness####and####/####or####contrast####on####you####computer####monitor####adjust####the####brightness####and####/####or####contrast####on####you####computer####monitor####.####you####will####need####to####research####that####for####you####individual####computer####monitor####because####step####would####vary####depend####on####you####computer####.####do####this####,####as####well####as####have####the####alternate####light####source####,####will####get####rid####of####almost####all####the####reflection####that####be####be####cast####onto####you####. 0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
4####-####wear####a####white####shirt####.####wear####a####white####shirt####.####either####that####,####or####wear####or####have####something####around####you####that####be####white####.####this####make####it####easy####for####you####webcam####to####get####the####correct####white####balance####without####search####for####it####.####it####need####to####be####in####the####primary####focus####area####of####the####webcam####or####it####will####not####work####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####tidy####up####the####background####.####tidy####up####the####background####.####make####or####buy####a####background####.####use####a####pastel####color####sheet####will####work####.####you####do####not####have####to####spend####a####lot####of####money####.####be####sure####that####what####be####behind####you####be####at####least####5####x####7####foot####.####otherwise####,####the####wall####or####whatever####be####back####there####will####show####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,1,0,0,1,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####encoding####a####stream####with####obs####studio 0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0 None
1####-####understand####what####encoding####mean####.####understand####what####encoding####mean####.####encode####a####stream####allow####you####to####send####stream####content####from####a####third####-####party####application####(####in####this####case####,####obs####studio####)####to####a####streaming####service####(####e.g.####,####youtube####or####twitch####)####.####since####many####streaming####service####do####not####support####direct####webcam####streaming####,####this####be####the####only####way####to####stream####on####some####platform####.####-####streaming####from####a####encoder####often####result####in####much####higher####-####quality####live####streaming####than####do####use####a####website####'s####build####-####in####streaming####with####you####webcam####.####-####when####encode####a####stream####,####you####will####have####to####retrieve####a####key####and####a####address####from####you####select####streaming####service####and####then####plug####both####piece####of####information####into####obs####studio####(####or####any####other####streaming####application####)####.####-####; 0,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####install####you####webcam####install####you####webcam####if####necessary####.####if####you####computer####do####not####already####have####a####build####-####in####webcam####,####you####will####need####to####attach####and####set####up####a####external####usb####webcam####before####you####will####be####able####to####stream####.####-####you####can####buy####webcam####in####virtually####any####tech####store####or####large####online####marketplace####(####e.g.####,####amazon####)####.####they####tend####to####range####in####price####depend####on####they####quality####. 0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0 0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
3####-####open####you####service####'s####"####live####stream####"####section####and####retrieve####you####stream####key####.####open####you####service####'s####"####live####stream####"####section####and####retrieve####you####stream####key####.####in####order####to####link####you####webcam####'s####stream####to####you####prefer####service####,####you####will####need####to####retrieve####a####link####that####allow####you####to####do####so####from####you####service####.####this####process####vary####from####service####to####service####:####-####-####twitch####-####go####to####https://www.twitch.tv/####and####log####in####if####necessary####,####click####you####username####in####the####upper-right####corner####,####click####dashboard####,####click####the####channel####tab####below####"####setting####"####on####the####left####side####of####the####page####,####click####stream####key####,####click####show####key####,####click####i####understand####,####and####copy####you####key####.####-####facebook####-####go####to####https://www.facebook.com/####and####log####in####if####necessary####,####click####live####video####,####click####the####connect####tab####,####and####copy####the####"####stream####key####"####text####box####'s####contents####.####-####youtube####-####go####to####https://www.youtube.com/live_dashboard_splash####and####log####in####if####necessary####,####click####stream####now####on####the####left####side####of####the####page####,####click####reveal####next####to####the####"####stream####name####/####key####"####box####,####and####copy####the####stream####key####. 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####open####ob####studio####.####open####obs####studio####.####its####app####icon####resemble####a####three####-####blade####fan####on####a####black####background####.####-####if####you####have####not####yet####install####obs####studio####,####go####to####https://obsproject.com/download####in####you####browser####,####select####you####operating####system####,####click####download####installer####,####and####install####it####before####proceed####. 0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####click####file####.####click####file####.####this####option####be####in####the####upper####-####leave####side####of####the####window####.####-####on####a####mac####,####click####obs####studio####in####the####upper-left####corner####of####the####screen####. 0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####click####setting####.####click####setting####.####it####be####in####the####file####drop####-####down####menu####.####do####so####open####the####setting####window####.####-####on####a####mac####,####click####preference####...####in####the####drop####-####down####menu####. 0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####click####the####stream####tab####.####click####the####stream####tab####.####you####will####find####this####on####the####left####side####of####the####window####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####select####a####streaming####service####.####select####a####streaming####service####.####click####the####"####service####"####drop####-####down####box####,####then####click####you####service####'s####name####(####e.g.####,####twitch####)####in####the####drop####-####down####menu####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####enter####you####stream####key####.####enter####you####stream####key####.####click####the####"####stream####key####"####text####box####,####then####paste####in####you####stream####key####by####press####ctrl+v####(####window####)####or####⌘####command####+####v####(####mac####)####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####click####apply####,####then####click####ok####.####click####apply####,####then####click####ok####.####both####option####be####at####the####bottom####of####the####page####.####this####will####save####you####setting####and####close####the####window####.####-####if####you####do####not####see####apply####and####ok####on####a####mac####,####just####close####the####preference####window####. 0,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
11####-####add####you####webcam####to####the####stream####.####add####you####webcam####to####the####stream####.####by####default####,####obs####studio####will####record####you####desktop####.####you####will####need####to####add####you####webcam####by####do####the####follow####:####-####click####+####below####the####"####source####"####box####at####the####bottom####of####the####page####.####-####click####video####capture####device####-####check####the####"####create####new####"####box####and####enter####a####title####.####-####click####ok####-####select####you####webcam####.####-####click####ok 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0 0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 None
12####-####adjust####you####webcam####'s####view####.####adjust####you####webcam####'s####view####.####you####can####click####and####drag####the####bottom####-####right####corner####of####the####red####box####that####be####surround####you####webcam####in####order####to####enlarge####the####amount####of####screen####space####that####you####webcam####cover####.####-####skip####this####step####if####you####be####happy####with####the####current####webcam####setting####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 None
13####-####click####start####streaming####.####click####start####streaming####.####it####be####a####button####in####the####lower####-####right####side####of####the####obs####studio####window####.####you####stream####will####begin####. 0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
14####-####add####you####ob####stream####to####you####prefer####platform####.####add####you####ob####stream####to####you####prefer####platform####.####depend####on####you####select####service####,####this####process####will####vary####:####-####-####twitch####-####you####will####go####live####automatically####.####open####you####channel####page####to####view####the####stream####.####-####facebook####-####click####go####live####in####the####lower####-####right####side####of####the####connect####tab####from####which####you####retrieve####you####stream####key####earlier####.####-####youtube####-####click####go####live####on####the####stream####now####tab####from####which####you####retrieve####you####stream####key####earlier####. 0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####streaming####directly####from####you####webcam####on####youtube 0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,1,0,0 None
1####-####install####you####webcam####install####you####webcam####if####necessary####.####if####you####computer####do####not####already####have####a####build####-####in####webcam####,####you####will####need####to####attach####and####set####up####a####external####usb####webcam####before####you####will####be####able####to####stream####.####-####you####can####buy####webcam####in####virtually####any####tech####store####or####large####online####marketplace####(####e.g.####,####amazon####)####.####they####tend####to####range####in####price####depend####on####they####quality####. 0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0 0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
2####-####make####sure####that####you####be####use####google####chrome####.####make####sure####that####you####be####use####google####chrome####.####as####of####april####2018####,####stream####to####youtube####directly####from####you####computer####'s####webcam####be####only####available####on####google####chrome####.####-####streaming####directly####from####you####webcam####be####only####available####on####chrome####version####60####and####up####.####if####you####be####still####use####a####older####version####of####chrome####,####update####it####before####proceed####.####[####1####]####-####x####-####research####source 0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####open####youtube####.####open####youtube####.####go####to####https://www.youtube.com/####in####you####computer####'s####web####browser####.####this####will####open####you####youtube####home####page####if####you####be####log####into####you####google####account####.####-####if####you####be####not####log####in####,####click####sign####in####in####the####upper-right####side####of####the####page####,####then####enter####you####email####address####and####password####when####prompt####. 0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####click####the####"####upload####"####icon####.####click####the####"####upload####"####icon####.####it####be####the####video####camera####-####shape####icon####in####the####upper-right####side####of####the####page####.####a####drop####-####down####menu####will####appear####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####click####go####live####.####click####go####live####.####this####option####be####in####the####drop####-####down####menu####.####do####so####open####the####live####-####streaming####section####of####youtube####. 0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####click####get####start####.####click####get####start####.####it####be####a####blue####button####in####the####middle####of####the####page####.####this####will####prompt####youtube####to####begin####validate####you####account####,####which####will####unlock####the####ability####to####live####-####stream####in####24####hour####.####[####2####]####-####x####-####research####source####-####-####if####you####have####already####activate####you####account####for####stream####on####youtube####,####skip####to####the####"####click####camera####"####step####. 0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####re-open####the####live####-####streaming####page####after####24####hour####.####re-open####the####live####-####streaming####page####after####24####hour####.####once####you####account####be####able####to####stream####,####go####back####to####youtube####,####click####the####"####upload####"####button####appropriate####to####you####browser####,####and####select####the####go####live####option####. 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####click####camera####.####click####camera####.####it####be####a####tab####on####the####left####side####of####the####page####.####this####option####allow####you####to####stream####directly####from####you####webcam####without####have####to####download####a####encoder####. 0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 None
9####-####click####allow####when####prompt####.####click####allow####when####prompt####.####this####notification####will####appear####in####the####upper-left####corner####of####the####window####.####do####so####allow####chrome####to####use####you####webcam####and####microphone####. 0,0,0,1,0,1,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0 None
10####-####enter####you####stream####'s####information####.####enter####you####stream####'s####information####.####type####the####title####and####description####for####you####stream####into####the####"####title####"####and####"####description####"####text####box####,####then####select####a####thumbnail####if####desire####.####[####3####]####-####x####-####research####source 0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
11####-####click####go####live####.####click####go####live####.####it####be####a####blue####button####.####do####so####will####prompt####youtube####to####begin####stream####from####you####webcam####. 0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 None
0####-####use####window 0,0,1,0 0,0,0,0 None
1####-####locate####you####webcam####.####locate####you####webcam####.####most####computer####have####a####webcam####build####-####in####.####it####be####usually####locate####above####the####screen####in####the####center####.####look####for####a####pin-hole####lens####in####the####center####above####the####screen####.####-####if####you####computer####do####not####have####a####build####-####in####webcam####,####you####can####purchase####one####and####connect####it####use####a####free####usb####port####on####you####computer####.####-####; 0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####click####the####window####start####icon####.####click####the####window####start####icon####.####this####display####the####window####start####menu####.####it####be####in####the####lower####-####leave####corner####in####the####taskbar####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####type####camera####.####type####camera####.####this####display####the####camera####app####that####come####with####window####in####the####start####menu####. 0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####click####camera####.####click####camera####.####this####open####the####camera####app####.####you####will####see####you####camera####feed####display####on####the####screen####.####-####when####you####webcam####be####turn####on####,####you####will####usually####see####a####green####light####next####to####the####webcam####. 0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 True
5####-####click####one####of####the####camera####icon####to####the####right####.####click####one####of####the####camera####icon####to####the####right####.####the####front####-####face####camera####be####use####to####take####photo####.####the####side####-####face####camera####take####video####.####click####the####camera####icon####that####correspond####to####the####mode####you####want####to####use####. 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####click####the####white####button####on####the####right####.####click####the####white####button####on####the####right####.####if####you####be####in####photo####mode####,####this####take####a####still####picture####.####if####you####be####in####video####mode####,####this####start####filming####a####video####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####click####the####stop####button####.####click####the####stop####button####.####the####stop####button####be####the####white####button####with####the####red####square####on####the####side####.####this####stop####filming####.####by####default####,####you####can####find####the####image####and####video####you####shoot####by####open####the####finder####and####navigate####to####"####picture####"####follow####by####"####camera####roll####"####.####-####there####be####many####app####you####can####use####you####webcam####with####,####include####skype####,####and####zoom####.####you####can####also####do####video####chat####use####messenger####app####like####facebook####messenger####,####whatsapp####,####and####viber####.####these####app####should####automatically####recognize####you####webcam####.####if####not####,####you####can####select####it####in####the####setting####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####use####window 0,0,1,0 0,0,0,0 None
1####-####locate####you####webcam####.####locate####you####webcam####.####most####computer####have####a####webcam####build####-####in####.####it####be####usually####locate####above####the####screen####in####the####center####.####look####for####a####pin-hole####lens####in####the####center####above####the####screen####.####-####if####you####computer####do####not####have####a####build####-####in####webcam####,####you####can####purchase####one####and####connect####it####use####a####free####usb####port####on####you####computer####.####-####; 0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
2####-####click####the####window####start####icon####.####click####the####window####start####icon####.####this####display####the####window####start####menu####.####it####be####in####the####lower####-####leave####corner####in####the####taskbar####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####type####camera####.####type####camera####.####this####display####the####camera####app####that####come####with####window####in####the####start####menu####. 0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####click####camera####.####click####camera####.####this####open####the####camera####app####.####you####will####see####you####camera####feed####display####on####the####screen####.####-####when####you####webcam####be####turn####on####,####you####will####usually####see####a####green####light####next####to####the####webcam####. 0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####click####one####of####the####camera####icon####to####the####right####.####click####one####of####the####camera####icon####to####the####right####.####the####front####-####face####camera####be####use####to####take####photo####.####the####side####-####face####camera####take####video####.####click####the####camera####icon####that####correspond####to####the####mode####you####want####to####use####. 0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####click####the####white####button####on####the####right####.####click####the####white####button####on####the####right####.####if####you####be####in####photo####mode####,####this####take####a####still####picture####.####if####you####be####in####video####mode####,####this####start####filming####a####video####. 0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####click####the####stop####button####.####click####the####stop####button####.####the####stop####button####be####the####white####button####with####the####red####square####on####the####side####.####this####stop####filming####.####by####default####,####you####can####find####the####image####and####video####you####shoot####by####open####the####finder####and####navigate####to####"####picture####"####follow####by####"####camera####roll####"####.####-####there####be####many####app####you####can####use####you####webcam####with####,####include####skype####,####and####zoom####.####you####can####also####do####video####chat####use####messenger####app####like####facebook####messenger####,####whatsapp####,####and####viber####.####these####app####should####automatically####recognize####you####webcam####.####if####not####,####you####can####select####it####in####the####setting####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####use####mac 0,0,1,0 0,0,0,0 None
1####-####locate####you####webcam####.####locate####you####webcam####.####most####computer####have####a####webcam####build####-####in####.####it####be####usually####locate####above####the####screen####in####the####center####.####look####for####a####pin-hole####lens####in####the####center####above####the####screen####.####-####if####you####computer####do####not####have####a####build####-####in####webcam####,####you####can####purchase####one####and####connect####it####use####a####free####usb####port####on####you####computer####. 0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
2####-####click####the####magnifying####glass####icon####.####click####the####magnifying####glass####icon####.####it####be####in####the####menu####bar####in####the####upper-right####corner####.####this####display####the####mac####spotlight####search####bar####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####type####photo####booth####in####the####search####bar####and####press####↵####enter####.####type####photo####booth####in####the####search####bar####and####press####↵####enter####.####this####open####photo####booth####.####it####be####a####free####webcam####app####that####come####with####macos####. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####select####a####camera####mode####.####select####a####camera####mode####.####click####one####of####the####three####icon####in####the####lower####-####leave####corner####to####select####a####camera####mode####.####the####three####mode####be####as####follow####:####-####-####camera####:####click####the####icon####with####a####single####square####to####select####camera####mode####.####this####mode####take####still####photograph####.####-####video####:####click####the####icon####that####resemble####a####filmstrip####to####select####video####mode####.####this####mode####take####motion####video####.####-####mosaic####:####click####the####icon####that####resemble####4####square####to####select####mosaic####mode####.####this####mode####take####4####picture####and####display####they####in####a####2####x####2####grid####. 0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####select####a####effect####(####optional####)####.####select####a####effect####(####optional####)####.####if####you####want####to####select####a####effect####for####you####photo####or####video####,####click####effects####in####the####lower####-####right####corner####.####then####click####one####of####the####effect####display####on####the####screen####to####select####a####effect####.####use####the####arrow####icon####at####the####bottom####of####the####image####to####browse####the####different####page####of####effect####.####-####click####normal####to####go####back####without####select####a####effect####. 0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####click####the####red####button####.####click####the####red####button####.####it####be####at####the####bottom####-####center####of####the####screen####.####there####will####be####a####count####down####from####three####and####then####it####will####either####take####a####picture####or####start####filming####,####depend####on####which####mode####you####have####active####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####click####the####stop####button####.####click####the####stop####button####.####when####you####be####ready####to####stop####filming####,####click####the####white####button####with####the####red####square####at####the####bottom####-####center####of####the####screen####.####you####can####find####image####and####video####you####take####use####photo####booth####in####the####picture####folder####in####the####finder####.####-####there####be####many####app####you####can####use####you####webcam####with####,####include####skype####,####and####zoom####.####you####can####also####do####video####chat####use####messenger####app####like####facebook####messenger####,####whatsapp####,####and####viber####,####and####apple####'s####proprietary####app####facetime####.####these####app####should####automatically####recognize####you####webcam####.####if####not####,####you####can####select####it####from####the####setting####menu####. 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####external####isight####method 0,0,0,0,0 0,0,0,1,0 None
1####-####plug####in####you####isight####to####you####mac.####plug####in####you####isight####to####you####mac####.####it####should####recognize####it####.####-####; 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 True
2####-####go####to####i####movie 0,0,1,0,0,0 0,0,0,0,0,0 None
go####to####i####movie 1,0,0,0 0,0,0,0 None
3####-####on####imovie####,####go####to####the####option####where####it####have####a####video####camera 0,0,0,0,0,1,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
on####i####movie####,####go####to####the####option####where####it####have####a####video####camera 0,0,0,0,1,0,0,0,0,0,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####click####"####record####with####i####sight####" 0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0 None
click####"####record####with####i####sight####" 1,0,0,0,0,0,0 0,0,0,0,0,0,0 None
5####-####do####!####do####! 0,0,1,0,1,0 0,0,0,0,0,0 None
0####-####use####the####snipping####tool####shortcut 0,0,1,0,0,0,0 0,0,0,0,0,0,0 None
1####-####go####to####the####page####that####you####want####to####screenshot####.####go####to####the####page####that####you####want####to####screenshot####.####open####the####program####or####screen####that####you####want####to####take####a####picture####of####,####make####sure####that####any####window####or####item####that####you####do####not####want####on####-####screen####be####out####of####the####way####. 0,0,1,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 None
2####-####press####⊞####win+⇧####shift####+####s.####press####⊞####win+⇧####shift####+####s.####do####so####will####cause####you####screen####to####turn####light####-####grey####,####and####you####mouse####will####turn####into####a####crosshair####icon####.####; 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####select####a####area####to####screenshot####.####select####a####area####to####screenshot####.####click####and####drag####you####mouse####from####the####top####-####leave####corner####of####the####area####that####you####want####to####screenshot####to####the####bottom####-####right####corner####.####;####-####for####example####,####if####you####want####to####screenshot####the####entire####screen####,####you####would####click####and####drag####you####mouse####from####the####top####-####leave####corner####of####the####screen####to####the####bottom####-####right####corner####of####the####screen####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0 True
4####-####release####the####mouse####button####.####release####the####mouse####button####.####this####will####both####take####a####screenshot####of####you####select####area####and####save####it####to####you####clipboard####,####from####which####point####it####can####be####paste####into####any####program####that####accept####paste####photo####.####; 0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####paste####you####screenshot####.####paste####you####screenshot####.####open####any####program####which####support####paste####in####photo####(####e.g.####,####paint####,####word####,####etc.####)####and####press####ctrl####+####v####.####you####should####see####the####section####of####the####screen####that####you####select####appear####in####you####program####.####;####-####you####can####save####you####screenshot####'s####document####by####press####ctrl+s####,####enter####a####name####,####select####a####save####location####,####and####click####save####.####-####photo####can####also####be####paste####into####some####online####service####,####such####as####email####. 0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####use####system####restore####to####roll####back 0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0 None
1####-####open####the####system####restore####tool####.####open####the####system####restore####tool####.####you####can####use####system####restore####to####roll####you####system####back####to####a####point####before####the####update####be####install####.####you####will####not####lose####any####personal####file####,####but####any####program####install####or####uninstall####in####the####interim####will####be####revert####.####-####open####the####control####panel####and####select####"####recovery####.####"####if####you####do####not####see####the####"####recovery####"####option####,####select####"####large####icon####"####or####"####small####icon####"####from####the####"####view####by####"####menu####.####-####select####"####open####system####restore####"####to####open####the####system####restore####utility####. 0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####select####the####restore####point####you####want####to####roll####back####to####.####select####the####restore####point####you####want####to####roll####back####to####.####restore####point####be####create####automatically####when####new####program####or####update####be####install####.####depend####on####you####system####restore####setting####,####you####may####have####many####restore####point####or####just####a####few####.####old####restore####point####be####delete####automatically####to####make####room####for####new####one####.####-####you####may####be####able####to####check####a####box####in####the####lower####-####leave####corner####to####view####all####available####restore####point####. 0,0,1,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,1,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####click####"####scan####for####affect####program####.####"####click####"####scan####for####affect####program####.####"####this####will####generate####a####list####of####all####of####the####program####,####driver####,####and####update####that####will####be####remove####or####restore####when####roll####back####.####program####and####driver####that####be####restore####may####need####to####be####re-install####to####function####properly####. 0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####confirm####that####you####want####to####perform####the####restore####process####.####confirm####that####you####want####to####perform####the####restore####process####.####once####you####click####"####finish####,####"####you####computer####will####reboot####and####roll####back####to####the####restore####point####.####this####may####take####a####little####while####to####complete####.####after####you####computer####successfully####roll####back####,####window####will####start####and####a####dialog####will####appear####indicate####that####the####restore####be####complete####. 0,0,1,0,0,1,0,1,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####test####you####computer####.####test####you####computer####.####after####restore####,####see####if####get####rid####of####the####update####file####fix####you####problem####.####you####will####likely####need####to####re-install####or####uninstall####any####program####or####driver####that####be####restore####during####the####roll####back####process####. 0,0,1,0,0,0,1,0,0,0,0,1,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
6####-####undo####the####system####restore####if####problem####occur####.####undo####the####system####restore####if####problem####occur####.####if####the####system####restore####process####do####not####work####,####or####make####thing####worse####,####you####can####undo####it####and####revert####you####computer####to####how####it####be####before####restore####.####open####the####system####restore####tool####again####and####select####"####undo####system####restore####"####to####undo####the####last####system####restore####you####perform####. 0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####first####,####press####these####key####.####first####,####press####these####key####.####ctrl####+####shift####.####press####and####hold####the####ctrl####key####,####then####the####shift####key####,####press####they####simultaneously####.####-####; 0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####this####may####not####work####the####first####time####.####this####may####not####work####the####first####time####.####you####may####have####to####do####this####again####or####press####the####ctrl####and####shift####for####five####seconds####or####so####. 0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####these####key####be####the####toggle####switch####to####switch####between####french####and####english####keyboard####.####these####key####be####the####toggle####switch####to####switch####between####french####and####english####keyboard####.####you####should####be####back####to####you####usual####key####now####. 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0 True
4####-####it####be####that####simple####.####it####be####that####simple####.####try####it####with####you####english####/####french####keyboard####.####press####ctrl####and####shift####at####the####same####time####.####now####type####a####"####?####"####. 0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####do####you####see####a####"####?####do####you####see####a####"####?####"####or####a####"####é####"####?####if####you####see####a####"####é####"####,####press####and####hold####ctrl####and####shift####at####the####same####time####. 0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####you####should####now####see####a####"####?####you####should####now####see####a####"####?####"####. 0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####practice####go####back####and####forth####from####"####?####practice####go####back####and####forth####from####"####?####"####and####"####é####"####several####time####. 0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####do####.####now####you####will####always####be####able####to####switch####from####english####to####french####keyboard####on####you####laptop####.####do####.####now####you####will####always####be####able####to####switch####from####english####to####french####keyboard####on####you####laptop####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####step 0,0,0 0,0,0 None
1####-####first####,####press####these####key####.####first####,####press####these####key####.####ctrl####+####shift####.####press####and####hold####the####ctrl####key####,####then####the####shift####key####,####press####they####simultaneously####.####-####; 0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
2####-####this####may####not####work####the####first####time####.####this####may####not####work####the####first####time####.####you####may####have####to####do####this####again####or####press####the####ctrl####and####shift####for####five####seconds####or####so####. 0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####these####key####be####the####toggle####switch####to####switch####between####french####and####english####keyboard####.####these####key####be####the####toggle####switch####to####switch####between####french####and####english####keyboard####.####you####should####be####back####to####you####usual####key####now####. 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####it####be####that####simple####.####it####be####that####simple####.####try####it####with####you####english####/####french####keyboard####.####press####ctrl####and####shift####at####the####same####time####.####now####type####a####"####?####"####. 0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 True
5####-####do####you####see####a####"####?####do####you####see####a####"####?####"####or####a####"####é####"####?####if####you####see####a####"####é####"####,####press####and####hold####ctrl####and####shift####at####the####same####time####. 0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####you####should####now####see####a####"####?####you####should####now####see####a####"####?####"####. 0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####practice####go####back####and####forth####from####"####?####practice####go####back####and####forth####from####"####?####"####and####"####é####"####several####time####. 0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
8####-####do####.####now####you####will####always####be####able####to####switch####from####english####to####french####keyboard####on####you####laptop####.####do####.####now####you####will####always####be####able####to####switch####from####english####to####french####keyboard####on####you####laptop####. 0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0 None
0####-####create####a####icon####in####ico####convert 0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0 None
1####-####open####the####ico####convert####website####.####open####the####ico####convert####website####.####go####to####http://icoconvert.com/####in####you####computer####'s####web####browser####.####-####this####website####allow####you####to####create####a####icon####out####of####any####image####file####on####you####computer####.####-####; 0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0 None
2####-####click####choose####file####.####click####choose####file####.####it####be####a####grey####button####near####the####top####of####the####page####.####a####file####explorer####window####will####open####. 0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####select####a####picture####.####select####a####picture####.####go####to####the####location####of####the####picture####you####want####to####use####as####you####window####icon####,####then####click####the####picture####to####select####it####. 0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####click####open.####click####open####.####it####be####in####the####bottom####-####right####corner####of####the####window####.####do####so####will####prompt####the####picture####to####upload####to####ico####convert####. 0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,1,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####click####upload####.####click####upload####.####this####option####be####in####the####middle####of####the####ico####convert####window####.####you####picture####will####appear####on####the####page####after####a####few####seconds####. 0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
6####-####crop####you####photo####.####crop####you####photo####.####click####and####drag####across####the####area####of####you####photo####that####you####want####to####use####as####the####icon####.####-####the####area####select####area####will####always####be####square####.####-####you####can####move####the####entire####crop####selection####by####click####and####drag####the####middle####of####it####,####or####you####can####enlarge####or####shrink####the####crop####selection####by####click####and####drag####one####of####its####corner####. 0,0,1,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
7####-####scroll####down####and####click####select####none####.####scroll####down####and####click####select####.####it####be####a####link####below####the####photo####.####this####will####prevent####the####icon####from####take####on####a####different####shape####,####which####can####cause####compatibility####issue####on####some####computer####. 0,0,1,0,0,1,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 True
8####-####make####sure####you####be####use####the####ico####format####.####make####sure####you####be####use####the####ico####format####.####scroll####down####and####check####the####"####ico####for####window####7####,####window####8####,####vista####and####xp####"####box####. 0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
9####-####scroll####down####and####click####convert####ico####.####scroll####down####and####click####convert####ico####.####you####will####find####this####option####near####the####bottom####of####the####page####. 0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
10####-####click####download####you####icon####(####s####)####.####click####download####you####icon####(####s####)####.####once####this####option####appear####at####the####bottom####of####the####page####,####click####it####will####cause####you####icon####file####to####download####.####once####it####finish####downloading####,####you####can####proceed####with####apply####the####icon####to####a####shortcut####.####-####it####be####a####good####idea####to####place####the####icon####file####in####a####folder####where####it####will####not####be####delete####or####move####(####for####example####,####the####picture####folder####)####before####apply####it####to####a####shortcut####. 0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
0####-####turn####off####window####defender 0,0,1,0,0,0 0,0,0,0,0,0 None
1####-####open####start####.####open####start####.####click####the####window####logo####in####the####bottom####-####leave####corner####of####the####screen####.####the####start####menu####will####pop####up####.####-####; 0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 True
2####-####open####setting####.####open####setting####.####click####the####gear####-####shape####setting####icon####in####the####lower####-####leave####side####of####the####start####menu####.####do####so####open####the####setting####window####. 0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
3####-####click####update####&####security####.####click####update####&####security####.####it####be####in####the####bottom####row####of####setting####option####. 0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
4####-####click####window####security####.####click####window####security####.####this####tab####be####in####the####upper-####leave####side####of####the####window####. 0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None
5####-####click####virus####&####threat####protection####.####click####virus####&####threat####protection####.####it####be####the####first####option####below####the####"####protection####area####"####head####near####the####top####of####the####page####.####do####so####open####the####window####defender####window####. 0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 None