Internet Explorer settings and Flex Profile Kit
March 20, 2009 by John Tran · Leave a Comment
If you’re having problems retaining Internet Explorer settings or the runonce continously appears after a restart when using the Flex Profile Kit, you will need to make sure that you have the following reg hive HKCU\Software\Microsoft\Internet Explorer\Main is included in the Windows_and_IE.INI
So it should look like this under # Generic IE Settings,
HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
HKCU\Software\Microsoft\Internet Explorer\Main
HKCU\Software\Microsoft\Internet Explorer\Desktop\Components
HKCU\Software\Microsoft\Internet Explorer\IntelliForms
HKCU\Software\Microsoft\Internet Explorer\TypedURLs
HKCU\Software\Microsoft\Internet Explorer\New Windows
HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones
HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings
Cookies not working in Citrix with Mandatory Profiles
March 17, 2009 by John Tran · Leave a Comment
If you’re using mandatory profiles with Citrix and your Cookies are not working in Internet Explorer, do the following.
- Launch regedt32.exe
- Click on HKEY_LOCAL_MACHINE
- Click on File and go to Load Hive
- Browse to the location of your ntuser.man file and open the file
- Give it the Key Name “ManProfile” and click OK
- Then go to HKLM\ManProfile\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
- On the right replace the Cookies Key Data “%USERPROFILE%\Cookies” with the path users home folder, for eg “H:\CitrixProfile\Cookies“
- Make sure you select on ManProfile, then click on File and go to Unload Hive. This is important or users will not be able to access ntuser.man if you do not unload the hive in registry.
This should fix the problem with Cookies in Internet Explorer.
Remove Outlook Express on Citrix Server
March 16, 2009 by John Tran · Leave a Comment
To completely remove Outlook Express from your Citrix Server running on MS Windows 2003 Server, do the following.
- Open C:\Windows\Inf\sysoc.inf in notepad
- Find the line ‘OEAccess=ocgen.dll,OcEntry,oeaccess.inf,hide,7′ and change it to read ‘OEAccess=ocgen.dll,OcEntry,oeaccess.inf,,7′ Save and close the file. (Remove the word ‘hide’)
- Open ‘Add / Remove Programs’ and then ‘Windows Components’ Uncheck Outlook Express to uninstall