45 replies to this topic
#1
Posted 27 October 2012 - 06:18 PM
I have an app to connect to my wifi using my usb wireless adapter, it works great but I would like to hidden this app at the startup, infact now when I boot my computer It suddently load the app to connect to my wifi profile, is it possible to hide this app at the startup (still open since it's necessary to connect, but hidden infact it connects automatically to my network and so I don't need to do anything).
Thank you very much!
Ps I have checked the hidden check in the accout settings, however it continue to open the utility.
Thank you very much!
Ps I have checked the hidden check in the accout settings, however it continue to open the utility.
#2
Posted 27 October 2012 - 06:25 PM
Go to S/L/Startupitems and delete contents
#3
Posted 27 October 2012 - 09:18 PM
Help!
#4
Posted 28 October 2012 - 03:09 AM
...uncheck it in login items...i load xcode at login and when checked, it's window opened...when unchecked app shows in dock only...
#5
Posted 28 October 2012 - 03:22 AM
#6
Posted 28 October 2012 - 07:58 AM
Sorry but I dont understand . What do I have to do in order to hide complitely the utility at the startup (not have the utility open nor in thr screen nor in background), ?
#7
Posted 29 October 2012 - 06:12 AM
UP!
#8
Posted 30 October 2012 - 08:25 AM
Navigate to System Preferences > Accounts > Login Items tab > Add the application you need to be launched at start-up > tick "Hide" check box. Now when the system starts up, the application should launch (appears briefly in Dock, then disappears from the dock, but still running in background).
#9
Posted 31 October 2012 - 03:44 PM
I have done this as said in the first post, but the utility still launch the windows at the startup and it is not hidden
#10
Posted 01 November 2012 - 10:02 AM
UP!
#11
Posted 02 November 2012 - 12:45 PM
No one can help me?
#12
Posted 02 November 2012 - 12:55 PM
what app you have ? Ralink?
#13
Posted 02 November 2012 - 10:50 PM
I think that iPho is talking about the ralink wireless utility, I have the same problem. The application need to start on computer startup to connect to the network, after that the application can be closed and internet connection continue to work. I think we need a script of an application of Automator that kill the wireless utility after about 10 seconds from the initial connection. It's possible?
Thank you!
Thank you!
#14
Posted 03 November 2012 - 02:34 PM
Yes, Ralink Wireless Utility
#15
Posted 04 November 2012 - 05:29 PM
UP!
#16
Posted 04 November 2012 - 05:43 PM
Navigate to System Preferences > Accounts > Login Items tab > Add the application you need to be launched at start-up > tick "Hide" check box. Now when the system starts up, the application should launch (appears briefly in Dock, then disappears from the dock, but still running in background).
USBWirelessUtility.app.zip 353.58K
26 downloads
#17
Posted 05 November 2012 - 08:02 PM
Thank you very much, it works! But is it possible that once it connects to my network the application automatically close itself? Now It remains in background
#18
Posted 05 November 2012 - 08:55 PM
In fact the problem is that the application, that is necessary only on startup to connect to the network, consumes 20% of cpu and if closed the network work without problems. We need something that after that the wireless application connect the USB dongle to the network close wireless utility that become unecessary and uses a lot of cpu. Sorry for the english, i'm italian!
#19
Posted 05 November 2012 - 11:00 PM
You can create an Applescript app to close the wireless utility. I have done this for my Engenius dongle which uses a version of the same wireless utility. The app is not smart - it doesn't know when the wireless utility has connected. Instead, it just waits 15 seconds (or whatever you set it to) and then closes the utility. You may have to give it more time to allow the utility to connect before closing it.
Go to the Utilities folder and open AppleScript Editor. Enter the following 4 lines into the editor:
Click on the "Compile" button in the toolbar to check your typing.
Go to the File menu and select "Save…" (or Save As…)
In the dialog box that slides down, give the new app a name you like in the "Save As" field.
Set the folder where you want to save the app in the "Where" field.
Set "File Format" to "Application"
Click "Save"
Go to your Login Items in System Preferences and add your new app to them.
Reboot to test it out. If it quits too quickly, repeat the process and change the 15 seconds to something longer.
Go to the Utilities folder and open AppleScript Editor. Enter the following 4 lines into the editor:
tell application "USBWirelessUtility" delay 15 quit end tell
Click on the "Compile" button in the toolbar to check your typing.
Go to the File menu and select "Save…" (or Save As…)
In the dialog box that slides down, give the new app a name you like in the "Save As" field.
Set the folder where you want to save the app in the "Where" field.
Set "File Format" to "Application"
Click "Save"
Go to your Login Items in System Preferences and add your new app to them.
Reboot to test it out. If it quits too quickly, repeat the process and change the 15 seconds to something longer.
#20
Posted 06 November 2012 - 08:32 PM
rlf, on 05 November 2012 - 11:00 PM, said:
You can create an Applescript app to close the wireless utility. I have done this for my Engenius dongle which uses a version of the same wireless utility. The app is not smart - it doesn't know when the wireless utility has connected. Instead, it just waits 15 seconds (or whatever you set it to) and then closes the utility. You may have to give it more time to allow the utility to connect before closing it.
Go to the Utilities folder and open AppleScript Editor. Enter the following 4 lines into the editor:
Click on the "Compile" button in the toolbar to check your typing.
Go to the File menu and select "Save…" (or Save As…)
In the dialog box that slides down, give the new app a name you like in the "Save As" field.
Set the folder where you want to save the app in the "Where" field.
Set "File Format" to "Application"
Click "Save"
Go to your Login Items in System Preferences and add your new app to them.
Reboot to test it out. If it quits too quickly, repeat the process and change the 15 seconds to something longer.
Go to the Utilities folder and open AppleScript Editor. Enter the following 4 lines into the editor:
tell application "USBWirelessUtility" delay 15 quit end tell
Click on the "Compile" button in the toolbar to check your typing.
Go to the File menu and select "Save…" (or Save As…)
In the dialog box that slides down, give the new app a name you like in the "Save As" field.
Set the folder where you want to save the app in the "Where" field.
Set "File Format" to "Application"
Click "Save"
Go to your Login Items in System Preferences and add your new app to them.
Reboot to test it out. If it quits too quickly, repeat the process and change the 15 seconds to something longer.
Yeahhhhhh!!!! It works!!! Thank you very much!
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account









