Re: Launch "Windows Security" windows from Process.Start

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Dean Slindee (slindee_at_mindspring.com)
Date: 05/06/04


Date: Wed, 5 May 2004 21:40:57 -0500

My intent is to give the user a menu item to lock the workstation. Thanks
for the pointer to the LockWorkStation API. I will consult the Knowledge
base articles. Perhaps there is something I can then do in VB.NET.

Thanks,
Dean Slindee
""Peter Huang"" <v-phuang@online.microsoft.com> wrote in message
news:IU#$stnMEHA.2616@cpmsftngxa10.phx.gbl...
> Hi Dean,
>
> First of all, I would like to confirm my understanding of your issue.
> From your description, I understand that you wants to show the same dialog
> with when you press Ctrl+Alt+Del.
> Have I fully understood you? If there is anything I misunderstood, please
> feel free to let me know.
>
> Based on my experience I think it is not easy to do this, because we may
> need to write a customized GINA Dll to achieve our aim.
>
> For more information, see the Platform SDK documentation for Winlogon and
> GINA at
>
http://msdn.microsoft.com/library/en-us/security/security/winlogon_and_gina.
> asp.
>
> Can you tell us what do you wants to do about the windows security dialog,
> if you wants to lock the workstation, we have API LockWorkStation, and We
> can use ExitWindowsEx windows API to shutdown, restart or logoff.
>
>
> Best regards,
>
> Peter Huang
> Microsoft Online Partner Support
>
> Get Secure! - www.microsoft.com/security
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>



Relevant Pages

  • Re: SpinLock/Mutex : Difference ?
    ... Then retry the lock operation. ... These locks are held purely within a larger API, ... I'm not at liberty unfortunately to reveal the algorithm or source code. ... Must support Read/Write modes. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: [PATCH] mmu notifiers #v7
    ... is zero, the only discussion here is to make an API that will last ... is changed that's fine with us, it's a kernel _internal_ API ... CONFIG_XPMEM should also switch the mmu_register/unregister locking ... rw lock because of contention issues in large systems. ...
    (Linux-Kernel)
  • Re: [ANNOUNCE] The -rt git tree
    ... But, I was wondering, why using the scripts to convert the spinlocks ... the new API, there is a very low risk in breaking things. ... This is why master is separate from rt-master. ... Thus we do not need to worry about the conflicts caused by the lock ...
    (Linux-Kernel)
  • Re: How to implement InitializeSRWLock in XP?
    ... I am using pthread_rwlock_init api on windows. ... the performance of the algorithm is total crap dog slow garbage. ... creating a lock per-object will never really scale that good at all. ... It's much better to use a hashed read/write locking scheme. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: how to prohibit writing to a collection by other threads ?
    ... I am writing an API for others to use. ... Now inside some internal methods of these public classes ... aquire a lock to some sort of objects if they want to read or write from/to ... That will keep your access to the collection thread safe. ...
    (microsoft.public.dotnet.languages.csharp)