wlan autostart windows vista – amilo li2727 – shortcut WisWBSet.exe to autostart folder

For example you’re using a Fujitsu Siemens notebook Amilo LI2727

To save energy, FS recommeds to start WLAN manual. But when you’re using the internet every time you start up the notebook this does not make very much sense.

A easy solution to start WLAN automatically: Just copy a shortcut of WisWBSet.exe to the Autostart folder.

It’s easy:

Step 1: Search for your wlan startprogram WisWBSet.exe

(This is already installed on your computer. Acutally this is the program behind you “WLAN-Button” on your notebook). I found it in this directory:

C:\Programme\Launch Manager\WisWBSet.exe
(or C:\Program Files\Launch Manager\WisWBSet.exe)

Step 2: Search your Autostart Folder

I found it on

C:\Users\Admin\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

Step 3: Create a shortcut on wlan startprogram WisWBSet.exe and move it to the autostart folder

So you’re done. The next time the windows vista starts up, the WLAN program also starts up automatically.

4 thoughts on “wlan autostart windows vista – amilo li2727 – shortcut WisWBSet.exe to autostart folder”

  1. Copy and paste the below text in to a text editor, save it and give it any filename with the extension .vbs, eg wirelessstart.vbs and copy a shortcut to your startup folder. pss! Save the file as “All files”.

    Set WshShell = WScript.CreateObject(“WScript.Shell”)
    Set oExec = WshShell.Exec(“C:\Program Files\Launch Manager\WisWBSet.exe”)
    do while WshShell.AppActivate(“Wireless Status Option”)=False
    WScript.Sleep 100
    loop
    WScript.Sleep 100
    WshShell.sendkeys(“{TAB}{TAB}{LEFT}~”)

    Respect: http://forum.fujitsu-siemens.com/forum/viewtopic.php?f=89&t=31866

  2. Set WshShell = WScript.CreateObject(”WScript.Shell”)
    Set oExec = WshShell.Exec(”C:\Program Files\Launch Manager\WisWBSet.exe”)
    do while WshShell.AppActivate(”Wireless Status Option”)=False
    WScript.Sleep 100
    loop
    WScript.Sleep 100
    WshShell.sendkeys(”{TAB}{TAB}{LEFT}~”)

  3. Electric Griddle ·

    Windows Vista actually sucks because it always have some sort of error that causes blue screen ,”`

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Scroll to Top