![]() |
Geminimaliseerd starten
Ik wil graag ervoor zorgen dat een programmatje wat automatisch start bij het opstarten Windows die geminimaliseerd is.
Welke command moet ik dan achter de .exe zetten? Tnx |
Ffs, google. :)
http://www.microsoft.com/resources/d...-us/start.mspx Parameters "title" : Specifies the title to display in Command Prompt window title bar. /dPath : Specifies the startup directory. /i : Passes the Cmd.exe startup environment to the new Command Prompt window. /min : Starts a new minimized Command Prompt window. /max : Starts a new maximized Command Prompt window. /separate : Starts 16-bit programs in a separate memory space. /shared : Starts 16-bit programs in a shared memory space. /low : Starts an application in the idle priority class. /normal : Starts an application in the normal priority class. /high : Starts an application in the high priority class. /realtime : Starts an application in the realtime priority class. /abovenormal : Starts an application in the abovenormal priority class. /belownormal : Starts an application in the belownormal priority class. /wait : Starts an application and waits for it to end. /b : Starts an application without opening a new Command Prompt window. CTRL+C handling is ignored unless the application enables CTRL+C processing. Use CTRL+BREAK to interrupt the application. FileName : Specifies the command or program to start. parameters : Specifies parameters to pass to the command or program. |
Ik heb het achter het "Doel" gezet, maar het werkt niet.
Als ik bij msconfig kijk, zie ik de command ook niet achter het programma staan (Ad-Watch in dit geval) Bij AVG staat er wel zo'n soort command achter Hoe moet ik dit dus doen http://img508.imageshack.us/img508/9...grammasjm5.jpg Tnx |
Die startup is een parameter (optie) avg, niet van windows zelf.
je kan beter het volgende doen: Code:
start /min c:\Program Files\Lavasoft\Ad-Aware SE Professional\Ad-Watch.exe |
Citaat:
Waar moet ik die code invoeren dan? Want bij het "Doel" van de snelkoppeling van het programma kan het niet |
Bij het doel, maar je kan beter eerst ff bij de "uitvoeren" optie kijkt bij de eigenschappen van de snelkoppelingen.
|
Alle tijden zijn GMT +1. Het is nu 00:36. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.