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.
|
|
|
|
|
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:
|
Top authors during last week:
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?
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...
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?
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.
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.
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).
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?
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.
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...
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::
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 ...
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 ...
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 ...
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- ...
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 ...
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 \...
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.
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?
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 ...
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, ...
|
|
Hot threads for last week on 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 \...
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 ...
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.
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?
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 ...
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 ...
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 ...
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- ...
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 | |