SYNACK Posted May 13, 2012 Posted May 13, 2012 (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 May 13, 2012 by SYNACK
djones Posted May 13, 2012 Posted May 13, 2012 Just out of curiosity (I'm about to roll out W7 to all shortly), why would you not automatically make redirected folders available offline?
glennda Posted May 13, 2012 Posted May 13, 2012 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...
SYNACK Posted May 13, 2012 Author Posted May 13, 2012 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.
Arthur Posted May 13, 2012 Posted May 13, 2012 KB2525332 is one of the twenty post-SP1 performance-related hotfixes listed here. SP2 can't come soon enough! 1
RabbieBurns Posted May 14, 2012 Posted May 14, 2012 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.
SYNACK Posted May 14, 2012 Author Posted May 14, 2012 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. 1
RabbieBurns Posted May 14, 2012 Posted May 14, 2012 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.
RabbieBurns Posted May 15, 2012 Posted May 15, 2012 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?
stzky Posted May 15, 2012 Posted May 15, 2012 18th June for Win7 SP2, word has it. Not before time indeed.
Arthur Posted May 15, 2012 Posted May 15, 2012 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. 1
RabbieBurns Posted May 15, 2012 Posted May 15, 2012 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 ;/
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now