Datuve :: Forums :: Arhīvs :: laptop wireless problemas

Datuve

Mana Datuve

Reģistrācija | Noteikumi | Paroles atjaunošana



Forums

Ieskaties


Raksti

Lietotāji online

Lietotāji online: 125

Reģistrētie lietotāji online: 0

Viesi online: 125

Datuve.lv video
Top.LV

laptop wireless problemas

Ievietoja: suport @ 2012.09.28 18:08  

Laptops ir diezgan vec , asus . . ! pat nezinu modeli .

Problema ir tada ka nesen tika aplieta klavjatuuura un nestreada neviena poga , tapce lietoju atsevischu klavjaturu kas ir caur usb piesprauzama , bet kops ta briza sakas problemas ka nelasa wireless tiklu majas jo vinsh bija izsleegts ar fn + f2 un nekaadigi uz piesprauzamas klavjaturas nevar iesleegt un portatiiva klavjatura ka jau mineju nestraada  , ir iespejams vinju caur kadu programu iesleegt , jo caur boot menu ari nevar , vnk netaaa lasiju ka var caur turieni bet nau tur tadu opciju

Komentāri:

#1 links @ 2012.09.28 19:06

Iz google

There is a way to recreate this on your PC. This is by using a vbs script to send keys using the send key command you could then create a shortcut to this on the desktop im sure this could be effective. Hoiwever i am not sure if VBS supports the F keys instead i could consider using NirCmd command line interprator tool with the send key command whic supports the send key cammand and gives the option of holding a key down for a predetermined amount of time. For example here is a working script that you need to save and whatever.bat make sure you use the .bat standing for batch file

@echo off
nircmd send key ctrl down
nircmd send key f2 press
nircmd send key ctrl up
exit

Also you could add a wait and a messagebox like this.

@echo off
nircmd send key ctrl down
nircmd send key f2 press
nircmd send key ctrl up
msg * Wireless hardware status changed
exit

You will need the command line tool downloaded here:
http://www.nirsoft.net/utils/nircmd.html

(There is a link at the bottom)

And the command list here:
http://www.nirsoft.net/utils/nircmd2.html#using

Hope this helps

B variants: randyrants.com/sharpkeys/