Click here to Skip to main content
15,914,163 members
Home / Discussions / C#
   

C#

 
GeneralRe: Starting Process problem Pin
Stephane Rodriguez.15-Mar-03 11:10
Stephane Rodriguez.15-Mar-03 11:10 
GeneralRe: Starting Process problem Pin
Mazdak15-Mar-03 18:18
Mazdak15-Mar-03 18:18 
GeneralAdding a site to 'Trusted Sites' Zone Automatically Pin
Vasudevan Deepak Kumar15-Mar-03 2:09
Vasudevan Deepak Kumar15-Mar-03 2:09 
GeneralRe: Adding a site to 'Trusted Sites' Zone Automatically Pin
Stephane Rodriguez.15-Mar-03 2:44
Stephane Rodriguez.15-Mar-03 2:44 
GeneralRe: Adding a site to 'Trusted Sites' Zone Automatically Pin
Rocky Moore15-Mar-03 22:33
Rocky Moore15-Mar-03 22:33 
GeneralRe: Adding a site to 'Trusted Sites' Zone Automatically Pin
Vasudevan Deepak Kumar15-Mar-03 22:57
Vasudevan Deepak Kumar15-Mar-03 22:57 
GeneralRe: Adding a site to 'Trusted Sites' Zone Automatically Pin
leppie15-Mar-03 23:12
leppie15-Mar-03 23:12 
GeneralRe: Adding a site to 'Trusted Sites' Zone Automatically Pin
Rocky Moore17-Mar-03 1:24
Rocky Moore17-Mar-03 1:24 
Deepak Kumar Vasudevan wrote:
I could find subkeys for my sites that I have added as 'Trusted Sites'. But my doubt now is what is that
S-1-5-21-478445148-176170993-1538882281-1205 and how to dynamically intrepret this.


As Leppie mentioned that is the ID of the user, in the link I provided:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains 

It is based on the current user so the ID is not shown.

As you see from the folders you already have listed, they have a DWORD '*' which is (in my machine at least) value of 2. They ties to the folder name under:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones

As long as you have entries in the previous key path (in the Domains), and that value you add under it has the value pointing back to the Zones folder (probably the value of 2), IE will classify that site as trusted.

Rocky Moore <><
GeneralReading Microsoft IE Proxy Settings Pin
Vasudevan Deepak Kumar15-Mar-03 1:44
Vasudevan Deepak Kumar15-Mar-03 1:44 
GeneralRe: Reading Microsoft IE Proxy Settings Pin
Stephane Rodriguez.15-Mar-03 2:43
Stephane Rodriguez.15-Mar-03 2:43 
GeneralRe: Reading Microsoft IE Proxy Settings Pin
Thomas Freudenberg2-Jun-03 1:43
Thomas Freudenberg2-Jun-03 1:43 
GeneralC# DLL in VC++ Pin
Baatezu14-Mar-03 19:42
Baatezu14-Mar-03 19:42 
GeneralRe: C# DLL in VC++ Pin
Stephane Rodriguez.14-Mar-03 20:08
Stephane Rodriguez.14-Mar-03 20:08 
GeneralRunning .NET Application Pin
Sassan Komeili Zadeh14-Mar-03 19:29
Sassan Komeili Zadeh14-Mar-03 19:29 
GeneralActiveDirectory / LDAP Searching Pin
Adrian Hall14-Mar-03 19:07
Adrian Hall14-Mar-03 19:07 
GeneralRe: ActiveDirectory / LDAP Searching Pin
Adrian Hall16-Mar-03 14:31
Adrian Hall16-Mar-03 14:31 
GeneralA question about the ThreadPool class Pin
Marc Clifton14-Mar-03 13:47
mvaMarc Clifton14-Mar-03 13:47 
GeneralRe: A question about the ThreadPool class Pin
James T. Johnson14-Mar-03 17:54
James T. Johnson14-Mar-03 17:54 
GeneralRe: A question about the ThreadPool class Pin
Marc Clifton15-Mar-03 5:51
mvaMarc Clifton15-Mar-03 5:51 
GeneralRe: A question about the ThreadPool class Pin
leppie14-Mar-03 21:14
leppie14-Mar-03 21:14 
GeneralRe: A question about the ThreadPool class Pin
Marc Clifton15-Mar-03 5:57
mvaMarc Clifton15-Mar-03 5:57 
GeneralRe: A question about the ThreadPool class Pin
leppie15-Mar-03 7:23
leppie15-Mar-03 7:23 
GeneralRe: A question about the ThreadPool class Pin
Marc Clifton17-Mar-03 3:28
mvaMarc Clifton17-Mar-03 3:28 
GeneralRe: A question about the ThreadPool class Pin
Arun Bhalla17-Mar-03 16:55
Arun Bhalla17-Mar-03 16:55 
QuestionRelative and absolute path ? Pin
Chris Richner14-Mar-03 13:33
Chris Richner14-Mar-03 13:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.