Scholieren.com forum

Scholieren.com forum (https://forum.scholieren.com/index.php)
-   Software & Hardware (https://forum.scholieren.com/forumdisplay.php?f=20)
-   -   Geminimaliseerd starten (https://forum.scholieren.com/showthread.php?t=1594654)

CptRake 10-06-2007 22:04

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

Piloff 11-06-2007 00:20

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.

CptRake 11-06-2007 17:04

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

freyk 11-06-2007 17:29

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
Maar kan je dit niet bij de instellingen van ad-watch instellen??

CptRake 11-06-2007 21:50

Citaat:

freyk schreef op 11-06-2007 @ 18:29 :
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
Maar kan je dit niet bij de instellingen van ad-watch instellen??

Kan niet bij instellingen zelf nee.

Waar moet ik die code invoeren dan?

Want bij het "Doel" van de snelkoppeling van het programma kan het niet

freyk 12-06-2007 05:47

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.