Come creare un timer di riattivazione per Windows 10

Windows 10 goes to sleep after a period of inactivity or you can put it to sleep from the power options menu. To wake the system, you have to press the power button on your PC, or the Sleep button if there is a dedicated one. When your system is asleep, there are certain ways to automatically wake it. Windows 10 wakes the system to install updates. As an end-user, if you need to wake your system, a scheduled task is what you should use.

Create a wake timer

Open Task Scheduler and create a new task. On the General tab give the task a name and enable the ‘Run with highest privileges’, option. Move to the Triggers tab.

Come creare un timer di riattivazione per Windows 10

Set when you’d like to wake the system from sleep. Move to the Actions tab.

Come creare un timer di riattivazione per Windows 10

This part is only slightly tricky; you need to enter an action for the task to execute. It can be anything like open like a file or open an app or run a script. Anything will do. You can create a script to run an app and close it. We have a script that will show a message box that says what woke the system.

Come creare un timer di riattivazione per Windows 10

Finally, go to the Conditions tab and enable the ‘Wake the computer to run this task’ option. Click Ok, and you’re done.

Come creare un timer di riattivazione per Windows 10

Message box script

If you want to show a message when the script runs, open Notepad and paste the following in it.

@echo off echo x=msgbox("The System was woken from sleep" ,0, "Wake Up") >> msgbox.vbs start msgbox.vbs

You can customize the script. The “The System was woken from sleep” is the message that is shown in the message box, and the “Wake Up” part is the title of the message box. You can change it to whatever you like. Save the file with the BAT file extension and set it as the trigger for the task.

Come creare un timer di riattivazione per Windows 10

The message box will remain on the screen until you click the OK button. If this is excessive i.e., you don’t want to have to interact with your system, you can also use a toast notification. It is a bit more complicated to set up because it requires importing a module in PowerShell but once it is set up, you won’t need to interact with the notification and you can always open Action Center to view it.

L'attività riattiverà il sistema e il sistema dovrebbe dormire una volta che è stato inattivo per un po', tuttavia, se desideri anche pianificare quando Windows 10 va in sospensione dopo che è stato riattivato, puoi utilizzare un'altra attività pianificata .

Leave a Comment

Visualizza, inserisci e modifica la tabella dati senza utilizzare MS Access

Visualizza, inserisci e modifica la tabella dati senza utilizzare MS Access

L'uso dei database è ampio, ma per visualizzare, modificare e alterare i database è necessario disporre di un software compatibile, tra cui Microsoft Access.

Puoi usare la chiave del prodotto di Windows 7 per una nuova installazione di Windows 10?

Puoi usare la chiave del prodotto di Windows 7 per una nuova installazione di Windows 10?

Scopri cosa succede al tuo codice Product Key di Windows 7 quando esegui l'aggiornamento a Windows 10. Scopri come eseguire una nuova installazione e utilizzare il codice esistente.

Converti il ​​tuo computer in un server di streaming video in diretta

Converti il ​​tuo computer in un server di streaming video in diretta

Servizi come UStream e JustinTv sono delle buone piattaforme per trasmettere video in diretta, ma cosa succede se vuoi convertire il tuo computer in un dispositivo di streaming video?

Crea una presentazione con musica e audio utilizzando PhotoStage

Crea una presentazione con musica e audio utilizzando PhotoStage

Ricordate, l'anno scorso abbiamo parlato di come creare una presentazione DVD gratuita (con musica) in Windows Vista. Bene, è diventato molto più semplice e professionale con

StartupPanel: Gestisci cartella di avvio di Windows, registro, servizi

StartupPanel: Gestisci cartella di avvio di Windows, registro, servizi

Alcune applicazioni che si avviano con l'avvio di Windows risiedono nella cartella Esecuzione automatica, mentre la maggior parte di esse risiede nel registro. Per accedere alla cartella Esecuzione automatica

Come cambiare il nome della barra del titolo nel prompt dei comandi

Come cambiare il nome della barra del titolo nel prompt dei comandi

Una lettrice, Wendy, ha chiesto: C'è un modo per modificare la barra del titolo? Ho un collegamento a cmd.exe e tutte le barre del titolo appaiono come "Amministratore: Comando".

Come aggiornare i driver dei dispositivi in ​​Windows 7

Come aggiornare i driver dei dispositivi in ​​Windows 7

Proprio come il software, i driver dei dispositivi vengono aggiornati dai rispettivi produttori. Questi aggiornamenti vengono effettuati per rimuovere eventuali bug o per aggiungere funzionalità aggiuntive.

ERR_CONNECTION_REFUSED: Come risolvere questo errore del browser

ERR_CONNECTION_REFUSED: Come risolvere questo errore del browser

Visualizzi l'errore ERR_CONNECTION_REFUSED su Chrome o su un altro browser? Scopri le cause più comuni di questo errore di connessione e le relative soluzioni.

Desk & Archive: Gestione file di Windows con ordinamento intelligente e filtri avanzati

Desk & Archive: Gestione file di Windows con ordinamento intelligente e filtri avanzati

Esplora Desk & Archive, l'innovativo esploratore di file che migliora la tua capacità di gestire e organizzare i tuoi file in modo più efficiente.

Motore di ricerca documenti DocFetcher

Motore di ricerca documenti DocFetcher

La ricerca predefinita di Windows non può cercare localmente grandi quantità di documenti diversi. DocFetcher è uno strumento open source che indicizza le cartelle definite.