how to apply this sourcecode?

B

Bretenn

Guest
ok... i got a problem with ctrl alt del on win98 machines

how can i prevent ppl from pressing ctrl alt del b4 the windows boot up? do this can be done when booting the win98?

i got sourcecode of those , but just dunno how to apply it....
for e.g.

---------------------------------------------------------------------------------------------------------
program small;
{written by rleigh@deakin.edu.au">Richard Leigh, Deakin Univesity}

uses WinProcs;

{$R *.RES}

var
Dummy : integer;

begin
Dummy := 0;
{Disable ALT-TAB}
SystemParametersInfo( SPI_SETFASTTASKSWITCH, 1, @Dummy, 0);
{Disable CTRL-ALT-DEL}
SystemParametersInfo( SPI_SCREENSAVERRUNNING, 1, @Dummy, 0);
end.
--------------------------------------------------------------------------------------------------------

how can i apply this sourcecode?
 
only a supposition, but make it executable and start it as a service so that it starts the moment windows does.
I'm not sure of the method to create a new service but I'm sure it's easily findable on google or microsoft.com (technet or else)
 
i know how to start the services... but the prob is i can end task the services as well!!
hmm..... i hate win98
 
Check out www.planet-source-code.com, i got a script from there that makes the computer think a screensaver is running. no alt tab, ctrl alt delete, ctrl esc or anything. dont remember exactly what its called, just search for disable alt tab or something
 
Years ago when DOS was the king (no security) it used to be possible to load what used to be called a keyboard “re-mappers”. This was a small piece of code loaded into memory when the Autoexe.bat and Config.sys file loaded. This changed the keyboard mappings using assembler (now a no-no). Perform a Gogle search for ones available for 98 or whatever. This will not stop a user just re-direct them to a safer place. If you know hat you are doing you can change your BIOS to have the same effect.

:D
 

Members online

No members online now.

Latest profile posts

Also Hi EP and people. I found this place again while looking through a oooollllllldddd backup. I have filled over 10TB and was looking at my collection of antiques. Any bids on the 500Mhz Win 95 fix?
Any of the SP crew still out there?
Xie wrote on Electronic Punk's profile.
Impressed you have kept this alive this long EP! So many sites have come and gone. :(

Just did some crude math and I apparently joined almost 18yrs ago, how is that possible???
hello peeps... is been some time since i last came here.
Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.

Forum statistics

Threads
62,015
Messages
673,494
Members
5,621
Latest member
naeemsafi
Back