monetize traffic
18 Dec, 2008 in tech stuff by DarkBlak

Windows Update Error – 0x800704DD or 0×80240020

1. Check registry entry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\SensLogn

2. Verify if the following entry is correct:

Name Data type Data value
Asynchronous DWORD 00000001
DLLName String WlNotify.dll
Impersonate DWORD 00000001
Lock String SensLockEvent
Logoff String SensLogoffEvent
Logon String SensLogonEvent
MaxWait DWORD 00000258
Safe DWORD 00000001
Shutdown String SensShutdownEvent
StartScreenSaver String SensStartScreenSaverEvent
StartShell String SensStartShellEvent
Startup String SensStartupEvent
StopScreenSaver String SensStopScreenSaverEvent
Unlock String SensUnlockEvent

Alternatively you can copy and paste the code below and save it as SensLogn.reg and run it afterwards.

<- – - – - – - – - – - – SOF – - – - – - – - – - – - >

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\SensLogn]
“DLLName”=”WlNotify.dll”
“Lock”=”SensLockEvent”
“Logon”=”SensLogonEvent”
“Logoff”=”SensLogoffEvent”
“Safe”=dword:00000001
“MaxWait”=dword:00000258
“StartScreenSaver”=”SensStartScreenSaverEvent”
“StopScreenSaver”=”SensStopScreenSaverEvent”
“Startup”=”SensStartupEvent”
“Shutdown”=”SensShutdownEvent”
“StartShell”=”SensStartShellEvent”
“PostShell”=”SensPostShellEvent”
“Disconnect”=”SensDisconnectEvent”
“Reconnect”=”SensReconnectEvent”
“Unlock”=”SensUnlockEvent”
“Impersonate”=dword:00000001
“Asynchronous”=dword:00000001

<- – - – - – - – - – - – EOF – - – - – - – - – - – - >

Related Post(s)

No Responses so far | Have Your Say!

Leave a Feedback

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>