Jump to content

Recommended Posts

Posted (edited)

This started happening to our laptop users occasionally a while ago and adding up to four minutes to the logons, this patch solved it instantly. You end up with a long delay at the "Redirecting Folders" stage. Well worth the download if your setup is like our and you encounter this:

 

You encounter a long logon time after you enable the "Do not automatically make redirected folders available offline" Group Policy setting in Windows 7 or in Windows Server 2008 R2

 

After extracting the file you can use this in a startup or shutdown script to deploy it silently behind the scenes:

wusa.exe "[url="file://\\domain\dfs\dist$\patch\Windows6.1-KB2525332-x64.msu"]\\domain\dfs\dist$\patch\Windows6.1-KB2525332-x64.msu[/url]" /quiet /norestart

Edited by SYNACK
Posted
Just out of curiosity (I'm about to roll out W7 to all shortly), why would you not automatically make redirected folders available offline?
Posted
Just out of curiosity (I'm about to roll out W7 to all shortly), why would you not automatically make redirected folders available offline?

 

if you have hardwired desktops...

Posted
if you have hardwired desktops...

 

Yeap, it is to do with the way we have the policies setup to cope with teachers loging on to workstations and to laptops but only syncing on the laptops.

Posted

is there an easy way to check if this is already installed?

 

we have a long login time. We use redirected documents and desktop for students but obvioulsy dont have offline files form them as they use a different laptop every period.

Posted
is there an easy way to check if this is already installed?

 

we have a long login time. We use redirected documents and desktop for students but obvioulsy dont have offline files form them as they use a different laptop every period.

 

This would not be installed automaticly as it is an unpublished hotfix that has not been released through Windows Update, if you try to install it it will tell you if it is unneeded.

 

If you are not using the Offline Files aswell it may not help but you could easily try it on a couple of stations and test if it makes a difference. It may help.

  • Thanks 1
Posted

We dont have offline files but Im sure the "do not make offline files..." is set to enabled in GPO. (probably left over from some previous time)

 

I might try setting that to Not Defined first of all to see if that makes a difference.

Posted
KB2525332 is one of the twenty post-SP1 performance-related hotfixes listed here. SP2 can't come soon enough! :(

 

DO they all need installed manuyally as well or can they be found in windows update?

Posted
Do they all need installed manually

Those hotfixes need to be installed manually, but you can either add them as packages in MDT or integrate them into your WIM image(s) via DISM after mounting them using ImageX. e.g.

 

for %%a in (.\hotfixes\*.msu) do DISM /Image:.\Mount /Add-Package /PackagePath:%%a

 

With SCCM, you could add them via your task sequence.

  • Thanks 1
Posted
Thanks. I really wanna get a chance to get my teeth into SCCM doesnt look like I will get a chance at work so it might have to be my winter project for evenings here ;/

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...