VMware Horizon Community
jonathanbdavis
Contributor
Contributor

UEM IE Passwords on Windows 7

We have an issue where IE Passwords doesn't seem to work. We are trying to use IE Passwords in UEM on our Windows 7 non-persistent pool.  The following is set:

[IncludeRegistryTrees]

HKCU\Software\Microsoft\Internet Explorer\IntelliForms

[IncludeFolderTrees]

<AppData>\Microsoft\Protect

<LocalAppData>\Microsoft\Vault

<AppData>\Local\Microsoft\Windows\WebCache

<AppData>\Roaming\Microsoft\Windows\Cookies

I log in, save a password, and I can see it is written to the HKCU\Software\Microsoft\Internet Explorer\IntelliForms\Storage2 key. For the rest of that session all is well.

I log out.

I log back in and I can see that the Storage2 key is there, but when I open IE, the password isn't there. And, since the password exists in the Storage2 key, I can't recreate it without manually deleting the Storage2 key.

UEM seems to be doing its job by capturing the key and restoring it. But why isn't it working?

0 Kudos
3 Replies
Pim_van_de_Vis

Is this with a public website? And if so, can you share the url, so I can reproduce?

Can you also test with multiple other websites and check if you see the same behavior, or if it's just this one website?

0 Kudos
Blica64
Contributor
Contributor

Hello,

I'm having the same issue.

Did you get this resolved?

Thank you,

Richard

0 Kudos
techguy129
Expert
Expert

What happens if you restart the wininet task? Does your passwords show up?

My .bat file commands:

schtasks /end /tn "\Microsoft\Windows\Wininet\CacheTask"

PING 1.1.1.1 -n 1 -w 20000 >NUL

schtasks /run /tn "\Microsoft\Windows\Wininet\CacheTask"

0 Kudos