NotebookForums.com › Forums › Notebook Manufacturers › Asus Notebook Forums › Asus Notebooks › Status Lights Using Modified HControl
New Posts  All Forums:Forum Nav:

Status Lights Using Modified HControl

post #1 of 6
Thread Starter 
Hello.

I just have a quick question:

Has anybody been able to get the wifi and bluetooth buttons working using the following method with a modified HControl AND get the bluetooth and wifi status lights to work?

Quote:
1) get the modified hcontrol.exe and figure out how it works. search the forum to find this.

2) download devcon.exe from http://support.microsoft.com/default...;EN-US;Q311272. extract the file and move the executable to windows\system32\

3) go to device manager. look at properties for your wifi card. go to details and write down the device instance id.

4) this part is a little goofy. open command window (start>run>cmd). type "devcon find *XXXXX" where XXXXX is a part of the device instance id that you think might be unique. press enter. if only one device is returned, the XXXXX you picked is a good one. otherwise, try again. whatever it is, make sure that the command returns only your wifi card.

5) create a new text file. type in the following four lines:

@echo off
devcon status *XXXXX | find "disabled" > nul
if not errorlevel 1 devcon enable *XXXXX
if errorlevel 1 devcon disable *XXXXX

again, XXXXX is what you figured out in the previous step. save this file as a batch file (i.e. it needs to have the .bat extension). you can save it to c:\

6) test it out. go to c:\ and double click the file you just saved. you should see a command window come up briefly. your wireless device is now disabled! double click it again... enabled! ok, that's sweet.

7) configure the modded hcontrol to point the wireless button at this .bat file.

Thanks,

Andrew
post #2 of 6
Thread Starter 
Anybody?
post #3 of 6
Hi AndrewLZ,

sorry but i cant answer your question, but i want to know how u got the above to work. i am stuck on step 4 and im not entirely sure what to search for. i really dont want to use the intel proset as its hogging too much memory. thanks
post #4 of 6
Hmmm, I got as far as step 5 but I can't seem to find the right device instance...

Then again, I'm using an Atheros card....
post #5 of 6
Thread Starter 
Quote:
Originally Posted by basara
Hi AndrewLZ,

sorry but i cant answer your question, but i want to know how u got the above to work. i am stuck on step 4 and im not entirely sure what to search for. i really dont want to use the intel proset as its hogging too much memory. thanks
well i haven't gotten anything to work yet as my machine hasn't come yet . I imagine you should just use the whole device ID number. This wasn't my post originally. here's the original thread: http://www.notebookforums.com/showth...ified+hcontrol
post #6 of 6
Thanks AndrewLZ,

I'll check it out and see
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: Asus Notebooks
NotebookForums.com › Forums › Notebook Manufacturers › Asus Notebook Forums › Asus Notebooks › Status Lights Using Modified HControl