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.
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.
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
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
ASKER
You don’t need to hurry this question I while be back on Monday.
Is there only 500 point to give now?
Is there only 500 point to give now?
There is a simple way to show a policy statement :
go to :
HKEY_LOCAL_MACHINE\SOFTWAR E\Microsof t\Windows NT\CurrentVersion\Winlogon
and change
LegalNoticeCaption to the title of the box
and
LegalNoticeText to the content of the box.
go to :
HKEY_LOCAL_MACHINE\SOFTWAR
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? :)
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
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 :)
ASKER
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
More function is happening when user hits this button.
I will look at this GINA
ASKER
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.
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.
ASKER
StTwister: Nice
ASKER
I found I way do to this.
I change “HKLM\SOFTWARE\Microsoft\W indows 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.
I change “HKLM\SOFTWARE\Microsoft\W
First the login is shown and after user login my program loads, then I load explorer if the agree.
ASKER
StTwister no new info on ActiveX startup
ASKER
Greybird comment is no help, it dont give user ”Not agree” button, it is only a messages
ASKER
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
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
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
You can give DeerBear 100 points refund the rest
Hey, wait a sec
I answered your question!
I answered your question!
ASKER
HEHE sorry I don't not see it first.
Nice it work, ThX
Nice it work, ThX
Np ;)
is it a Delphi question?
can you explain?