in reply to Re: Is there a way to make Windows load a Perl script from bootup?
in thread Is there a way to make Windows load a Perl script from bootup?

Well I know XP has a username/password login and I know usually you shouldn't reinvent the wheel. But I'd find it much more interesting to have a login that I made that's not even tied to Windows but would prevent anyone from signing on. That's all

It might not be the best thing I've ever made but it'd be a lot more fun signing on with Perl in the morning.

As for that other anony monk, where you saying I was trying to create a password stealer? I'm not even trying to get this tied to Windows directly at all, the password I set up will be in a file somewhere to be used as a reference when signing on. It's not going to run from a Windows password if that's what you're getting at.

  • Comment on Re^2: Is there a way to make Windows load a Perl script from bootup?

Replies are listed 'Best First'.
Re^3: Is there a way to make Windows load a Perl script from bootup?
by GrandFather (Saint) on Jun 30, 2007 at 21:30 UTC

    I suspect it's not possible in any practical way. It would be very difficult to bypass the normal logon to start with, then I suspect you would have to effectively replace the code that brings up the desktop and that is likely burried in the bowels of Windows.


    DWIM is Perl's answer to Gödel