Link to home
Create AccountLog in
Avatar of Dark_King
Dark_King

asked on

Freeze Windows

I want to show a messages to all user before “Login dialog” is loaded
And a button that’s say “Yes” to continue and “No” to shutdown.

I don’t now where to start in this solution or how to run something before Explorer is loaded.
Avatar of mhamini
mhamini

hi ...
is it a Delphi question?
can you explain?
Avatar of Dark_King

ASKER

Yes this is a Delphi question.


I want a Service that’s show a messages to User.

Question was how to make this message to show directly windows loads
It most show before windows XP login dialog is display and wait until a button is hit
to continued to login dialog.

I want a “policy statement” displayed before user login to windows and user has
to hit agree to have access
You don’t need to hurry this question I while be back on Monday.

Is there only 500 point to give now?
There is a simple way to show a policy statement :
go to :
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
and change
LegalNoticeCaption to the title of the box
and
LegalNoticeText to the content of the box.
hi friend ...
thankk you ... i hope your problem will be solved.
i just asked a question. is it crime? :)
You need a GINA dll to do what you want.

Cheers,

Andrew
Greybird's solution is the best in this case and you do not need to enter and use no special dll's. You just need to enter your policy in the registry . Try it manually and you'll see. For pieces of code... just ask :)
I also need this”Not agree” button and it most be a program,
More function is happening when user hits this button.

I will look at this GINA
I have look at Gina and a think is hard for me to use this,
I use Novell as client and “NWGINA.DLL” is loaded on my system.
I think my Gina most load this Novell login dll if it should work.

I have looked into my question and there can be another solution for me.

After user has use Novell login and windows shell is beginning to load,
It stop and show my info, but where should I start my program to be shore it
loads before user have access to windows.
Using the ActiveX startup method, the program will load before Windows' boot and it will continue only after the program has closed. I'll look into that tonight, when i have more free time.
StTwister: Nice
I found I way do to this.

I change “HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell” to my program


First the login is shown and after user login my program loads, then I load explorer if the agree.
StTwister no new info on ActiveX startup
Greybird comment is no help, it dont give user ”Not agree” button, it is only a messages
No help was given me, still waiting for StTwister info on ActiveX startup

You can do watt you want with this question but if you give point to some one it should be ***DeerBear ***
Is answer on GINA is closes way to interrupt with windows startup
ASKER CERTIFIED SOLUTION
Avatar of StTwister
StTwister

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
You can give DeerBear 100 points refund the rest
Hey, wait a sec

I answered your question!
HEHE sorry I don't not see it first.
Nice it work, ThX
Np ;)