Roaming profile Synchronization
Tue, 24 Jun 2008 15:44:43 -0700 (PDT)
Does any one know of an event or callback that can be used in a
windows service to identify the timing when profile synchronization
starts/ends during logoff?
Thanks
- brijesh mishra ...
|
Auditing Removal and Modification of AD Objects
Mon, 23 Jun 2008 12:36:00 -0700
Can someone give me an article or answer a question on auditing specific user
events: I have enabled Object Access for Domain Controllers but how do I
tell who moved a pc or user in another OU or deleted them? I see the generic
event 560 when I tested and moved a user and a pc but it really doesn't
explain ...
|
API for sending 'Abort Request' to usbccid.sys class driver...
Sun, 22 Jun 2008 22:49:00 -0700
Not sure if this right thread for my question but couldn't find any better
thread so...
Iâ??m writing a firmware for a smartcard reader that uses MS usbccid.sys class
driver. Correct me if Iâ??m wrong but, as far as I understand, the MS
usbccid.sys class driver fully complies with USB Specification for Inte ...
|
How to create an process with administrator privilege from service
Sat, 21 Jun 2008 20:19:00 -0700
Now I need to create a process with administrator privilege from a service on
Vista.
By adjust the Integrity Level of the user token, the process becomes HIGH.
However it still has no administrator privileges.
I did it as the followingï¼?
1.Get the session if of the active console user ï¼?WTSGetActiveConsol ...
|
COM+ E_ACCESSDENIED
Sat, 21 Jun 2008 02:55:00 -0700 (PDT)
I have a com+ server application which runs under a specified user
context. I have a client application which can be launched by the
logged in user, either through a terminal services or via interactive
session. My application behaviour is like this
1. Client creates a server object (COM +) object, and call fe ...
|
Credential Manager sample
Fri, 20 Jun 2008 16:36:04 -0400
Hi,
I am looking for some Credential Manager sample code that will be kicked off
whenever there is a password change done for user accounts. Could someone
point me to such a sample? I've seen some flavors of Logon Notification
samples but nothing for password changes.
--
Garfield A. Lewis
...
|
Single Application Instance and UAC
Fri, 20 Jun 2008 12:16:01 -0700
I am trying to both limit my application to a single instance and pass
arguments to the existing instance if another instance is started by the
end-user.
I am using the technique of a named global mutex to detect another instance
and then passing a windows message using PostMessage() to the other instance
...
|
|
|
Using DPAPI under NPLogonNotify processing
Fri, 20 Jun 2008 10:45:34 -0700 (PDT)
I have a service running under local system account that processes
NPLogonNotify calls. As part of its processing my service uses DPAPI
to unprotect data for the logged on user.
.....
ImpersonateLoggedOnUser(hUserToken) ;
if (CryptUnprotectData(auth, &pDescOut, optionalEntropy, NULL, NULL,
CRYPTPROTECT_UI_FO ...
|
Credentials dialog in a network provider
Fri, 20 Jun 2008 02:49:04 -0700
Hi,
1. In NPAddConnection3, do I need to create and display a credentials dialog
for the user? Or returning WN_BAD_PASSWORD is enough?
2. If indeed I am the one that has to create the dialog, is there any
default credentials dialog that I can use?
Thank you very much!
Josef ...
|
IE Toolbar security: signing toolbar dll
Thu, 19 Jun 2008 12:27:00 -0700
I have created a simple toolbar that deals with some sesitive data for the
user. I know a dll can be signed so that someone else can't go in and simply
replace my dll with one they have modified. Does IE have any functionality to
check the validity of a dll which it loads as a toolbar? If not any ideas as
...
|