Click here to Skip to main content
15,880,891 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi People

I am hoping somebody can assist me here.

A primary school I work with has just bought 5 laptops for use within the school and has required that the OS be downgraded to XP. (Too much old software to be able to afford to use Win 7 right now)

We got everything working except for one problem the wireless. The only driver we could find, (Acer the manufacturer doesn't support win XP for this model so we had to use 3rd party drivers) won't automatically switch the wifi on, somebody has to manually press Fn+F3 to get it to activate.

This is not a good situation when trying to log 4 to 8 year olds onto the domain with no working wifi!

So I need something to record me pressing Fn+F3, I assume that this will not return a standard scan code, so we know what is being sent to the system when these keys are pressed, and possibly released too, record it somewhere accessible. Then I need a small program to actually send this code as a simulated keypress, key up and key down may be necessary to the system at startup then wait a few seconds for the wifi to come up and connect.

Please somebody help! I'm 15+ years rusty as a coder, heck I can't even read my own code I wrote 20 years ago properly! God I'm getting old!

Cheers

Tim

Thanks for the ideas so far, I think I need to clarify.

In order for users to log onto the domain, the wireless needs to be up, therefore this has to happen before logon hence to me it needs to execute as a startup script.

I've got to re-iterate my gratitude for the ideas and I'm going to keep looking into them more would be much appreciated.

Thanks again

Tim
Posted
Updated 20-Apr-12 9:00am
v2

Take a look at this scripting tool. It should do the trick for you. We use it at work for complicated things...

http://www.autoitscript.com/site/autoit/[^]
 
Share this answer
 
I have no idea why using Windows system on old computers at all. Learning Windows programming? Then I can understand. For all other users you can always find some light-weight Linux distro. Instead of paying Microsoft tax, people can have nearly everything, including .NET (actually, alternative SLR implementation in the form of Mono), office, graphical editors, multimedia — you name it. One good choice is LUbuntu which can run on nearly anything.

—SA
 
Share this answer
 
Comments
VJ Reddy 19-Apr-12 20:09pm    
Good suggestion. 5!
Sergey Alexandrovich Kryukov 19-Apr-12 20:25pm    
Thank you, VJ.
--SA
Nelek 20-Apr-12 16:00pm    
You confused this time :P
Sergey Alexandrovich Kryukov 20-Apr-12 19:21pm    
Sorry... second time today. This is because I collected few days of non-replied notifications, did too fast.
Thank you for pointing it out. (So, my thank you in all cases... :-)
--SA
Steve Maier 20-Apr-12 9:58am    
Many schools have "site" licenses for things like the Office products and XP given to them by either Microsoft or the Gates Foundation. And hiring someone that is an expert in Linux and other things as well as paying for an IT person for all of the MS stuff is abit beyond many schools budgets.
In the group I was when playing online games were some people very happy with keyboards that could make macros simulating series or combos of pressed keys like "nostromo". If I don't remember wrong that could be automated as well. But I think that would be too expensive and way complicated to be used by kids.

Others went to software solutions to make the same, using normal kayboards. There are many of them, like macro recorder[^], jitbit[^], autohotkey[^], winautomation[^] and so on.

Hope you find something it helps you
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900