citrix4parsing a directory of roaming profiles for a reg key…

Kyle Emerick We use roaming profiles for our users. They are housed on a clustered file server. We changed our proxy server and now some applications are broken because of it. We have implemented an Application Compatibility Script to write the AutoConfigURL proxy value, however the roaming profile seems to overwrite it.

Here is where the value exists:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings -%26gt;AutoConfigURL

I need to be able to open all the user hives on the file share, parse them for the existance of the old proxy and write that to a file.

I have used reg query to parse the registry, however I cannot figure out how to parse the ntuser.man files. Can this be done or can reg query only be used to hit a registry? Is there another way to do this?

Category: Citrix4