You are on page 1of 458

(function(){function i(n){Jx.mark("DayWorker.

"+n+",StartTA,Calendar")}function r(n)
{Jx.mark("DayWorker."+n+",StopTA,Calendar")}function u(t){var i=t.start?'<div
class="startTime" aria-hidden="true">'+t.start+"<\/div>":"",r=t.end?'<div
class="endTime" aria-hidden="true">'+t.end+"<\/div>":"";return'<div
id="'+n.getIdFromEventHandle(t.handle,t.isCrossDay)+'" data-handle="'+t.handle+'"
class="'+t.className+'" tabindex="0" data-status="'+t.status+'" role="button" aria-
label="'+Jx.escapeHtml(t.label)+'" style="color:'+t.color+'"><div class="glyph"
style="background-color:'+t.color+';"><div
class="glyphInner"><\/div><\/div>'+i+'<div class="subject" aria-
hidden="true">'+Jx.escapeHtml(t.subject)+"<\/div>"+r+'<div
class="overlay"><\/div><\/div>'}function f(n){var
t=n.location?"("+Jx.escapeHtml(n.location)+")":"";return'<span
class="subject">'+Jx.escapeHtml(n.subject)+'<\/span> <span
class="location">'+t+"<\/span>"}function e(n){return'<div
class="subject">'+Jx.escapeHtml(n.subject)+'<\/div><div
class="location">'+Jx.escapeHtml(n.location)+"<\/div>"}function o(t){var
i=t.isOneLine?f(t):e(t);return'<div
id="'+n.getIdFromEventHandle(t.handle,t.isCrossDay)+'" data-handle="'+t.handle+'"
class="'+t.className+'" tabindex="0" data-status="'+t.status+'" role="button" aria-
label="'+Jx.escapeHtml(t.label)+'"
style="position:absolute;top:'+t.top+"%;"+t.dir+":"+t.left+"%;width:"+t.width+";hei
ght:"+t.height+"%;color:"+t.color+';"><div class="glyph" style="background-color:
'+t.color+";"+t.glyphHeight+';"><div class="glyphInner"><\/div><\/div><div
class="details" aria-hidden="true">'+i+'<\/div><div
class="overlay"><\/div><\/div>'}var
n=Calendar.Helpers,t=Calendar.Views.DayWorker=function(i,r,u)
{this._router=i;this._scheduler=r;this._manager=u;this._requests={};this._updateEve
nts=this._updateEvents.bind(this);this._router.route("Day/
getEvents",this.getEvents,this);this._router.route("Day/
setVisible",this.setVisible,this);this._router.route("Day/
expandAllDay",this.expandAllDay,this);this._router.route("Day/
cancel",this.cancel,this);t._allDayMore||
(n.ensureFormats(),t._allDayMore=Jx.res.getFormatFunction("AllDayMore"))};t.prototy
pe.getEvents=function(n){var u=n.id,t=n.data;t.id=u;t.start=new
Date(t.start);t.end=new
Date(t.end);i("getEvents");t.collection=this._manager.getEvents(t.start,t.end);t.jo
b=this._scheduler.schedule(this._processEvents,this,
[t],t.isVisible);r("getEvents");this._requests[u]=t};t.prototype.setVisible=functio
n(n){var
t=n.data;t&&(t.isVisible=n.data,this._scheduler.setVisible(t.job,n.data))};t.protot
ype.expandAllDay=function(n){var
i=n.id,t=this._requests[i];t&&this._scheduler.schedule(this._expandAllDay,this,
[t],true)};t.prototype.cancel=function(n){var
f,t,u;i("cancel");f=n.id;t=this._requests[f];t&&(u=t.onCollectionChanged,u&&(t.coll
ection.removeEventListener("collectionchanged",u),t.changeTimeout!
==true&&clearTimeout(t.changeTimeout)),this._unhookEvents(t),t.collection.dispose()
,this._scheduler.cancel(t.job),delete
this._requests[n.id]);r("cancel")};t.prototype.dispose=function(){for(var n in
this._requests)this.cancel({id:n});this._requests={};this._manager=null;this._sched
uler=null;this._router=null};t.prototype._processEvents=function(t){var
k;i("_processEvents");var h=new Date(t.start),nt=new
Date(h.getFullYear(),h.getMonth(),h.getDate()
+1).getTime(),w=h.getTime(),s=n.getCollection(h,nt,t.collection);t.requiresSort&&(s
.sort(n.orderEvents),t.requiresSort=false);s.allDay=0;for(var
l=[],a={width:1},d=0,e,v,o,g={},u,f=0,c=s.length;f<c;f++){u=s[f];var
b=u.winrt,y=b.startDate,p=b.endDate;if(u.isCrossDay=!n.isSameDate(y,p),!
b.allDayEvent&&u.isCrossDay&&(k=new Date(y.getTime()),k.setDate(k.getDate()
+1),k<=p&&(u.isMultiDay=true)),b.allDayEvent||u.isMultiDay)s.allDay++;else
for(u.dayStart=n.isSameDate(h,y)?
w+y.getHours()*n.hourInMilliseconds+y.getMinutes()*n.minuteInMilliseconds:w,u.dayEn
d=n.isSameDate(h,p)?
w+p.getHours()*n.hourInMilliseconds+p.getMinutes()*n.minuteInMilliseconds:w+n.dayIn
Milliseconds,u.length=u.dayEnd-u.dayStart,u.length<=n.shortEventLength?
(u.uiLength=n.shortEventLength,u.uiEnd=u.dayStart+u.uiLength,u.isShort=true):
(u.uiLength=u.length,u.uiEnd=u.dayEnd,u.length<=n.mediumEventLength&&(u.isMedium=tr
ue)),g[u.uiEnd]=true,e=0;e<=f;e++)if(o=l[e],o||
(o={uiEnd:n.zeroYearTime},a.width=e+1),o.uiEnd<=u.dayStart)
{for(v=e+1;v<a.width&&l[v].uiEnd<=o.dayStart;v++)o.width++;v===a.width&&(o.width=-
1);e===0&&d<=u.dayStart&&(a={width:1},l=[]);d=Math.max(d,u.uiEnd);l[e]=u;u.cluster=
a;u.position=e;u.width=1;break}}for(f=0,c=a.width;f<c;f+
+)for(o=l[f],e=f+1;e<c&&l[e].uiEnd<=o.dayStart;e++)o.width+
+;for(f=0,c=s.length;f<c;f+
+)u=s[f],g[u.dayStart]&&(u.hasPreviousEvent=true);t.events=s;t.allDayHtml="";t.even
tHtml="";t.job=this._scheduler.schedule(this._buildAllDayHtml,this,
[t],t.isVisible);r("_processEvents")};t.prototype._buildAllDayHtml=function(n)
{i("_buildAllDayHtml");var
t=n.events,u=n.start;n.allDayHtml=this._getAllDayHtml(t,u,false);n.job=this._schedu
ler.schedule(this._buildEventHtml,this,
[n],n.isVisible);r("_buildAllDayHtml")};t.prototype._getAllDayHtml=function(i,r,f)
{var y=new Date(r.getFullYear(),r.getMonth(),r.getDate()+1),l=!f&&3<i.allDay,p=l?
2:i.allDay,h="",a="event",o,s,e;f&&(a+=" full");for(var
c=0,v=0,w=i.length;c<w&&v<p;c++)o=i[c],s=o.winrt,(s.allDayEvent||
o.isMultiDay)&&(e=n.getEventUiInfo(s,false),e.className=a,e.start="",e.end="",e.isC
rossDay=o.isCrossDay,o.isMultiDay&&(r<=o.start?
e.start=n.simpleTime.format(s.startDate):o.end<=y&&(e.end=n.simpleTime.format(s.end
Date))),h+=u.call(this,e),v++);return l&&(h+="<div class='more' tabIndex='0'
role='button'>"+Jx.escapeHtml(t._allDayMore(i.allDay-2))+"<\/div>"),h};t.prototype.
_buildEventHtml=function(t){var
h,y,s,p,u,c,f;for(i("_buildEventHtml"),h=t.events,y=t.start,s=0,p=h.length;s<p;s+
+)if(u=h[s],c=u.winrt,!c.allDayEvent&&!u.isMultiDay){var
b=y.getTime(),k=u.width===-1?u.cluster.width-u.position:u.width,d=(u.dayStart-
b)*n.percentageOfDay,w=u.position*100/u.cluster.width,l=k*100/
u.cluster.width,e,a="event",v=u.length*n.percentageOfDay;u.isShort?
(e=u.uiLength*n.percentageOfDay,a+=" short"):e=v;u.hasPreviousEvent&&(a+="
hasPreviousEvent");f=n.getEventUiInfo(c,false);f.dir=this._isRtl?"right":"left";f.l
eft=w;f.top=d;f.width=w+l!==100?"calc("+l+"% - 1px)":l+"%";f.height=e-
100/1440;f.className=a;f.glyphHeight=v<e?"height:
"+100*v/e+"%":"";f.isOneLine=u.isShort||
u.isMedium;f.isCrossDay=u.isCrossDay;t.eventHtml+=o.call(this,f)}t.job=this._schedu
ler.schedule(this._sendEvents,this,
[t],t.isVisible);r("_buildEventHtml")};t.prototype._sendEvents=function(n)
{i("_sendEvents");var
t;n.onCollectionChanged?(t="Day/eventsChanged",n.job=this._scheduler.schedule(this.
_hookEvents,this,[n],n.isVisible),n.collection.unlock()):(t="Day/
getEvents",n.job=this._scheduler.schedule(this._hookCollection,this,
[n],n.isVisible));this._router.postMessage({command:t,id:n.id,allDayHtml:n.allDayHt
ml,eventHtml:n.eventHtml});r("_sendEvents")};t.prototype._expandAllDay=function(n)
{i("_expandAllDay");var
t=n.events,u=n.start,f=this._getAllDayHtml(t,u,true);this._router.postMessage({comm
and:"Day/
expandAllDay",id:n.id,html:f});r("_expandAllDay")};t.prototype._hookCollection=func
tion(n)
{i("_hookCollection");n.onCollectionChanged=this._onCollectionChanged.bind(this,n);
n.collection.addEventListener("collectionchanged",n.onCollectionChanged);n.collecti
on.unlock();this._hookEvents(n);r("_hookCollection")};t.prototype._hookEvents=funct
ion(n){i("_hookEvents");n.onItemChanged=this._onItemChanged.bind(this,n);for(var
t=0,u=n.events.length;t<u;t+
+)n.events[t].winrt.addEventListener("changed",n.onItemChanged);r("_hookEvents")};t
.prototype._unhookEvents=function(n){var
u,t,f;if(i("_unhookEvents"),u=n.onItemChanged,u){for(t=0,f=n.events.length;t<f;t+
+)n.events[t].winrt.removeEventListener("changed",u);n.onItemChanged=null}r("_unhoo
kEvents")};t.prototype._onCollectionChanged=function(n)
{if(i("_onCollectionChanged"),!n.changeTimeout)
{this._unhookEvents(n);this._scheduler.cancel(n.job);var t=Date.now()-
(n.lastChanged?n.lastChanged:0);t<990?
n.changeTimeout=setTimeout(this._updateEvents,1e3-t,n):
(setImmediate(this._updateEvents,n),n.changeTimeout=true)}r("_onCollectionChanged")
};t.prototype._updateEvents=function(n)
{this._requests[n.id]&&(i("_updateEvents"),n.changeTimeout=null,n.lastChanged=Date.
now(),n.collection.lock(),this._processEvents(n),r("_updateEvents"))};t.prototype._
onItemChanged=function(t,u){var
e,f,o,h,s;for(i("_onItemChanged"),e=Array.prototype.slice.call(u.detail[0]),f=u.tar
get,o=0,h=e.length;o<h;o++)if(s=e[o],s==="startDate"||s==="endDate")
{t.requiresSort=true;this._onCollectionChanged(t,u);return}this._router.postMessage
({command:"Day/eventChanged",id:t.id,properties:e,ev:
{handle:f.handle,busyStatus:f.busyStatus,color:f.color,location:f.location,subject:
f.subject||n.noSubject}});r("_onItemChanged")}})
()#################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
#######################pe="release" publicKeyToken="31bf3856ad364e35"
versionScope="nonSxS" />
</component>
</update>
</package>
</
assembly>##########################################################################
###################################################################################
###################################################################################
###################################################################################
#########################################################@#p#6� �
� (Z##� @v� $� ####� � ���
###o+I#t� n� #P� #
\�
##� w�
���Y
0#
#� #@
#@#� � � �@�
##� � W"Q�
� � � ##�
� � � n_� q#Ҹ� ] #J� ##<� � A� � 2Q##� 3#� � +l(� #� ##`� n�
¢##�#dj#�#[A1�QD l�o)p#�#�#U�#�_j"k
�##0�dc%hKr �#�#p##8#�pW#���*�7�+�#Օs�b�����p#�####X
#�#~y�g#0E#� ##X-####��#% #^����#�
###B@q�L#p,@#8##�#z#�(p,#�#$#�@##�#
8��L�F##陞�Ȳ�s##@�
#�# #@��#'#6��##'�.��9#2�"�####���\�##(#@#8#��2#��� ### h
b��[#Xտ�
��{
�bH#��X# �)
xO�
�#J�
D��O#
ս #�&XP��##B��������������������
� EƠ� x� ?� � @'[`h#� #� 7� #6AghZ#ol#� � #� #� � � f'M#v#� `'@#ս##0#a3##P� 0`� �
`{�#�:��$##���Џ�#�p##n�
##D�o#�##B#�#######�#W###� #F�Hp6#�#Q####@##p#��###�0##n5#J##��T#OT��#7�m#[
#8��=###�#|#��P�Z�#�#$pp�#
�# #���#��#[##\�1@@###� �##�#�##(ͺ#��ጪ�##:��|B�C�S##0#x
�#�##d��#n`6 ##|�#R�g#�#��
C#��w�#j####̉�#�wa�^##72�5##u#��##~#��#`�###������#��� ����
��������#� ����#�
� #
��#
�#������
#�
��## �#��#� ���
#������
#

��� �#
�������������#�
�����
����������
���

########################Z�######i�
#####Yw
###p#Yu##�wP#�g ##�j#ix###�p#p�###�p#��###��#p�
###p#�

##
�##########################��##�#�n@�q6�c�@��3#��#�`08#a
#N:#1X@#�,�##�/�#��#
#0�T��b�#�h#`88#�
#d#�#AY�`0#�#w#+��#‫ހ‬##��#�ň�@ŀ#��#NC#L#@�#��##�#PF#�j##�,�#`��
�#
�H�_
#�#N
##�#�
F
g#-�p�[
(7>�1 �
/#�%�/#���U!S�#ye###�^zC4@L�hUu#��%�"��#) 4�b
�H
�f#l�#Qv�X1�`V`#
@���##�##X#�� �]##��#O�#S�#T#2�<#€Q�e
#�#<�)X#
@�-A��J
#� �`�7s�##��#,|##в|�s�43#!�#�N�`Cm#�x###�+@
"��%X##胡��0�#�#
J#1�#�##�T##�/��####&##���#�c�#�a�a�#V#f�Up#G���/<4�E�a�
�4�� ## �]�j1�@Q.�#`#0��#��###%��#�##�
0##�gps####�##��´
v�)z#��W�#Dw4Gl�#� ��#r
k0Z�#‫�ۀ‬kG�Z�3��;A�`####1
�#�`���###�r���##!#��##�#��#^
8�i#-��8##CO@v�%"#�#�#"2#(#�###@###�##��#.@�A61F�P�yX�#A�Hy�#
���G��x�5_##u#}n##��R�##@�
#�#��###�#�##�,#�N�#D#��'�#"a�#�#
��9�####b8|a�l�+�##*>�
8�0�X,�D�#�9�#_HR|�#>���#@I�#Z�^�#� �#ZW#�A�Ro�>#W�#�I��#$�'�#�
%@8"�#0##b#� �@#`���##��z
‫ט‬#�#�C##�#�N#n��H#�#�Յ��/#��P#p@���1�RH�#/�1J�,
�P�#�+#:�n
#0##�#/##'��#�x�� sL#A�/p�w�A�#L��s#[#\�#�?\-#
H��#�#v|�#"�I�*#(p�###�#�} G��###F#I�;���ɀG�#L#p&�##�@��#P��#>###��iE]
#����X�cO�t2#�V�#8~�J�x##2�#p��#]##�
P##��#
#�7�#(#FsR###ư�a#�#P* #��Ċ5##(��9���#p:ђ#z#�.#x��`#�#$b�##���##W##HTN�-
p##M�#0���#P1�#�##`$�###�##�4��#�j#aB|��a#
###�#ɀ#L�#�#�###
0#####
a#`8#�#��#f#���##
:^S�w#����I�#a"��Hb##&####0#p#��#&�##�9#&��##�# �|��Q? M###tf#���<
�#N` #0#�##�#�##�#�y�#!�poK�<RP�##� #XG#V
�`T�B�H###��m##���#X�##�a ���֠ b�ĵ�#\
�`,�#�:�#�`##�#�6Ka�p#�tt]#X,��vQ�#@##�R��#p#@####b�#P��
9�B�ap�\#/`��
�#
�#�#G��6�c##���чp#0#ym��#���#�9Y#�#/�<B��!a#��#a�'@#��GHk#��{8O�#\
z4*�!#�#6��a��#i�
#B�INDX(# #�Ne6/###########(###p###�#########�#�#�#�#
#############��
###
#`#N#####��
###
#P�rN1#�#R��N1#�#R��N1#�#�##q1#�###########################a#g#e#n#d#a####�
###
#h#R#####��
###
#�H�N1#�#���N1#�#���N1#�#
r#q1#�###########################c#a#l#e#n#d#a#r#######�
###
#h#V#####��
###
#���N1#�##n�N1#�##n�N1#�# r#q1#�#########################
#d#a#t#e#p#i#c#k#e#r###�
###
#h#R#####��
###
#���N1#�##n�N1#�##n�N1#�#
r#q1#�###########################D#A#T#E#P#I#~#1########�
###
#X#H#####��
###
#B��N1#�#AE�N1###AE�N1#�# r#q1#�###########################d#a#y##�
###
#p#\#####��
###
##
�N1#�#��#O1#�#��#O1#�#��#O1#�#########################
#e#r#r#o#r#m#e#s#s#a#g#e#s######�
###
#h#R#####��
###
##
�N1#�#��#O1#�#��#O1#�#��#O1#�###########################E#R#R#O#R#M#~#1######

#####p#Z#####��
###
#��#O1#�#��"O1#�#��"O1#�#.�#q1#�#########################
#e#v#e#n#t#d#e#t#a#i#l#s#######ɝ
#####h#R#####��
###
#��#O1#�#��"O1#�#��"O1#�#.�#q1#�###########################E#V#E#N#T#D#~#1###
#### �
###
#h#R#####��
###
#��'O1###�?O1#�#�?
O1#�#.�#q1#�###########################f#r#e#e#b#u#s#y#######,�
###
#`#J#####��
###
#�TDO1#�#4@PO1#�#4@PO1#�#�6#q1#�###########################g#r#i#d#######1�
###
#`#P#####��
###
###UO1#�#�+\O1#�#�+\O1#�#�+\O1#�###########################h#e#l#p#e#r#s#4�
###
#`#L#####��
###
#�+\O1#�#>�lO1#�#>�lO1#�#�6#q1#�###########################m#o#n#t#h#####:�
#####h#R#####��
###
#�>oO1#�#���O1#�#���O1#�#�]
%q1#�###########################p#r#o#v#i#d#e#r#######C�
###
#h#V#####��
###
#�#�O1#�# ��O1#�# ��O1###�]%q1#�#########################
#q#u#i#c#k#e#v#e#n#t###C�
###
#h#R#####��
###
#�#�O1#�# ��O1#�# ��O1#�#�]
%q1#�###########################Q#U#I#C#K#E#~#1#######H�
###
#h#T#####��
###
##d�O1#�#7ƗO1#�#7ƗO1#�#7ƗO1#�#########################
#s#c#h#e#d#u#l#e#r#####H�
###
#h#R#####��
###
##d�O1#�#7ƗO1#�#7ƗO1#�#7ƗO1#�###########################S#C#H#E#D#U#~#1#######J

###
#h#R#####��
###
#�(�O1#�#��O1#�#��O1#�#�'q1#�###########################s#e#t#t#i#n#g#s######
#O�
#####p#\#####��
###
#�R�O1#�#�y�O1###�y�O1#�#7"*q1#�#########################
#t#i#m#e#i#n#d#i#c#a#t#o#r#####O�
#####h#R#####��
###
#�R�O1#�#�y�O1#�#�y�O1#�#7"*q1#�###########################T#I#M#E#I#N#~#1###
####S�
###
#h#R#####��
###
#䠯 O1#�#
ȶO1#�#
ȶO1#�#7"*q1#�###########################t#i#m#e#l#i#n#e#######W�
###
#h#V#####��
###
#N*�O1#�##�O1#�##�O1#�#7"*q1#�#########################
#t#i#m#e#s#l#i#d#e#r###W�
###
#h#R#####��
###
#N*�O1#�##�O1#�##�O1#�#7"*q1#�###########################T#I#M#E#S#L#~#1#######
[�
###
#h#X#####��
#####���O1#�#Dx�O1#�#Dx�O1#�#Dx�O1#�###########################v#i#e#w#m#a#n#
a#g#e#r#[�
###
#h#R#####��
###
#���O1#�#Dx�O1#�#Dx�O1#�#Dx�O1#�###########################V#I#E#W#M#A#~#1###
####]�
#####`#J#####��
###
#Dx�O1#�#��O1#�#��O1#�#��,q1#�###########################w#e#e#k#######f�
###
#`#N#####��
###
#�O�O1#�#���O1#�#���O1#�#���O1#�###########################w#o#r#k#e#r#####
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
�###�#######################################�###!######################�####,
%##�###��ta�###############
###�G######�b�aG��#Zb##�####`##################�
## ###############h###@#t#z#r#e#s#.#d#l#l#,#-
#1#5#2#######################################################@#t#z#r#e#s#.#d#l#l#,#
-
#1#5#1###################################################���####@�Y#���#���##
###�#�`G��#########M#i#c#r#o#s#o#f#t#.#W#i#n#d#o#w#s#.#U#p#d#a#t#e#N#o#t#i#f#i#c
#a#t#i#o#n#P#i#p#e#l#i#n#e###C#:#\#P#r#o#g#r#a#m# #F#i#l#e#s#\#U#N#P#\
#S#y#s#t#e#m#L#o#g#s#\
#U#p#d#a#t#e#N#o#t#i#f#i#c#a#t#i#o#n#P#i#p#e#l#i#n#e#.#0#0#1#.#e#t#l######�P#P#,
%##�###��ta�###########################################################������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
��������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
���������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
���������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
���������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
���������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
���������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������� ####8� ##� #######� MOb� ###
########################8�## ###8��s
�� J�o
��R##�####,%##�###��xa�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#3#f#5#c#1#a#d#b#-#a#1#7#9#-
#4#7#1#8#-#8#e#9#f#-#0#b#6#1#6#d#d#7#a#b#e#7#}###P#a#c#k#a#g#e# #v#e#r#s#i#o#n# #=#
#0#.#3#.#0#.#0#########F##�####,%##�###ֱ|a�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#3#f#5#c#1#a#d#b#-#a#1#7#9#-
#4#7#1#8#-#8#e#9#f#-#0#b#6#1#6#d#d#7#a#b#e#7#}###C#a#t#a#l#o#g# #v#e#r#s#i#o#n# #=#
#2#####d##�####,%##�####�|a�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#3#f#5#c#1#a#d#b#-#a#1#7#9#-
#4#7#1#8#-#8#e#9#f#-
#0#b#6#1#6#d#d#7#a#b#e#7#}###U#p#d#a#t#e#N#o#t#i#f#i#c#a#t#i#o#n#M#g#r#:#
#S#t#a#r#t#i#n#g# #u#p#######�##�####,%##�###)�|a�###��
#U###�3��z#############�##########################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######�#
####�#�#� UNPCampaignManagerHeartbeat#CampaignID##GlobalEventCounter#
CV##PackageVersion##CampaignConfigVersion##ConfigCatalogVersion##ContentVersion##De
tectorVersion########{#3#f#5#c#1#a#d#b#-#a#1#7#9#-#4#7#1#8#-#8#e#9#f#-
#0#b#6#1#6#d#d#7#a#b#e#7#}###;!
######I8PlmNSznU66sNLO.0#0#.#3#.#0#.#0##########################�##�####,
%##�###>�}a�###��
#U###�3��z#############@##########################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######�#
####�#�#
UnpCampaignManagerZeroExhaustStatus#CampaignID##GlobalEventCounter#
CV##PackageVersion##CampaignConfigVersion##ConfigCatalogVersion##ContentVersion##De
tectorVersion##isZeroExhaustedEnabled#########{#3#f#5#c#1#a#d#b#-#a#1#7#9#-
#4#7#1#8#-#8#e#9#f#-#0#b#6#1#6#d#d#7#a#b#e#7#}###<!
######I8PlmNSznU66sNLO.0#0#.#3#.#0#.#0##########################�##�####,
%##�###WL�a�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#3#f#5#c#1#a#d#b#-#a#1#7#9#-
#4#7#1#8#-#8#e#9#f#-
#0#b#6#1#6#d#d#7#a#b#e#7#}###U#N#P#S#e#t#t#i#n#g#s#A#n#d#C#o#n#t#e#n#t#P#r#o#v#i#d#
e#r#:# #P#r#o#d#u#c#t#i#o#n# #C#h#a#n#n#e#l# #E#n#d#p#o#i#n#t#
#{#h#t#t#p#s#:#/#/#g#o#.#m#i#c#r#o#s#o#f#t#.#c#o#m#/#f#w#l#i#n#k#/#?
#l#i#n#k#i#d#=#8#5#1#2#9#0#}#####_##�####,%##�###
�#b�###��
#U###�3��z#############@##########################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######�#
####�#�#
UnpSubmitRequestForSettingsOrContentSuccessfulCall#CampaignID##GlobalEventCounter#
CV##PackageVersion##CampaignConfigVersion##ConfigCatalogVersion##ContentVersion##De
tectorVersion##requestAbsoluteUrl##requestQueryString##hresult#########{#3#f#5#c#1#
a#d#b#-#a#1#7#9#-#4#7#1#8#-#8#e#9#f#-#0#b#6#1#6#d#d#7#a#b#e#7#}###=!
######I8PlmNSznU66sNLO.0#0#.#3#.#0#.#0###################h#t#t#p#s#:#/#/
#g#o#.#m#i#c#r#o#s#o#f#t#.#c#o#m#/#f#w#l#i#n#k#/#?#l#i#n#k#i#d#=#8#5#1#2#9#0###/#?
#o#s#=#W#i#n#d#o#w#s#&#o#s#V#e#r#=#1#0#.#0#.#1#8#3#6#2#.#1#.#a#m#d#6#4#f#r#e#.#1#9#
h#1#_#r#e#l#e#a#s#e#.#1#9#0#3#1#8#-
#1#2#0#2#&#s#k#u#=#P#r#o#f#e#s#s#i#o#n#a#l#&#l#o#c#a#l#e#=#e#s#-
#M#X#&#r#i#n#g#=#R#e#t#a#i#l#&#d#e#v#i#c#e#I#d#=#%#7#B#0#C#1#7#4#D#B#D#-#5#E#4#6#-
#4#9#3#F#-#8#4#6#9#-#8#D#1#9#D#8#E#8#7#7#2#2#
%#7#D#&#a#p#p#V#e#r#=#0#.#3#.#0#.#0#&#u#b#r#=#1#0#1#6#&#c#a#m#p#a#i#g#n#I#d#=#
%#7#B#3#f#5#c#1#a#d#b#-#a#1#7#9#-#4#7#1#8#-#8#e#9#f#-#0#b#6#1#6#d#d#7#a#b#e#7#
%#7#D###0##�#�##�####,%##�###�#b�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######8##
###-#-##Information#CampaignID##Message##HResult#####{#3#f#5#c#1#a#d#b#-#a#1#7#9#-
#4#7#1#8#-#8#e#9#f#-
#0#b#6#1#6#d#d#7#a#b#e#7#}###U#p#d#a#t#e#N#o#t#i#f#i#c#a#t#i#o#n#M#g#r#:#
#C#a#m#p#a#i#g#n# #c#a#t#a#l#o#g# #w#a#s# #u#p# #t#o# #d#a#t#e###0##��##�####,
%##�###‫ݐ‬#b�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#3#f#5#c#1#a#d#b#-#a#1#7#9#-
#4#7#1#8#-#8#e#9#f#-#0#b#6#1#6#d#d#7#a#b#e#7#}###S#t#a#m#p#e#d# #a# #n#e#w#
#e#x#p#i#r#a#t#i#o#n# #{#S#o#f#t#w#a#r#e#\#M#i#c#r#o#s#o#f#t#\#U#N#P#\
#U#p#d#a#t#e#N#o#t#i#f#i#c#a#t#i#o#n#M#g#r#}# #e#x#p#i#r#a#t#i#o#n# #d#a#t#e#
#{#1#3#2#4#5#1#8#7#6#6#7#4#1#0#0#0#0#0#}###&##�####,%##�###��#b�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#3#f#5#c#1#a#d#b#-#a#1#7#9#-
#4#7#1#8#-#8#e#9#f#-#0#b#6#1#6#d#d#7#a#b#e#7#}###A#t#t#e#m#p#t#i#n#g# #t#o#
#i#n#i#t#i#a#l#i#z#e# #P#l#a#t#f#o#r#m# #c#o#n#f#i#g#u#r#a#t#i#o#n#
#f#i#l#e#p#a#t#h#=#C#:#\#P#r#o#g#r#a#m# #F#i#l#e#s#\#U#N#P#\
#U#p#d#a#t#e#N#o#t#i#f#i#c#a#t#i#o#n#M#g#r#\
#U#p#d#a#t#e#N#o#t#i#f#i#c#a#t#i#o#n#C#a#t#a#l#o#g#.#j#s#o#n#
#####�##�####,%##�###�#b�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#3#f#5#c#1#a#d#b#-#a#1#7#9#-
#4#7#1#8#-#8#e#9#f#-#0#b#6#1#6#d#d#7#a#b#e#7#}###A#t#t#e#m#p#t#i#n#g# #t#o#
#o#p#e#n# #c#a#t#a#l#o#g# #f#i#l#e#:# #C#:#\#P#r#o#g#r#a#m# #F#i#l#e#s#\#U#N#P#\
#U#p#d#a#t#e#N#o#t#i#f#i#c#a#t#i#o#n#M#g#r#\
#U#p#d#a#t#e#N#o#t#i#f#i#c#a#t#i#o#n#C#a#t#a#l#o#g#.#j#s#o#n#######�##�####,
%##�####�#b�###��
#U###�3��z#############@##########################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######�#
####�#�#
UNPCampaignManagerCatalogValues#CampaignID##GlobalEventCounter#
CV##PackageVersion##CampaignConfigVersion##ConfigCatalogVersion##ContentVersion##De
tectorVersion##globalShutoff##revision####{#3#f#5#c#1#a#d#b#-#a#1#7#9#-#4#7#1#8#-
#8#e#9#f#-#0#b#6#1#6#d#d#7#a#b#e#7#}###>!
######I8PlmNSznU66sNLO.0#0#.#3#.#0#.#0##################################`##�####,
%##�###`�#b�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#3#f#5#c#1#a#d#b#-#a#1#7#9#-
#4#7#1#8#-#8#e#9#f#-#0#b#6#1#6#d#d#7#a#b#e#7#}###C#a#t#a#l#o#g# #f#i#l#e#
#s#u#c#c#e#s#s#f#u#l#l#y# #p#a#r#s#e#d###F##�####,%##�###~�#b�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#3#f#5#c#1#a#d#b#-#a#1#7#9#-
#4#7#1#8#-#8#e#9#f#-#0#b#6#1#6#d#d#7#a#b#e#7#}###C#a#t#a#l#o#g# #v#e#r#s#i#o#n# #=#
#2#####�##�####,%##�####�#b�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#3#f#5#c#1#a#d#b#-#a#1#7#9#-
#4#7#1#8#-#8#e#9#f#-
#0#b#6#1#6#d#d#7#a#b#e#7#}###U#p#d#a#t#e#N#o#t#i#f#i#c#a#t#i#o#n#M#g#r#:#
#N#u#m#b#e#r# #o#f# #c#u#r#r#e#n#t# #c#a#m#p#a#i#g#n#s# #i#n# #t#h#e#
#c#a#t#a#l#o#g# #=# #2#########�##�####,%##�###>�#b�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-
#0#A#0#1#9#8#0#5#F#6#8#6#}###U#p#d#a#t#e#N#o#t#i#f#i#c#a#t#i#o#n#M#g#r#:#
#P#r#o#c#e#s#s#i#n#g# #c#a#m#p#a#i#g#n# #=#
#{#1#9#H#1#C#o#m#p#a#t#B#l#o#c#k#D#P#A#}#########R##�####,%##�###i�#b�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#3#f#5#c#1#a#d#b#-#a#1#7#9#-
#4#7#1#8#-#8#e#9#f#-#0#b#6#1#6#d#d#7#a#b#e#7#}###P#a#c#k#a#g#e# #v#e#r#s#i#o#n# #=#
#0#.#3#.#0#.#0#########F##�####,%##�###�#b�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#3#f#5#c#1#a#d#b#-#a#1#7#9#-
#4#7#1#8#-#8#e#9#f#-#0#b#6#1#6#d#d#7#a#b#e#7#}###C#a#t#a#l#o#g# #v#e#r#s#i#o#n# #=#
#2#####D##�####,%##�###!�#b�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###C#o#n#f#i#g# #v#e#r#s#i#o#n# #=#
#2#######x##�####,%##�###[�#b�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######8##
###)#)##Warning#CampaignID##Message##HResult#########{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#r#r#o#r# #g#e#t#t#i#n#g#
#c#a#m#p#a#i#g#n# #c#o#n#t#e#n#t# #v#e#r#s#i#o#n######�H##�####,
%##�###u�#b�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###D#e#t#e#c#t#o#r# #v#e#r#s#i#o#n#
#=# #7###�##�####,%##�###��#b�###��
#U###�3��z#############�##########################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######�#
####�#�#� UNPCampaignHeartbeat#CampaignID##GlobalEventCounter#
CV##PackageVersion##CampaignConfigVersion##ConfigCatalogVersion##ContentVersion##De
tectorVersion#######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-#A#0#D#9#-
#0#A#0#1#9#8#0#5#F#6#8#6#}###?!
######I8PlmNSznU66sNLO.0#0#.#3#.#0#.#0##########################J##�####,
%##�###��#b�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-
#0#A#0#1#9#8#0#5#F#6#8#6#}###U#p#d#a#t#e#N#o#t#i#f#i#c#a#t#i#o#n#M#g#r#:#
#A#t#t#e#m#p#i#n#g# #t#o# #d#o#w#n#l#o#a#d# #t#h#e# #c#o#n#f#i#g#u#r#a#t#i#o#n#
#f#i#l#e# #f#r#o#m# #h#t#t#p#s#:#/#/#s#e#t#t#i#n#g#s#-
#w#i#n#.#d#a#t#a#.#m#i#c#r#o#s#o#f#t#.#c#o#m#/#s#e#t#t#i#n#g#s#/#v#2#.#0#/#w#s#d#/
#U#N#P#C#o#n#f#i#g#_#C#u#r#r#e#n#c#y#########�##�####,%##�###�BEb�###��
#U###�3��z#############@##########################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######�#
####�#�#
UnpSubmitRequestForSettingsOrContentSuccessfulCall#CampaignID##GlobalEventCounter#
CV##PackageVersion##CampaignConfigVersion##ConfigCatalogVersion##ContentVersion##De
tectorVersion##requestAbsoluteUrl##requestQueryString##hresult#########{#7#3#0#3#7#
0#7#F#-#5#8#0#7#-#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###@!
######I8PlmNSznU66sNLO.0#0#.#3#.#0#.#0###################h#t#t#p#s#:#/#/
#s#e#t#t#i#n#g#s#-#w#i#n#.#d#a#t#a#.#m#i#c#r#o#s#o#f#t#.#c#o#m#/#s#e#t#t#i#n#g#s#/
#v#2#.#0#/#w#s#d#/#U#N#P#C#o#n#f#i#g#_#C#u#r#r#e#n#c#y###/#?
#o#s#=#W#i#n#d#o#w#s#&#o#s#V#e#r#=#1#0#.#0#.#1#8#3#6#2#.#1#.#a#m#d#6#4#f#r#e#.#1#9#
h#1#_#r#e#l#e#a#s#e#.#1#9#0#3#1#8#-
#1#2#0#2#&#s#k#u#=#P#r#o#f#e#s#s#i#o#n#a#l#&#l#o#c#a#l#e#=#e#s#-
#M#X#&#r#i#n#g#=#R#e#t#a#i#l#&#d#e#v#i#c#e#I#d#=#%#7#B#0#C#1#7#4#D#B#D#-#5#E#4#6#-
#4#9#3#F#-#8#4#6#9#-#8#D#1#9#D#8#E#8#7#7#2#2#
%#7#D#&#a#p#p#V#e#r#=#0#.#3#.#0#.#0#&#u#b#r#=#1#0#1#6#&#c#a#m#p#a#i#g#n#I#d#=#
%#7#B#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#
%#7#D###0##�#####�##�####,%##�###�CEb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######8##
###-#-##Information#CampaignID##Message##HResult#####{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-
#0#A#0#1#9#8#0#5#F#6#8#6#}###U#p#d#a#t#e#N#o#t#i#f#i#c#a#t#i#o#n#M#g#r#:#
#C#a#m#p#a#i#g#n# #C#o#n#f#i#g#u#r#a#t#i#o#n# #i#s# #u#p# #t#o#
#d#a#t#e###0##�######`##�####,%##�###@IEb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#3#f#5#c#1#a#d#b#-#a#1#7#9#-
#4#7#1#8#-#8#e#9#f#-#0#b#6#1#6#d#d#7#a#b#e#7#}###S#t#a#m#p#e#d# #a# #n#e#w#
#e#x#p#i#r#a#t#i#o#n# #{#S#o#f#t#w#a#r#e#\#M#i#c#r#o#s#o#f#t#\#U#N#P#\
#U#p#d#a#t#e#N#o#t#i#f#i#c#a#t#i#o#n#M#g#r#\#U#N#P#C#a#m#p#a#i#g#n#s#\
#{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}#}#
#e#x#p#i#r#a#t#i#o#n# #d#a#t#e#
#{#1#3#2#4#5#1#8#7#6#6#7#7#6#9#0#0#0#0#}###z##�####,%##�###�MEb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###A#t#t#e#m#p#t#i#n#g# #t#o#
#o#p#e#n# #c#a#m#p#a#i#g#n# #c#o#n#f#i#g#u#r#a#t#i#o#n# #f#i#l#e#:# #C#:#\
#P#r#o#g#r#a#m# #F#i#l#e#s#\#U#N#P#\#U#p#d#a#t#e#N#o#t#i#f#i#c#a#t#i#o#n#M#g#r#\
#U#N#P#C#a#m#p#a#i#g#n#s#\#{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-#A#0#D#9#-
#0#A#0#1#9#8#0#5#F#6#8#6#}#\
#C#o#n#f#i#g#_#1#3#2#3#7#4#2#0#6#3#3#6#0#6#0#0#0#0#.#j#s#o#n#########~##�####,
%##�###։Jb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###C#a#m#p#a#i#g#n#
#c#o#n#f#i#g#u#r#a#t#i#o#n# #f#i#l#e# #s#u#c#c#e#s#s#f#u#l#l#y#
#p#a#r#s#e#d#####z##�####,%##�###ƊJb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###A#t#t#e#m#p#t#i#n#g# #t#o# #r#e#t#r#i#e#v#e#
#c#o#n#f#i#g# #v#a#l#u#e# #f#o#r#:# #R#E#V#I#S#I#O#N#########V##�####,
%##�###I�Jb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###S#u#c#c#e#s#s#f#u#l#l#y# #r#e#t#r#i#e#v#e#d#
#v#a#l#u#e#:# #2#####D##�####,%##�###|�Jb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###C#o#n#f#i#g# #v#e#r#s#i#o#n# #=#
#2#######R##�####,%##�###��Jb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#3#f#5#c#1#a#d#b#-#a#1#7#9#-
#4#7#1#8#-#8#e#9#f#-#0#b#6#1#6#d#d#7#a#b#e#7#}###P#a#c#k#a#g#e# #v#e#r#s#i#o#n# #=#
#0#.#3#.#0#.#0#########F##�####,%##�####�Jb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#3#f#5#c#1#a#d#b#-#a#1#7#9#-
#4#7#1#8#-#8#e#9#f#-#0#b#6#1#6#d#d#7#a#b#e#7#}###C#a#t#a#l#o#g# #v#e#r#s#i#o#n# #=#
#2#####D##�####,%##�###u�Jb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###C#o#n#f#i#g# #v#e#r#s#i#o#n# #=#
#2#######x##�####,%##�###��Jb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######8##
###)#)##Warning#CampaignID##Message##HResult#########{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#r#r#o#r# #g#e#t#t#i#n#g#
#c#a#m#p#a#i#g#n# #c#o#n#t#e#n#t# #v#e#r#s#i#o#n######�H##�####,
%##�###��Jb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###D#e#t#e#c#t#o#r# #v#e#r#s#i#o#n#
#=# #7###z##�####,%##�###�Jb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###A#t#t#e#m#p#t#i#n#g# #t#o#
#o#p#e#n# #c#a#m#p#a#i#g#n# #c#o#n#f#i#g#u#r#a#t#i#o#n# #f#i#l#e#:# #C#:#\
#P#r#o#g#r#a#m# #F#i#l#e#s#\#U#N#P#\#U#p#d#a#t#e#N#o#t#i#f#i#c#a#t#i#o#n#M#g#r#\
#U#N#P#C#a#m#p#a#i#g#n#s#\#{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-#A#0#D#9#-
#0#A#0#1#9#8#0#5#F#6#8#6#}#\
#C#o#n#f#i#g#_#1#3#2#3#7#4#2#0#6#3#3#6#0#6#0#0#0#0#.#j#s#o#n#########~##�####,
%##�###�Kb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###C#a#m#p#a#i#g#n#
#c#o#n#f#i#g#u#r#a#t#i#o#n# #f#i#l#e# #s#u#c#c#e#s#s#f#u#l#l#y#
#p#a#r#s#e#d#####z##�####,%##�###��Kb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###A#t#t#e#m#p#t#i#n#g# #t#o# #r#e#t#r#i#e#v#e#
#c#o#n#f#i#g# #v#a#l#u#e# #f#o#r#:# #R#E#V#I#S#I#O#N#########V##�####,
%##�###�Kb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###S#u#c#c#e#s#s#f#u#l#l#y# #r#e#t#r#i#e#v#e#d#
#v#a#l#u#e#:# #2#####D##�####,%##�###��Kb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###C#o#n#f#i#g# #v#e#r#s#i#o#n# #=#
#2#######�##�####,%##�###�Kb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###A#t#t#e#m#p#t#i#n#g# #t#o# #r#e#t#r#i#e#v#e#
#c#o#n#f#i#g# #v#a#l#u#e# #f#o#r#:#
#C#A#M#P#A#I#G#N#E#X#P#I#R#E#D#A#T#E#####b##�####,%##�###)�Kb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###S#u#c#c#e#s#s#f#u#l#l#y# #r#e#t#r#i#e#v#e#d#
#F#i#l#e#t#i#m#e# #v#a#l#u#e#########�##�####,%##�###=�Kb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###A#t#t#e#m#p#t#i#n#g# #t#o# #r#e#t#r#i#e#v#e#
#c#o#n#f#i#g# #v#a#l#u#e# #f#o#r#:# #C#A#M#P#A#I#G#N#P#A#U#S#E#D#####^##�####,
%##�###]�Kb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###S#u#c#c#e#s#s#f#u#l#l#y# #r#e#t#r#i#e#v#e#d#
#v#a#l#u#e#:# #F#a#l#s#e#####�##�####,%##�###m�Kb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###A#t#t#e#m#p#t#i#n#g# #t#o# #r#e#t#r#i#e#v#e#
#c#o#n#f#i#g# #v#a#l#u#e# #f#o#r#:#
#C#A#M#P#A#I#G#N#T#I#M#E#T#O#G#O#L#I#V#E#########b##�####,%##�###��Kb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###S#u#c#c#e#s#s#f#u#l#l#y# #r#e#t#r#i#e#v#e#d#
#F#i#l#e#t#i#m#e# #v#a#l#u#e#########Q##�####,%##�###P�Kb�###��
#U###�3��z#############@##########################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�#########
#######
UNPCampaignManagerGetCampaignState#CampaignID##GlobalEventCounter#
CV##PackageVersion##CampaignConfigVersion##ConfigCatalogVersion##ContentVersion##De
tectorVersion##campaignState##campaignExpired##campaignPaused##campaignLive##config
Staged##configExpired#######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-#A#0#D#9#-
#0#A#0#1#9#8#0#5#F#6#8#6#}###A!
######I8PlmNSznU66sNLO.0#0#.#3#.#0#.#0#############################################
#####f##�####,%##�###}�Kb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###A#t#t#e#m#p#t#i#n#g# #t#o# #r#e#t#r#i#e#v#e#
#c#a#m#p#a#i#g#n# #a#c#t#i#o#n#s#####\##�####,%##�####�Kb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###S#u#c#c#e#s#s#f#u#l#l#y# #r#e#t#r#i#e#v#e#d#
#3# #s#u#b#s#t#a#t#e#s#######�##�####,%##�###��Kb�###��
#U###�3��z#############@##########################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######�#
####�#�#
UNPCampaignManagerCampaignIsActive#CampaignID##GlobalEventCounter#
CV##PackageVersion##CampaignConfigVersion##ConfigCatalogVersion##ContentVersion##De
tectorVersion##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-#A#0#D#9#-
#0#A#0#1#9#8#0#5#F#6#8#6#}###B!
######I8PlmNSznU66sNLO.0#0#.#3#.#0#.#0##########################�##�####,%##�###
�Kb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-
#0#A#0#1#9#8#0#5#F#6#8#6#}###R#u#n#D#e#t#e#c#t#o#r#A#c#t#i#o#n#:#
#E#x#e#c#u#t#i#n#g# #d#e#t#e#c#t#o#r# #x#m#l#
#P#R#E#D#E#T#E#C#T#I#O#N#D#E#T#E#C#T#O#R#######�##�####,%##�###!�Kb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###A#t#t#e#m#p#t#i#n#g# #t#o# #r#e#t#r#i#e#v#e#
#c#o#n#f#i#g# #v#a#l#u#e# #f#o#r#:#
#P#R#E#D#E#T#E#C#T#I#O#N#D#E#T#E#C#T#O#R#########^##�####,%##�###��Kb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###S#u#c#c#e#s#s#f#u#l#l#y# #r#e#t#r#i#e#v#e#d#
#D#e#t#e#c#t#o#r# #X#M#L#####l##�####,%##�###�Kb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#S#t#a#r#t#i#n#g# #M#o#i#r#a#i# #f#r#o#m# #X#M#L#######h##�####,
%##�###7�Kb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#I#n#i#t#i#a#l#i#z#i#n#g# #w#i#t#h# #f#r#o#m# #X#M#L###Z##�####,%##�###
%<Nb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #G#e#t#t#i#n#g#
#f#o#r#m#u#l#a# #i#d#s#########�##�####,%##�###.ONb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######8##
###)#)##Verbose#CampaignID##Message##HResult#########{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#F#i#l#t#e#r# #w#a#s# #v#a#l#i#d# #f#o#r# #t#h#i#s#
#m#a#c#h#i#n#e#############X##�####,%##�###6PNb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #A#d#d#e#d#
#f#o#r#m#u#l#a# #i#d# #1###X##�####,%##�###�PNb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #A#d#d#e#d#
#f#o#r#m#u#l#a# #i#d# #2###X##�####,%##�###�PNb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #A#d#d#e#d#
#f#o#r#m#u#l#a# #i#d# #3###X##�####,%##�###DQNb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #A#d#d#e#d#
#f#o#r#m#u#l#a# #i#d# #4###X##�####,%##�###�QNb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #A#d#d#e#d#
#f#o#r#m#u#l#a# #i#d# #5###�##�####,%##�###.XNb�###��
#U###�3��z#############@##########################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######�#
####�#�#
DetectorProcessStart#CampaignID##GlobalEventCounter#
CV##PackageVersion##CampaignConfigVersion##ConfigCatalogVersion##ContentVersion##De
tectorVersion########{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-#A#0#D#9#-
#0#A#0#1#9#8#0#5#F#6#8#6#}###C!
######I8PlmNSznU66sNLO.0#0#.#3#.#0#.#0##########################b##�####,
%##�###6ZNb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#C#o#n#f#i#g# #v#e#r#s#i#o#n# #i#s# #7#########H##�####,%##�###�\Nb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###D#e#t#e#c#t#o#r# #v#e#r#s#i#o#n#
#=# #7###�##�####,%##�###�_Nb�###��
#U###�3��z#############@##########################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######�#
####�#�#
DetectorPing#CampaignID##GlobalEventCounter#
CV##PackageVersion##CampaignConfigVersion##ConfigCatalogVersion##ContentVersion##De
tectorVersion##version#######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-#A#0#D#9#-
#0#A#0#1#9#8#0#5#F#6#8#6#}###D!
######I8PlmNSznU66sNLO.0#0#.#3#.#0#.#0##########################|##�####,
%##�####cNb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#G#e#t#t#i#n#g# #a#n#d# #e#v#a#l#u#a#t#i#n#g# #f#o#r#m#u#l#a# #1#######V##�####,
%##�####cNb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #G#e#t#t#i#n#g#
#f#o#r#m#u#l#a# #1#####h##�####,%##�###,cNb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #G#e#t#t#i#n#g#
#t#y#p#e# #f#o#r# #f#o#r#m#u#l#a# #1###b##�####,%##�###jdNb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#C#o#n#f#i#g# #v#e#r#s#i#o#n# #i#s# #7#########r##�####,%##�###�eNb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #G#e#t#t#i#n#g#
#e#x#p#e#r#s#i#o#n# #f#o#r# #f#o#r#m#u#l#a# #1#########l##�####,
%##�###J#Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #G#e#t#t#i#n#g#
#a#c#t#i#o#n# #f#o#r# #f#o#r#m#u#l#a# #1#######�##�####,%##�###\#Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #G#e#t#t#i#n#g#
#e#x#i#s#t#e#n#c#e# #o#f# #e#l#s#e# #a#c#t#i#o#n# #f#o#r# #f#o#r#m#u#l#a#
#1###v##�####,%##�###T Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #G#e#t#t#i#n#g#
#e#l#s#e# #a#c#t#i#o#n# #f#o#r# #f#o#r#m#u#l#a# #1#####^##�####,
%##�###U#Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #f#o#r#m#u#l#a# #1#l#####>##�####,%##�###e#Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #A#N#D#
#n#o#d#e#####>##�####,%##�###t#Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #N#O#T#
#n#o#d#e#####<##�####,%##�###�#Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######f##�####,%##�###�#Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e########�####,%##�###c
%Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,# #C#o#r#e#;#
#A#c#t#u#a#l#,# #P#r#o#f#e#s#s#i#o#n#a#l#;# #O#p#,# #2#######f##�####,%##�###|
%Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####"##�####,
%##�###�&Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,#
#C#o#r#e#C#o#u#n#t#r#y#S#p#e#c#i#f#i#c#;# #A#c#t#u#a#l#,#
#P#r#o#f#e#s#s#i#o#n#a#l#;# #O#p#,# #2#########f##�####,%##�###�&Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e########�####,
%##�###�'Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,#
#C#o#r#e#N#;# #A#c#t#u#a#l#,# #P#r#o#f#e#s#s#i#o#n#a#l#;# #O#p#,# #2#####f##�####,
%##�###�'Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e##### ##�####,
%##�####)Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,#
#C#o#r#e#S#i#n#g#l#e#L#a#n#g#u#a#g#e#;# #A#c#t#u#a#l#,# #P#r#o#f#e#s#s#i#o#n#a#l#;#
#O#p#,# #2###f##�####,%##�###5)Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####
##�####,%##�###W*Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,#
#C#o#r#e#A#R#M#;# #A#c#t#u#a#l#,# #P#r#o#f#e#s#s#i#o#n#a#l#;# #O#p#,#
#2#########f##�####,%##�###n*Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e########�####,
%##�###�+Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,#
#C#o#r#e#C#o#n#n#e#c#t#e#d#;# #A#c#t#u#a#l#,# #P#r#o#f#e#s#s#i#o#n#a#l#;# #O#p#,#
#2#####f##�####,%##�###�+Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####4##�####,%##�####-
Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,#
#C#o#r#e#C#o#n#n#e#c#t#e#d#C#o#u#n#t#r#y#S#p#e#c#i#f#i#c#;# #A#c#t#u#a#l#,#
#P#r#o#f#e#s#s#i#o#n#a#l#;# #O#p#,# #2#######f##�####,%##�###$-Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e########�####,
%##�###K.Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,#
#C#o#r#e#C#o#n#n#e#c#t#e#d#N#;# #A#c#t#u#a#l#,# #P#r#o#f#e#s#s#i#o#n#a#l#;# #O#p#,#
#2###f##�####,%##�###b.Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g#
#n#o#d#e#####2##�####,%##�###�/Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,#
#C#o#r#e#C#o#n#n#e#c#t#e#d#S#i#n#g#l#e#L#a#n#g#u#a#g#e#;# #A#c#t#u#a#l#,#
#P#r#o#f#e#s#s#i#o#n#a#l#;# #O#p#,# #2#########>##�####,%##�###�/Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #A#N#D#
#n#o#d#e#####f##�####,%##�###�/Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####<##�####,
%##�###f0Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######>##�####,%##�###u0Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #A#N#D#
#n#o#d#e#####H##�####,%##�###�0Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###�##�####,%##�###�1Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###K#e#y#,# #S#O#F#T#W#A#R#E#\
#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\
#C#u#r#r#e#n#t#M#a#j#o#r#V#e#r#s#i#o#n#N#u#m#b#e#r#;# #E#x#p#e#c#t#e#d#,# #1#0#;#
#A#c#t#u#a#l#,# #1#0#;# #O#p#,# #2###H##�####,%##�###�1Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###�##�####,%##�###�2Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###K#e#y#,# #S#O#F#T#W#A#R#E#\
#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\
#C#u#r#r#e#n#t#M#i#n#o#r#V#e#r#s#i#o#n#N#u#m#b#e#r#;# #E#x#p#e#c#t#e#d#,# #0#;#
#A#c#t#u#a#l#,# #0#;# #O#p#,# #2#######<##�####,%##�###�2Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######f##�####,%##�###�2Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�####4Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#7#7#6#3#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�###&4Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,%##�###?
5Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#8#3#6#2#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�###U5Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###o6Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#8#3#6#3#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####<##�####,
%##�###�6Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######f##�####,%##�###�6Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####>##�####,
%##�####7Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #A#N#D#
#n#o#d#e#####f##�####,%##�####7Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####H##�####,
%##�###v7Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###>##�####,%##�###�7Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #N#O#T#
#n#o#d#e#####H##�####,%##�###�7Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###>##�####,%##�###)8Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #A#N#D#
#n#o#d#e#####H##�####,%##�###88Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###�##�####,%##�###R9Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###K#e#y#,# #S#O#F#T#W#A#R#E#\
#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\
#C#u#r#r#e#n#t#M#a#j#o#r#V#e#r#s#i#o#n#N#u#m#b#e#r#;# #E#x#p#e#c#t#e#d#,# #1#0#;#
#A#c#t#u#a#l#,# #1#0#;# #O#p#,# #2###H##�####,%##�###e9Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###�##�####,%##�###y:Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###K#e#y#,# #S#O#F#T#W#A#R#E#\
#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\
#C#u#r#r#e#n#t#M#i#n#o#r#V#e#r#s#i#o#n#N#u#m#b#e#r#;# #E#x#p#e#c#t#e#d#,# #0#;#
#A#c#t#u#a#l#,# #0#;# #O#p#,# #2#######<##�####,%##�###�:Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######f##�####,%##�###�:Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###�;Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#4#3#9#3#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�###�;Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###�<Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#5#0#6#3#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�###�<Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,%##�###-
>Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#6#2#9#9#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�###E>Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,%##�###[?
Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#7#1#3#4#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,%##�###p?
Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###�@Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#7#7#6#3#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�###�@Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�####BOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#8#3#6#2#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�###mBOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###�COb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#8#3#6#3#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####<##�####,
%##�###�COb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######f##�####,%##�####DOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####>##�####,
%##�###RDOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #A#N#D#
#n#o#d#e#####f##�####,%##�###cDOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####H##�####,
%##�###�DOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###>##�####,%##�###NEOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #N#O#T#
#n#o#d#e#####H##�####,%##�###_EOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###>##�####,%##�###�EOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #A#N#D#
#n#o#d#e#####<##�####,%##�####FOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######f##�####,%##�####FOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###�GOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#5#0#6#3#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�###�GOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,%##�###
IOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#6#2#9#9#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�####IOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###�JOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#7#1#3#4#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�###�JOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###�KOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#8#3#6#2#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�###�KOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�####MOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#8#3#6#3#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####<##�####,
%##�####MOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######��������������������������������������������
������������������������������������������������������
������������������������������������������������������
������������������������������������������������ ####� ###
#######��Ob�###########################�## ###80,n
��8`�m
��H##�####,%##�###�MOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###H##�####,%##�###�NOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###H##�####,%##�####OOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###>##�####,%##�###QOOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #A#N#D#
#n#o#d#e#####H##�####,%##�###`OOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###H##�####,%##�###�OOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###>##�####,%##�####POb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #N#O#T#
#n#o#d#e#####H##�####,%##�####POb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###>##�####,%##�###ePOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #A#N#D#
#n#o#d#e#####<##�####,%##�###uPOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######f##�####,%##�###�POb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###�QOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#5#0#6#3#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�####ROb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g#
#n#o#d#e#####�##�####,%##�###/SOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#6#2#9#9#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�###ESOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###cTOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#7#1#3#4#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�###yTOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###�UOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#7#7#6#3#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�###�UOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�####WOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#8#3#6#2#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�####WOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###0XOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#8#3#6#3#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####<##�####,
%##�###FXOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######H##�####,%##�###RXOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###H##�####,%##�###�XOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###>##�####,%##�###�XOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #A#N#D#
#n#o#d#e#####H##�####,%##�###
YOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###�##�####,%##�###!ZOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###K#e#y#,# #S#O#F#T#W#A#R#E#\
#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\
#C#u#r#r#e#n#t#M#a#j#o#r#V#e#r#s#i#o#n#N#u#m#b#e#r#;# #E#x#p#e#c#t#e#d#,# #1#0#;#
#A#c#t#u#a#l#,# #1#0#;# #O#p#,# #2###H##�####,%##�###4ZOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###�##�####,%##�###G[Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###K#e#y#,# #S#O#F#T#W#A#R#E#\
#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\
#C#u#r#r#e#n#t#M#i#n#o#r#V#e#r#s#i#o#n#N#u#m#b#e#r#;# #E#x#p#e#c#t#e#d#,# #0#;#
#A#c#t#u#a#l#,# #0#;# #O#p#,# #2#######<##�####,%##�###Y[Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######f##�####,%##�###g[Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,%##�###\
Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#0#5#8#6#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,%##�###�\
Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###�]Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#4#3#9#3#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�###�]Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###�^Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#5#0#6#3#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�###�^Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###�_Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#6#2#9#9#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�####`Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###(aOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#7#1#3#4#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�###=aOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###UbOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#7#7#6#3#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####<##�####,
%##�###kbOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######H##�####,%##�###xbOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###H##�####,%##�###�bOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###>##�####,%##�###rdOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #A#N#D#
#n#o#d#e#####H##�####,%##�####eOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###<##�####,%##�###qeOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######>##�####,%##�###eOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #A#N#D#
#n#o#d#e#####<##�####,%##�###�eOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######f##�####,%##�###�eOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�####gOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#4#3#9#3#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�###,gOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###IhOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#5#0#6#3#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�###_hOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###�iOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#6#2#9#9#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�###�iOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###�jOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#7#1#3#4#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�###�jOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�####lOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#7#7#6#3#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####H##�####,
%##�###)lOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###<##�####,%##�###�lOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######f##�####,%##�###�lOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###�mOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#0#5#8#6#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�###�mOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###�nOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#4#3#9#3#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####>##�####,
%##�###�nOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #N#O#T#
#n#o#d#e#####H##�####,%##�###�nOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###<##�####,%##�###RoOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######<##�####,%##�###`oOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######H##�####,%##�###moOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###H##�####,%##�###�oOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###<##�####,%##�####pOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######H##�####,%##�####pOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###H##�####,%##�###UpOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###>##�####,%##�###�pOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #A#N#D#
#n#o#d#e#####<##�####,%##�###�pOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######H##�####,%##�###�pOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###H##�####,%##�###�pOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###<##�####,%##�###KqOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######>##�####,%##�###WqOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #A#N#D#
#n#o#d#e#####<##�####,%##�###bqOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######f##�####,%##�###pqOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###�rOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#4#3#9#3#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�###�rOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###�sOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#5#0#6#3#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�###�sOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###�tOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#6#2#9#9#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�###�tOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�####vOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#7#1#3#4#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�####vOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g#
#n#o#d#e#####�##�####,%##�###/wOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#7#7#6#3#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####H##�####,
%##�###FwOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###f##�####,%##�###�wOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###�xOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#0#5#8#6#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####>##�####,
%##�###�xOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #N#O#T#
#n#o#d#e#####H##�####,%##�###�xOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###>##�####,%##�###)yOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #A#N#D#
#n#o#d#e#####<##�####,%##�###7yOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######H##�####,%##�###CyOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###H##�####,%##�###�yOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###<##�####,%##�###�yOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######>##�####,%##�###�yOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #A#N#D#
#n#o#d#e#####<##�####,%##�###�yOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######f##�####,%##�####zOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�####{Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#4#3#9#3#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,%##�###.
{Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,%##�###B|
Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#5#0#6#3#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,%##�###W|
Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###l}Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#6#2#9#9#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�###�}Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###�~Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#7#1#3#4#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####f##�####,
%##�###�~Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####�##�####,
%##�###�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#C#u#r#r#e#n#t#B#u#i#l#d#;# #E#x#p#e#c#t#e#d#,#
#1#7#7#6#3#;# #A#c#t#u#a#l#,# #1#8#3#6#2#;# #O#p#,# #2#####H##�####,
%##�###�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###>##�####,%##�###)�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #N#O#T#
#n#o#d#e#####H##�####,%##�###8�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###�##�####,%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #U#N#P#
#D#e#t#e#c#t#o#r#:# #F#o#r#m#u#l#a# #e#v#a#l#u#a#t#e#d# #t#o#
#f#a#l#s#e#######p##�####,%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#F#o#r#m#u#l#a# #e#v#a#l#u#a#t#e#d# #t#o# #f#a#l#s#e###n##�####,%##�###€Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#x#e#c#u#t#i#n#g# #e#l#s#e# #f#o#r# #f#o#r#m#u#l#a# #1#l#####<##�####,
%##�###̀Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#x#e#c#u#t#i#n#g# #A#N#D#
#n#o#d#e#######"##�####,%##�###�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#x#e#c#u#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e# #f#o#r# #k#e#y#:# #S#o#f#t#w#a#r#e#\#M#i#c#r#o#s#o#f#t#\#U#N#P#\
#D#e#t#e#c#t#o#r#\#{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-#A#0#D#9#-
#0#A#0#1#9#8#0#5#F#6#8#6#}#\#S#t#a#t#e#,# #v#a#l#u#e#:#
#I#s#U#N#P#W#U#f#B#D#e#v#i#c#e#########�##�####,%##�###��Ob�###��
#U###�3��z#############@##########################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######�#
####�#�#
DetectorFormExecution#CampaignID##GlobalEventCounter#
CV##PackageVersion##CampaignConfigVersion##ConfigCatalogVersion##ContentVersion##De
tectorVersion##regKey##regValue##regData##operation#########{#7#3#0#3#7#0#7#F#-
#5#8#0#7#-#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E!
######I8PlmNSznU66sNLO.0#0#.#3#.#0#.#0###################S#o#f#t#w#a#r#e#\
#M#i#c#r#o#s#o#f#t#\#U#N#P#\#D#e#t#e#c#t#o#r#\#{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}#\
#S#t#a#t#e###I#s#U#N#P#W#U#f#B#D#e#v#i#c#e################|##�####,
%##�###v�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#G#e#t#t#i#n#g# #a#n#d# #e#v#a#l#u#a#t#i#n#g# #f#o#r#m#u#l#a# #2#######V##�####,
%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #G#e#t#t#i#n#g#
#f#o#r#m#u#l#a# #2#####h##�####,%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #G#e#t#t#i#n#g#
#t#y#p#e# #f#o#r# #f#o#r#m#u#l#a# #2###b##�####,%##�###�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#C#o#n#f#i#g# #v#e#r#s#i#o#n# #i#s# #7#########r##�####,%##�###U�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #G#e#t#t#i#n#g#
#e#x#p#e#r#s#i#o#n# #f#o#r# #f#o#r#m#u#l#a# #2#########l##�####,
%##�####�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #G#e#t#t#i#n#g#
#a#c#t#i#o#n# #f#o#r# #f#o#r#m#u#l#a# #2#######�##�####,%##�###_�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #G#e#t#t#i#n#g#
#e#x#i#s#t#e#n#c#e# #o#f# #e#l#s#e# #a#c#t#i#o#n# #f#o#r# #f#o#r#m#u#l#a#
#2###v##�####,%##�###O�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #G#e#t#t#i#n#g#
#e#l#s#e# #a#c#t#i#o#n# #f#o#r# #f#o#r#m#u#l#a# #2#####^##�####,
%##�###n�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #f#o#r#m#u#l#a# #2#l#####<##�####,%##�###}�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######f##�####,%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e########�####,
%##�####�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,# #C#o#r#e#;#
#A#c#t#u#a#l#,# #P#r#o#f#e#s#s#i#o#n#a#l#;# #O#p#,# #2#######f##�####,
%##�####�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####"##�####,
%##�###[�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,#
#C#o#r#e#C#o#u#n#t#r#y#S#p#e#c#i#f#i#c#;# #A#c#t#u#a#l#,#
#P#r#o#f#e#s#s#i#o#n#a#l#;# #O#p#,# #2#########f##�####,%##�###x�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e########�####,
%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,#
#C#o#r#e#N#;# #A#c#t#u#a#l#,# #P#r#o#f#e#s#s#i#o#n#a#l#;# #O#p#,# #2#####f##�####,
%##�###ļOb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e##### ##�####,
%##�###�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,#
#C#o#r#e#S#i#n#g#l#e#L#a#n#g#u#a#g#e#;# #A#c#t#u#a#l#,# #P#r#o#f#e#s#s#i#o#n#a#l#;#
#O#p#,# #2###f##�####,%##�####�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e########�####,
%##�###>�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,#
#P#r#o#f#e#s#s#i#o#n#a#l#;# #A#c#t#u#a#l#,# #P#r#o#f#e#s#s#i#o#n#a#l#;# #O#p#,#
#2#######f##�####,%##�###U�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e########�####,
%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,#
#P#r#o#f#e#s#s#i#o#n#a#l#N#;# #A#c#t#u#a#l#,# #P#r#o#f#e#s#s#i#o#n#a#l#;# #O#p#,#
#2#####f##�####,%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####*##�####,
%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,#
#P#r#o#f#e#s#s#i#o#n#a#l#W#o#r#k#s#t#a#t#i#o#n#;# #A#c#t#u#a#l#,#
#P#r#o#f#e#s#s#i#o#n#a#l#;# #O#p#,# #2#########f##�####,%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####,##�####,
%##�####�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,#
#P#r#o#f#e#s#s#i#o#n#a#l#W#o#r#k#s#t#a#t#i#o#n#N#;# #A#c#t#u#a#l#,#
#P#r#o#f#e#s#s#i#o#n#a#l#;# #O#p#,# #2#######f##�####,%##�###.�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####&##�####,
%##�###^�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,#
#P#r#o#f#e#s#s#i#o#n#a#l#E#d#u#c#a#t#i#o#n#;# #A#c#t#u#a#l#,#
#P#r#o#f#e#s#s#i#o#n#a#l#;# #O#p#,# #2#####f##�####,%##�###w�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####(##�####,
%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,#
#P#r#o#f#e#s#s#i#o#n#a#l#E#d#u#c#a#t#i#o#n#N#;# #A#c#t#u#a#l#,#
#P#r#o#f#e#s#s#i#o#n#a#l#;# #O#p#,# #2###f##�####,%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e########�####,
%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,#
#C#l#o#u#d#;# #A#c#t#u#a#l#,# #P#r#o#f#e#s#s#i#o#n#a#l#;# #O#p#,# #2#####f##�####,
%##�### �Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e########�####,
%##�###6�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,#
#C#l#o#u#d#N#;# #A#c#t#u#a#l#,# #P#r#o#f#e#s#s#i#o#n#a#l#;# #O#p#,# #2###f##�####,
%##�###M�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e########�####,
%##�###y�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,#
#E#d#u#c#a#t#i#o#n#;# #A#c#t#u#a#l#,# #P#r#o#f#e#s#s#i#o#n#a#l#;# #O#p#,#
#2#####f##�####,%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e########�####,
%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,#
#E#d#u#c#a#t#i#o#n#N#;# #A#c#t#u#a#l#,# #P#r#o#f#e#s#s#i#o#n#a#l#;# #O#p#,#
#2###f##�####,%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e########�####,
%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,#
#E#n#t#e#r#p#r#i#s#e#;# #A#c#t#u#a#l#,# #P#r#o#f#e#s#s#i#o#n#a#l#;# #O#p#,#
#2###f##�####,%##�####�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g#
#n#o#d#e#####��������####��##�#######,-�b�###########################��##
### J�o
��8��s
��###�####,%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,#
#E#n#t#e#r#p#r#i#s#e#N#;# #A#c#t#u#a#l#,# #P#r#o#f#e#s#s#i#o#n#a#l#;# #O#p#,#
#2#########f##�####,%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e########�####,
%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,#
#E#n#t#e#r#p#r#i#s#e#G#;# #A#c#t#u#a#l#,# #P#r#o#f#e#s#s#i#o#n#a#l#;# #O#p#,#
#2#########f##�####,%##�####�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e########�####,
%##�###1�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#E#d#i#t#i#o#n#I#D#;# #E#x#p#e#c#t#e#d#,#
#E#n#t#e#r#p#r#i#s#e#G#N#;# #A#c#t#u#a#l#,# #P#r#o#f#e#s#s#i#o#n#a#l#;# #O#p#,#
#2#######n##�####,%##�###M�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#F#o#r#m#u#l#a# #e#v#a#l#u#a#t#e#d# #t#o# #t#r#u#e#####\##�####,
%##�###]�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#x#e#c#u#t#i#n#g# #f#o#r#m#u#l#a# #2#l#######<##�####,%##�###i�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#x#e#c#u#t#i#n#g# #A#N#D#
#n#o#d#e##########�####,%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#x#e#c#u#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e# #f#o#r# #k#e#y#:# #S#o#f#t#w#a#r#e#\#M#i#c#r#o#s#o#f#t#\#U#N#P#\
#D#e#t#e#c#t#o#r#\#{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-#A#0#D#9#-
#0#A#0#1#9#8#0#5#F#6#8#6#}#\#S#t#a#t#e#,# #v#a#l#u#e#:#
#I#s#S#k#u#T#a#r#g#e#t#e#d#####�##�####,%##�###��Ob�###��
#U###�3��z#############@##########################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######�#
####�#�#
DetectorFormExecution#CampaignID##GlobalEventCounter#
CV##PackageVersion##CampaignConfigVersion##ConfigCatalogVersion##ContentVersion##De
tectorVersion##regKey##regValue##regData##operation#########{#7#3#0#3#7#0#7#F#-
#5#8#0#7#-#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###F!
######I8PlmNSznU66sNLO.0#0#.#3#.#0#.#0###################S#o#f#t#w#a#r#e#\
#M#i#c#r#o#s#o#f#t#\#U#N#P#\#D#e#t#e#c#t#o#r#\#{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}#\
#S#t#a#t#e###I#s#S#k#u#T#a#r#g#e#t#e#d############|##�####,%##�####�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#G#e#t#t#i#n#g# #a#n#d# #e#v#a#l#u#a#t#i#n#g# #f#o#r#m#u#l#a# #3#######V##�####,
%##�###$�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #G#e#t#t#i#n#g#
#f#o#r#m#u#l#a# #3#####h##�####,%##�###4�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #G#e#t#t#i#n#g#
#t#y#p#e# #f#o#r# #f#o#r#m#u#l#a# #3###b##�####,%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#C#o#n#f#i#g# #v#e#r#s#i#o#n# #i#s# #7#########r##�####,%##�###
�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #G#e#t#t#i#n#g#
#e#x#p#e#r#s#i#o#n# #f#o#r# #f#o#r#m#u#l#a# #3#########l##�####,%##�###
%�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #G#e#t#t#i#n#g#
#a#c#t#i#o#n# #f#o#r# #f#o#r#m#u#l#a# #3#######�##�####,%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #G#e#t#t#i#n#g#
#e#x#i#s#t#e#n#c#e# #o#f# #e#l#s#e# #a#c#t#i#o#n# #f#o#r# #f#o#r#m#u#l#a#
#3###v##�####,%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #G#e#t#t#i#n#g#
#e#l#s#e# #a#c#t#i#o#n# #f#o#r# #f#o#r#m#u#l#a# #3#####^##�####,
%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #f#o#r#m#u#l#a# #3#l#####<##�####,%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######H##�####,%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###H##�####,%##�###C�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e###�##�####,%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #U#N#P#
#D#e#t#e#c#t#o#r#:# #F#o#r#m#u#l#a# #e#v#a#l#u#a#t#e#d# #t#o#
#f#a#l#s#e#######p##�####,%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#F#o#r#m#u#l#a# #e#v#a#l#u#a#t#e#d# #t#o# #f#a#l#s#e###n##�####,
%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#x#e#c#u#t#i#n#g# #e#l#s#e# #f#o#r# #f#o#r#m#u#l#a# #3#l#####<##�####,
%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#x#e#c#u#t#i#n#g# #A#N#D#
#n#o#d#e#######"##�####,%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#x#e#c#u#t#i#n#g# #R#e#g#D#W#O#R#D#
#n#o#d#e# #f#o#r# #k#e#y#:# #S#o#f#t#w#a#r#e#\#M#i#c#r#o#s#o#f#t#\#U#N#P#\
#D#e#t#e#c#t#o#r#\#{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-#A#0#D#9#-
#0#A#0#1#9#8#0#5#F#6#8#6#}#\#S#t#a#t#e#,# #v#a#l#u#e#:#
#I#s#U#N#P#W#S#U#S#D#e#v#i#c#e#########�##�####,%##�####�Ob�###��
#U###�3��z#############@##########################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######�#
####�#�#
DetectorFormExecution#CampaignID##GlobalEventCounter#
CV##PackageVersion##CampaignConfigVersion##ConfigCatalogVersion##ContentVersion##De
tectorVersion##regKey##regValue##regData##operation#########{#7#3#0#3#7#0#7#F#-
#5#8#0#7#-#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###G!
######I8PlmNSznU66sNLO.0#0#.#3#.#0#.#0###################S#o#f#t#w#a#r#e#\
#M#i#c#r#o#s#o#f#t#\#U#N#P#\#D#e#t#e#c#t#o#r#\#{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}#\
#S#t#a#t#e###I#s#U#N#P#W#S#U#S#D#e#v#i#c#e################|##�####,
%##�###E�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#G#e#t#t#i#n#g# #a#n#d# #e#v#a#l#u#a#t#i#n#g# #f#o#r#m#u#l#a# #4#######V##�####,
%##�###W�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #G#e#t#t#i#n#g#
#f#o#r#m#u#l#a# #4#####h##�####,%##�###g�Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #G#e#t#t#i#n#g#
#t#y#p#e# #f#o#r# #f#o#r#m#u#l#a# #4###b##�####,%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######0##
###$#$##Information#CampaignID##Message######{#7#3#0#3#7#0#7#F#-#5#8#0#7#-
#4#4#9#5#-#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#C#o#n#f#i#g# #v#e#r#s#i#o#n# #i#s# #7#########r##�####,%##�###��Ob�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #G#e#t#t#i#n#g#
#e#x#p#e#r#s#i#o#n# #f#o#r# #f#o#r#m#u#l#a# #4#########l##�####,%##�###-
#Pb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #G#e#t#t#i#n#g#
#a#c#t#i#o#n# #f#o#r# #f#o#r#m#u#l#a# #4#######�##�####,%##�###o#Pb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #G#e#t#t#i#n#g#
#e#x#i#s#t#e#n#c#e# #o#f# #e#l#s#e# #a#c#t#i#o#n# #f#o#r# #f#o#r#m#u#l#a#
#4###v##�####,%##�###x#Pb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #G#e#t#t#i#n#g#
#e#l#s#e# #a#c#t#i#o#n# #f#o#r# #f#o#r#m#u#l#a# #4#####^##�####,%##�###�
Pb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #f#o#r#m#u#l#a# #4#l#####<##�####,%##�###� Pb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######f##�####,%##�###� Pb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####^##�####,%##�###
Pb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#A#p#p#C#o#m#p#a#t#F#l#a#g#s#\
#T#a#r#g#e#t#V#e#r#s#i#o#n#U#p#g#r#a#d#e#E#x#p#e#r#i#e#n#c#e#I#n#d#i#c#a#t#o#r#s#\
#2#0#H#1#\#G#S#t#a#t#u#s#;# #E#x#p#e#c#t#e#d#,# #2#;# #A#c#t#u#a#l#,# #2#;# #O#p#,#
#2#####>##�####,%##�###&
Pb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #A#N#D#
#n#o#d#e#####<##�####,%##�###3
Pb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######f##�####,%##�###B
Pb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####f##�####,%##�###�
Pb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####<##�####,%##�###mPb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###E#v#a#l#u#a#t#i#n#g# #O#R#
#n#o#d#e#######f##�####,%##�###Pb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####h##�####,
%##�###�#Pb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:# #K#e#y#,#
#S#O#F#T#W#A#R#E#\#M#i#c#r#o#s#o#f#t#\#W#i#n#d#o#w#s# #N#T#\
#C#u#r#r#e#n#t#V#e#r#s#i#o#n#\#A#p#p#C#o#m#p#a#t#F#l#a#g#s#\
#T#a#r#g#e#t#V#e#r#s#i#o#n#U#p#g#r#a#d#e#E#x#p#e#r#i#e#n#c#e#I#n#d#i#c#a#t#o#r#s#\
#2#0#H#1#S#e#t#u#p#\#G#S#t#a#t#u#s#;# #E#x#p#e#c#t#e#d#,# #2#;# #A#c#t#u#a#l#,#
#2#;# #O#p#,# #2###f##�####,%##�###�#Pb�###��
#U###�3��z########################################P#
###B#B#Microsoft.Windows.UpdateNotificationPipeline#####sPOω�G�����#v�######(##
### # ##Verbose#CampaignID##Message##{#7#3#0#3#7#0#7#F#-#5#8#0#7#-#4#4#9#5#-
#A#0#D#9#-#0#A#0#1#9#8#0#5#F#6#8#6#}###U#N#P# #D#e#t#e#c#t#o#r#:#
#E#v#a#l#u#a#t#i#n#g# #R#e#g#S#t#r#i#n#g# #n#o#d#e#####f##�####,%##

You might also like