Generate a list of Windows startup programs using the command line Genera un elenco di programmi di avvio di Windows utilizzando la riga di comando
Posted on September 26, 2008 at 5:35 am Pubblicato il 26 settembre 2008 a 5:35 am
You probably already knew this, but if you want to see a list of all of the startup programs that run when Windows starts, you can simply go to the MSCONFIG tool and click on the Startup tab! Hai probabilmente già sapeva questo, ma se volete vedere un elenco di tutti i programmi di avvio che vengono eseguiti all'avvio di Windows, si può semplicemente andare alla MSCONFIG strumento e fare clic sulla scheda Avvio! Here you can enable or disable startup programs easily. Qui è possibile attivare o disattivare i programmi di avvio facilmente. (Read here on (Leggi qui how to use MSCONFIG come usare MSCONFIG )
Knowing which programs run at startup Conoscere quali programmi eseguire all'avvio can be very useful for debugging all sorts of performance issues related to your PC. può essere molto utile per il debug di tutti i tipi di problemi di prestazioni legati al vostro PC. A good thing to do would be to make a list of all of the startup programs while your computer is running normally. Una buona cosa da fare sarebbe quella di fare una lista di tutti i programmi di avvio, mentre il vostro computer sta funzionando normalmente. That way, if there is a process you see running on your system later on that is taking up a large amount of resources, you can check your list to see if it was there earlier or not. In questo modo, se c'è un processo in esecuzione che vedete sul vostro sistema in seguito che sta prendendo una grande quantità di risorse, è possibile controllare la lista per vedere se vi è stato in precedenza o meno.
You can actually generate a list of all the startup programs in Windows using the command prompt and save the list as a text file or an HTML document. Si può effettivamente generare un elenco di tutti i programmi di avvio di Windows usando il prompt dei comandi e salvare l'elenco come file di testo o un documento HTML. Here’s how: Ecco come:
Step 1: Open the command prompt by going to Start , Run and typing in CMD . Fase 1: Aprire il prompt dei comandi andando a Start, Esegui e digitare CMD.
Step 2: Now type in the following command at the prompt and press Enter Fase 2: Ora digitate il seguente comando al prompt dei comandi e premere Invio
wmic startup get caption,command wmic avvio di ottenere una didascalia, il comando
You should now see a list of all the applications along with their paths that run at Windows startup. Si dovrebbe ora vedere un elenco di tutte le domande insieme con i loro sentieri che vengono eseguiti a avvio di Windows.
Step 3: If you want to export the list out as a text file, type in the following command: Fase 3: Se si vuole esportare la lista come un file di testo, digitare il seguente comando:
wmic startup get caption,command > c:\StartupApps.txt wmic avvio di ottenere una didascalia, il comando> c: \ StartupApps.txt
And if you want to create an HTML file, just type this instead: E se si desidera creare un file HTML, solo questo tipo invece:
wmic startup get caption,command > c:\StartupApps.htm wmic avvio di ottenere una didascalia, il comando> c: \ StartupApps.htm
That’s it, now you have a list of startup programs that you can save and use as a reference for later on. Ecco, ora avete un elenco di programmi di avvio che è possibile salvare e utilizzare come riferimento per più tardi. Enjoy! Gustare! Source: Fonte: Tech Recipes Tech ricette
» Filed Under »Archiviato in Computer Tips Suggerimenti per computer
Save this page Salva questa pagina | Stir it up on Mixx Mescolare fino a Mixx | |
Add to Reddit Aggiungi al Reddit |
Related Posts Related Interventi
- How to turn on auto-complete in the command prompt Come attivare il completamento automatico nel prompt dei comandi
- Simple ways to increase your computer’s performace - Stopping the startup programs! Semplici modi per aumentare il vostro prestazioni del computer - Fermata di avvio dei programmi!
- Speed up slow Windows startup and boot with Startup Delayer Velocità fino lento avvio di Windows e avviare con Startup Delayer
- How to navigate in the DOS command prompt Come navigare nel prompt dei comandi DOS
- How to fix svchost.exe errors and problems with high CPU usage Come risolvere svchost.exe errori e problemi con un elevato utilizzo della CPU























Good and useful info… Buona e utile info ...
keep rocking dude. tenere a dondolo dude.
Thanks, Grazie,
Lax