.NET Framework and LogonUI??

Status
Not open for further replies.

ShekharPalash

Web Entrepreneur
I'm havin this problem from last 12 days...

Stuff: Windows XP MCE 2005, NAV 2005
(Fully updated system from all angles; no spyware; nothing left to patch... in other words, i bet, it's one of coolest system in da planet!!!!)

Whenever I log-off my session in, saving your settings... takes exactly 2 mins and 43 seconds everytime!!!... (yes! i counted it)

I disabled System Restore already... yesterday I wasted 3 hours to track-down the reason of problem... and I found... >>>

I installed Microsoft .NET Framework 2.0 BETA (with Microsoft .NET 1.1 SP1 already, means 2 .NET Frameworks on my system).... now today, when I uninstalled it, problem resolved for sometime.... but again...

As 2.0 Framework is important for me to run some of my stuff, I installed it again... and again LogonUI takes same 2mins and 43 secs... :( :( :(

Now if I uninstalled Framework 2.0, it works fine...

Help me!!...

What's the relation of LogonUI with .NET Framework??????
 

aadipa

Padawan
try this reg patch

Code:
; Shutdown speed-up
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"
"WaitToKillAppTimeout"="1000"

Hope it work.

btw default values are
Code:
; Shutdown default
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="0"
"WaitToKillAppTimeout"="5000"
 
OP
ShekharPalash

ShekharPalash

Web Entrepreneur
thnx aadipa for ur reply and regpatch....

i applied but... but problem remains....

i'm dead sure... it's related to .NET Framework 2.0 BETA... 'coz every time uninstall problem solve... means my LogonUI works correctly and takes just 7-8 seconds to log me off... but again when if I install it... it again take more than 2 mins.... :( :( :(

it's irritating man... everytime 2 mins!!!

hmmm... looks like... time to migrate all my VB (2005 BETA) related stuff to my notebook or some system in lab... :roll: :roll:
 
Status
Not open for further replies.
Top Bottom