My account: Login | Sign Up
Loading... 

Security for Applications in Windows Vista | Forum profile

Forum profile page for Security for Applications in Windows Vista on http://msdn2.microsoft.com. This report page is the aggregated overview from a single forum: Security for Applications in Windows Vista, located on the Message Board at http://msdn2.microsoft.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Security for Applications in Windows Vista" on the Message Board at http://msdn2.microsoft.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: MSDN Forums - Security for Applications in Windows Vista (site profile, domain info microsoft.com)
Title: Security for Applications in Windows Vista
Url: http://forums.microsoft.com/msdn/showforum.aspx...
Users activity: 13 post per thread
Forum activity: 11 active threads during last week
 

Posting activity on Security for Applications in Windows Vista:

  Week Month 3 Months
Threads: 11 35 121
Post: 15 40 162
 

Security for Applications in Windows Vista Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
JoderCoder
3
user's latest post:
Firewall Exception List - MSDN...
Published (2008-11-17 02:05:00)
Other thing along these lines is UAC. Is it possible to add an exception for an application so that UAC doesnt pop up for that application?
Bert Vingerhoets
2
user's latest post:
Retrieving session ID fails...
Published (2008-11-19 15:26:00)
I did some digging through MSDN until I had some grasp (I think) of access rights in Windows. Enough at least to be able to determine the access rights defined on the process in which my printer driver runs. Using calls to GetKernelObjectSecurity with current process handle, GetSecurityDescriptorSacl , GetSecurityDescriptorDacl , and GetExplicitEntriesFromAcl , I was able to retrieve DACL and SACL set on my process. However, I could not...
christine C
1
user's latest post:
Error Code 643 Windows Vista...
Published (2008-11-13 19:50:00)
I am experiencing the same problem. Does anyone know about those programs that claim to do a scan and fix it?
David Tyler Hunt
1
user's latest post:
Firewall Exception List - MSDN...
Published (2008-11-14 18:59:00)
There's a COM interface for what you want to do: http://msdn.microsoft.com/en-us/library/aa366415(VS.85).aspx You probably should stick to documented interfaces when possible.  If you had in the XP timeframe, your method would still work on Vista.
shur
1
user's latest post:
Security Update Error # 800736B2...
Published (2008-11-14 18:47:00)
Hi everyone.   I can't install Updates for Windows Vista Home Premium. Windows Update encountered an error, code 800736B2 These updates were failed : Security Update for Windows Vista (KB954459,KB955069 , KB957097) Thanks for any help.
AndyCadley
1
user's latest post:
Firewall Exception List - MSDN...
Published (2008-11-17 11:48:00)
You can manifest an application with a requestedExecutionLevel of AsInvoker so that it only runs as a Standard User, that way you will not get a UAC prompt. If, on the other hand, you're asking for an application to elevate with passing through UAC, no that is not possible (for blindingly obvious security reasons).  
r2d2guy
1
user's latest post:
Security Update Error # 800736B2...
Published (2008-11-17 05:17:00)
Sorry, this is not an answer. I am having the same problem but when I start Windows Update my svchost.exe starts and takes up 25% of my processor. Do you experience the same or similar thing?  
turha
1
user's latest post:
Retrieving session ID fails...
Published (2008-11-19 16:52:00)
  Impersonation is per thread, so ProcessIdToSessionId won't know which users the threads of the process are impersonating, even if all access checks pass. You wrote you call ImpersonateLoggedOnUser with the user's token.  As you have the token, you could call GetTokenInformation with TokenSessionId.
Richarduttley
1
user's latest post:
UAC elevation dialog minimized -...
Published (2008-11-19 16:29:00)
I have a similar problem. I have an application which opens some activex exe based windows. The new window opens minimized and blinking on the task bar. This is not happening on any other versions of Windows and only the problem with Vista. I think this is the problem with vista security restrictions and not a case of handling the new window as it is mentioned in the above threads. Can you please suggest some thing on this as it is...
Michael Wittenburg
1
user's latest post:
Should I use Key Containers or...
Published (2008-11-19 05:22:00)
Hi,   Busy writing an app which signs messages transferred to a server. I'm using RSACryptoServiceProvider to create a public/private keypair for use with RSACryptoServiceProvider.SignData. That's all good and well, I can export the public key to the server to verify the signature, and all works as advertised.   However, I need to securely store the public/private keypair on the client device, and it seems I have two alternatives...
 

Latest active threads on Security for Applications in Windows Vista::

MSDN Forums
Started 4 days, 9 hours ago (2008-11-17 11:44:00)  by Bert Vingerhoets
Hi, I want to retrieve a user's session ID in Vista from within an application (a printer driver) that runs as LOCAL SERVICE. For this I call GetCurrentProcessId and ProcessIdToSessionId . If, however, I call these functions normally, I get the session ID of LOCAL SERVICE, which is 0; therefore I first call ImpersonateLoggedOnUser with a security token of the user I want to know the ...
Thread:  Show this thread (3 posts)   Thread info: Retrieving session ID fails after impersonation - MSDN Forums Size: 1,367 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Retrieving session ID fails after impersonation :: Security for Applications in Windows Vista :: MSDN Forums"
MSDN Forums
Started 2 days, 4 hours ago (2008-11-19 16:29:00)  by Richarduttley
I have a similar problem. I have an application which opens some activex exe based windows. The new window opens minimized and blinking on the task bar. This is not happening on any other versions of Windows and only the problem with Vista. I think this is the problem with vista security restrictions and not a case of handling the new window as it is mentioned in the above threads. Can you ...
Thread:  Show this thread (1 post)   Thread info: UAC elevation dialog minimized - MSDN Forums Size: 688 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: UAC elevation dialog minimized :: Security for Applications in Windows Vista :: MSDN Forums"
MSDN Forums
Started 2 days, 15 hours ago (2008-11-19 05:22:00)  by Michael Wittenburg
Hi,   Busy writing an app which signs messages transferred to a server. I'm using RSACryptoServiceProvider to create a public/private keypair for use with RSACryptoServiceProvider.SignData. That's all good and well, I can export the public key to the server to verify the signature, and all works as advertised.   However, I need to securely store the public/private keypair on the ...
Thread:  Show this thread (1 post)   Thread info: Should I use Key Containers or DPAPI? - MSDN Forums Size: 1,526 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Should I use Key Containers or DPAPI? :: Security for Applications in Windows Vista :: MSDN Forums"
MSDN Forums
Started 2 days, 16 hours ago (2008-11-19 04:34:00)  by learner08
we have applications running successfully in XP and would like to migrate the application to Windows Vista,   we have taken account that there are several steps to make the application compatible with Vista, such as, below link:   http://community.bartdesmet.net/blogs/bart/archive /2006/10/28/Windows-Vista-_2D00_-Demand-UAC-elevat ion-for-an-application-by-adding-a-manifest-using- ...
Thread:  Show this thread (1 post)   Thread info: XP applications on Windows Vista - MSDN Forums Size: 1,230 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "XP applications on Windows Vista :: Security for Applications in Windows Vista :: MSDN Forums"
MSDN Forums
Started 10 months, 1 week ago (2008-01-14 09:54:00)  by Chesty La Rue
Hi,   I'm using Vista x64 and debugging a 32-bit program in Visual Studio 2008. I've found something that you are allowed to do if you're not an administrator, but you are not allowed to do if you are an administrator!   If I call OpenPrinter to get a handle to any local printer, and then call DocumentProperties with the handle and the printer name (but every other parameter ...
Thread:  Show this thread (3 posts)   Thread info: On Vista x64, DocumentProperties fails from UAC-elevated process - MSDN Forums Size: 2,408 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: On Vista x64, DocumentProperties fails from UAC-elevated process :: Security for Applications in Windows Vista :: MSDN Forums"
MSDN Forums
Started 1 week ago (2008-11-14 12:52:00)  by JoderCoder
On XP SP2, it is possible to add an exception for an application programmatically via registry. This also brings some easiness when deployment and group  policy is concerned. On XP, it is done via HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dowsFirewall \DomainProfile \AuthorizedApplications\List HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dowsFirewall \...
Thread:  Show this thread (5 posts)   Thread info: Firewall Exception List - MSDN Forums Size: 937 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Firewall Exception List :: Security for Applications in Windows Vista :: MSDN Forums"
MSDN Forums
Started 1 week ago (2008-11-14 18:47:00)  by shur
Hi everyone.   I can't install Updates for Windows Vista Home Premium. Windows Update encountered an error, code 800736B2 These updates were failed : Security Update for Windows Vista (KB954459,KB955069 , KB957097) Thanks for any help.
Thread:  Show this thread (2 posts)   Thread info: Security Update Error # 800736B2 - MSDN Forums Size: 826 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Security Update Error # 800736B2 :: Security for Applications in Windows Vista :: MSDN Forums"
MSDN Forums
Started 1 year, 4 months ago (2007-07-11 17:53:00)  by Trintoc2
trying to installed windows updates for service back .net 1.1 on Vista Ultimate and keep getting error code 643.   tried everything i could find (adobe fix, windows installer etc..) and nothing.  anybody got anything new?
Thread:  Show this thread (15 posts)   Thread info: Error Code 643 Windows Vista Security update .net 1.1 - MSDN Forums Size: 344 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Error Code 643 Windows Vista Security update .net 1.1 :: Security for Applications in Windows Vista :: MSDN Forums"
MSDN Forums
Started 1 week, 1 day ago (2008-11-12 22:28:00)  by bheil
  I'm looking to restrict users from logging on to a Vista computer if they are not a member of a specific AD group. I'm a little unsure of where this functionality belongs - I've read the Credential Provider Technical Reference (is the one dated 2006 still current?) and it states that CPs are not enforcement mechanisms, but it seems to be a convenient place to do this. I guess the other ...
Thread:  Show this thread (1 post)   Thread info: Restricting logon to Vista by Active Directory group membership - MSDN Forums Size: 2,067 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Restricting logon to Vista by Active Directory group membership :: Security for Applications in Windows Vista :: MSDN Forums"
MSDN Forums
Started 2 months, 2 weeks ago (2008-09-04 06:39:00)  by bjgxjob
Hi,All! We try to login application server (base on IIS) through https (SSL) tunnel, Personal information are RSA key pair and certificate stored in a smart card. IE 8 used CryptoAPI to call CSP (Microsoft cryptographic service provider) to access a smart card. CSP will display a PIN dialog when it do a signature with private key. Now, Under Windows Vista, if "Protected mode" turned off, ...
Thread:  Show this thread (2 posts)   Thread info: Vista IE8 protected mode SSL login can't dispaly a PIN dialog of smart card - MSDN Forums Size: 1,392 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Vista IE8 protected mode SSL login can't dispaly a PIN dialog of smart card :: Security for Applications in Windows Vista :: MSDN Forums"
 

Hot threads for last week on Security for Applications in Windows Vista::

Security for Applications in Windows Vista
Started 1 week ago (2008-11-14 12:52:00)  by JoderCoder
On XP SP2, it is possible to add an exception for an application programmatically via registry. This also brings some easiness when deployment and group  policy is concerned. On XP, it is done via HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dowsFirewall \DomainProfile \AuthorizedApplications\List HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dowsFirewall \...
Thread:  Show this thread (5 posts)   Thread info: Firewall Exception List - MSDN Forums Size: 937 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Firewall Exception List :: Security for Applications in Windows Vista :: MSDN Forums"
Security for Applications in Windows Vista
Started 4 days, 9 hours ago (2008-11-17 11:44:00)  by Bert Vingerhoets
Hi, I want to retrieve a user's session ID in Vista from within an application (a printer driver) that runs as LOCAL SERVICE. For this I call GetCurrentProcessId and ProcessIdToSessionId . If, however, I call these functions normally, I get the session ID of LOCAL SERVICE, which is 0; therefore I first call ImpersonateLoggedOnUser with a security token of the user I want to know the ...
Thread:  Show this thread (3 posts)   Thread info: Retrieving session ID fails after impersonation - MSDN Forums Size: 1,367 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Retrieving session ID fails after impersonation :: Security for Applications in Windows Vista :: MSDN Forums"
Security for Applications in Windows Vista
Started 1 week ago (2008-11-14 18:47:00)  by shur
Hi everyone.   I can't install Updates for Windows Vista Home Premium. Windows Update encountered an error, code 800736B2 These updates were failed : Security Update for Windows Vista (KB954459,KB955069 , KB957097) Thanks for any help.
Thread:  Show this thread (2 posts)   Thread info: Security Update Error # 800736B2 - MSDN Forums Size: 826 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Security Update Error # 800736B2 :: Security for Applications in Windows Vista :: MSDN Forums"
Security for Applications in Windows Vista
Started 1 year, 4 months ago (2007-07-11 17:53:00)  by Trintoc2
trying to installed windows updates for service back .net 1.1 on Vista Ultimate and keep getting error code 643.   tried everything i could find (adobe fix, windows installer etc..) and nothing.  anybody got anything new?
Thread:  Show this thread (15 posts)   Thread info: Error Code 643 Windows Vista Security update .net 1.1 - MSDN Forums Size: 344 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Error Code 643 Windows Vista Security update .net 1.1 :: Security for Applications in Windows Vista :: MSDN Forums"
Security for Applications in Windows Vista
Started 1 week, 1 day ago (2008-11-12 22:28:00)  by bheil
  I'm looking to restrict users from logging on to a Vista computer if they are not a member of a specific AD group. I'm a little unsure of where this functionality belongs - I've read the Credential Provider Technical Reference (is the one dated 2006 still current?) and it states that CPs are not enforcement mechanisms, but it seems to be a convenient place to do this. I guess the other ...
Thread:  Show this thread (1 post)   Thread info: Restricting logon to Vista by Active Directory group membership - MSDN Forums Size: 2,067 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Restricting logon to Vista by Active Directory group membership :: Security for Applications in Windows Vista :: MSDN Forums"
Security for Applications in Windows Vista
Started 2 days, 4 hours ago (2008-11-19 16:29:00)  by Richarduttley
I have a similar problem. I have an application which opens some activex exe based windows. The new window opens minimized and blinking on the task bar. This is not happening on any other versions of Windows and only the problem with Vista. I think this is the problem with vista security restrictions and not a case of handling the new window as it is mentioned in the above threads. Can you ...
Thread:  Show this thread (1 post)   Thread info: UAC elevation dialog minimized - MSDN Forums Size: 688 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: UAC elevation dialog minimized :: Security for Applications in Windows Vista :: MSDN Forums"
Security for Applications in Windows Vista
Started 2 days, 15 hours ago (2008-11-19 05:22:00)  by Michael Wittenburg
Hi,   Busy writing an app which signs messages transferred to a server. I'm using RSACryptoServiceProvider to create a public/private keypair for use with RSACryptoServiceProvider.SignData. That's all good and well, I can export the public key to the server to verify the signature, and all works as advertised.   However, I need to securely store the public/private keypair on the ...
Thread:  Show this thread (1 post)   Thread info: Should I use Key Containers or DPAPI? - MSDN Forums Size: 1,526 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Should I use Key Containers or DPAPI? :: Security for Applications in Windows Vista :: MSDN Forums"
Security for Applications in Windows Vista
Started 2 days, 16 hours ago (2008-11-19 04:34:00)  by learner08
we have applications running successfully in XP and would like to migrate the application to Windows Vista,   we have taken account that there are several steps to make the application compatible with Vista, such as, below link:   http://community.bartdesmet.net/blogs/bart/archive /2006/10/28/Windows-Vista-_2D00_-Demand-UAC-elevat ion-for-an-application-by-adding-a-manifest-using- ...
Thread:  Show this thread (1 post)   Thread info: XP applications on Windows Vista - MSDN Forums Size: 1,230 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "XP applications on Windows Vista :: Security for Applications in Windows Vista :: MSDN Forums"
Security for Applications in Windows Vista
Started 10 months, 1 week ago (2008-01-14 09:54:00)  by Chesty La Rue
Hi,   I'm using Vista x64 and debugging a 32-bit program in Visual Studio 2008. I've found something that you are allowed to do