Tagged Questions
10
votes
1answer
382 views
Windows 7 logon screensaver in Delphi
I'm having problems while using Delphi application as Windows 7 logon screensaver (for both 32-bit and 64-bit Windows). Even blank application (New Project without any extra code) throws an error.
...
1
vote
0answers
615 views
Windows Credential Provider, Filter, and Unlock Workstation Scenario
I'm developing a credential provider and filter. I have some problems with lock scenario.
First, I have tried the SampleAllControlCredentialProvider from here. And it works. Even when I logon and ...
1
vote
1answer
315 views
Display GPO deployed application's name on Windows 7 logon screen
On Windows XP, when an application is installed via GPO, user can see appplication's name during logon screen.
On Windows 7, the only status message is "Welcome".
Is there a way to display a more ...
1
vote
4answers
472 views
Need help with logon script
We have windows 2003 server and all clients are using XP computers with office 2003.
Now we have added 2 windows 7 computers with office 2010.
For the XP/2003 users we have a script that create their ...
0
votes
1answer
122 views
Windows7 - Hide administrator account from login screen [closed]
I have just installed Windows 7 on a new laptop. On this machine, I created 2 users:
ericc = normal user
ericcadmin = administrator of the machine
On the login screen, I would like to see ...
0
votes
0answers
64 views
Windows 7: Send message to the legal notice window
Sorry for the lengthy post ...
Background:
I inherited a project that creates a custom Windows ATL service running on Windows XP that I use to log into remote PCs on a network. Each PC runs said ...
0
votes
1answer
879 views
Samba as PDC with Windows 7: Sometimes users get “no logon server found” error
I'm using Samba 3.5.4 as the PDC in my network with about 50 Windows 7 Clients. Everything seems to work fine, but sometimes users get an "There are currently no logon servers available to service the ...
0
votes
1answer
314 views
Changing background image of logon screen programmatically?
I'd like to replace the bitmap on the logon screen of Windows 7 64-bit with one that is on disk. I have a program that periodically switches the background image of my desktop, and it has a ...