|
RE: User Profile not loaded correctly
I solve it!
In fact it's a network problem!
I have notice also during my quest for a solution, that some software have
slow access network and sometimes depend on where I am connected (home, work,
or external) the speed is correct.
In Windows Vista, the TCPIP Stack has been rewritten and MS have integrated
a new functionality for auto adjustment of the RWIN MTU. In fact by default
the autotuninglevel is set to Normal and Windows try to a found the best
settings. Actually behind some routers, Windows bad negotiate and the result
is that the network is slow.
The command to disable the autotuninglevel is:
- Click start, All Programs
- Accessories
- Right-click Command Prompt
- Click Run As Administrator
- Type the following: netsh int tcp set global autotuninglevel=disabled
- Press enter
- Restart your computer (not really necessary)
In fact for my Profile problem was that Windows was in slow bandwidth and of
course as the old Windows, by default it not download the profile but just
create a temp folder.
Thanks people for your help.
|