Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2
New issue 445113 by
loosus...@gmail.com: Creating Chrome AppData Folder for
New Windows User is Slow
https://code.google.com/p/chromium/issues/detail?id=445113
Chrome Version : 39.0.2171.95 m
What steps will reproduce the problem?
1. Create a new Windows user.
2. Login to Windows using the new user.
3. Open Google Chrome.
What is the expected result?
Chrome should quickly open.
What happens instead?
Chrome has to create a new AppData folder for the user, which takes time.
Here's the deal: until recent Chrome versions, we would put Windows in
Audit Mode (pre-Sysprep), install Chrome, customize the settings to how we
needed them to be, set the Sysprep setting "CopyProfile" to true so that
the settings would copy to C:\Users\Default, and then run Sysprep. All new
users would get our Chrome settings; it worked great.
Well, the Chromium folks recently decided to stop recognizing settings
copied from C:\Users\Default, which totally screwed up our deployment
strategy to the point that we seriously considered dropping Chrome from
deployment. Chrome will display a message indicating that the settings are
corrupted; this is by design.
To get around the issue, just before we run Sysprep, we delete the Chrome
AppData folder so that the Chrome AppData folder doesn't get copied to
C:\Users\Default. Of course, that means that we have to use the
master_preferences file to set default settings for new users. The
master_preferences file seems to be working.
In addition to this being a huge inconvenience for us and making Chrome the
odd one out within our standard deployment flow, it also creates a new
problem: it takes a bit longer to open Chrome because the AppData folder
for Chrome has to be created for each new user. In an academic
environment, this can be a nightmare. We use DeepFreeze to prevent any
permanent changes to the hard drive from being made (all changes to the HDD
are wiped out after a reboot), so *all* users are always new users, even if
they have logged into the computer before. We don't use roaming profiles.
And really, it would be an issue even if we didn't use DeepFreeze because
the chances of a student ever using the same computer twice is extremely
low.
We don't have this issue with Firefox or other programs because the AppData
folder has already been created for the user.
Can some type of work-around be created? Could there be a setting that we
could set where no AppData folder even needs to be created (since these
users are transient and non-permanent, anyway)? Maybe have whatever would
be stored in AppData to be stored in RAM? But we would still want Chrome
to act 100% the same otherwise because we still need extensions, bookmarks,
apps, etc. -- all the standard Chrome features. We don't want a different
experience for these users.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings