1 回限りのリマインダーの設定は簡単です。カレンダーに日付をマークしたり、アラームを作成したりできます。しかし、同じタスクについて定期的に思い出させたい場合はどうすればよいでしょうか? 毎週(Weekly)、毎日、あるいは数分おきに?
それを実装するのはそれほど簡単ではありません。AndroidまたはiOSのほとんどのリマインダー アプリには、繰り返しリマインダーを設定する簡単な方法が含まれていないため、日付または時刻を手動で入力する必要があります。
ユーザーに頻繁に思い出させるように設計されたアプリケーションがないため、数分 (または数秒) で繰り返されるリマインダーが必要な場合、事態はさらに複雑になります。したがって、定期的なリマインダーを設定する方法を見つけようとして壁に頭をぶつけている場合は、このガイドが最適です。
Windows で毎週(Weekly)または毎日の(Daily) リマインダー(Reminders)を設定する方法
Windows PCで繰り返しタスクのリマインダーを設定する最も簡単な方法は、 Cortanaを使用することです。Microsoft 独自の AI アシスタントは、タスクをスケジュールし、時間指定のリマインダーを作成できます。また、iPhone のSiriとは異なり、音声コマンドだけが制御方法ではありません。コマンドを入力して実行することもできます。
- まず、PC でCortanaを開きます。スタートメニュー(Start Menu)でアプリを検索するか、有効にしている場合は「Hey Cortana 」音声コマンドを使用できます。(Cortana)
- Cortanaインターフェイスは、チャット ウィンドウに似ています。繰り返しますが、コマンドを話し続けるか入力して、Cortanaに指示することができます。
- Cortanaは自然言語コマンドを解釈できるため、時間と頻度 (明日、毎日など) を指定して、特定のタスクのリマインダーを設定するよう AI アシスタントに指示するだけです。
- Cortanaは、指定された時間に(Cortana)Microsoft To Do でタスクを作成します。タスクを自分で編集して、詳細を変更したり、リマインダーを削除したりできます。
この方法はリマインダー(Remember)を設定する最も簡単な方法ですが、あまりカスタマイズできないことに注意してください。たとえば、1 時間ごとにリマインダーを設定するようにCortanaに指示することはできますが、それはうまくいきません。(Cortana)
分間隔または秒間隔で繰り返すリマインダーを設定する場合は、別の方法が必要です。
タスク スケジューラ(Task Scheduler)を使用して繰り返しリマインダーを設定する
経験豊富な Windows(Experienced Windows)ユーザーは、事前にタスクを設定できるビルトイン ユーティリティであるタスク スケジューラ(Task Scheduler)を思い出すかもしれません。このアプローチの問題点は、このツールのほとんどの機能が既に非推奨になっていることです。
Microsoftは、フラグシップ オペレーティング システムの最後の数回のリリース以来、タスク スケジューラ(Task Scheduler)を段階的に廃止してきました。Windows 11では、それは時代遅れの殻にすぎません。
メッセージを表示したり、電子メールを送信したりすることはできなくなり、スケジュールされた時間にプログラムを開始するだけに制限されます。それでも、試してみたいユーザーのために、次の手順を実行します。
- [スタート] メニューでタスク スケジューラ(Task Scheduler)を検索します。
- インターフェイスからわかるように、このユーティリティはかなり古いものです。[基本タスクの作成...(Create Basic Task… ) ] オプションを選択して開始します。
- まず、タスクの名前と説明を入力します。これは何でもかまいません。機能には関係ありません。
- 次はトリガーで、基本的にスケジュールされたタスクの頻度を設定できます。毎日、毎週、または毎月のタスクのオプションがあります。
- タスクの実行を開始する日時を設定できるようになりました。
- 最後に、実行するアクションを決定できますが、実際には、ここで選択できることはあまりありません。電子メールを送信したり、メッセージを表示したりするオプションは廃止され、機能しなくなりました。開くプログラムのみを選択できます。
- メッセージを表示するオプションを選択すると、メッセージの内容を構成できますが、適用しようとするとタスク スケジューラがエラーをスローします。(Task Scheduler)
より頻繁に繰り返しリマインダーを設定する方法
Microsoft Cortanaを使用して毎週または毎日のリマインダーを作成することは問題ありませんが、より頻繁に繰り返すリマインダーを設定するにはどうすればよいでしょうか? 残念ながら、組み込みであろうとなかろうと、これを行うことができるアプリはありません.
ここでAutohotkeyの出番です。主にマクロ作成ツールであるAutohotkey (または一般的にAHKと呼ばれる) を使用して、キーを再バインドしたり、ホットキー(キーボード ショートカット)を設定したりできます。(rebind keys or set up hotkeys)しかし、私たちにとってより重要なことは、AHKを使用して反復タスクを自動的に実行するように設定することもできることです。
- Windowsで定期的なリマインダーを作成するには、公式 Web サイト(official website)からAHKをダウンロードします。
- ダウンロードしたセットアップ ファイルを実行するだけで、コンピューターにアプリケーションをインストールできます。
- これで、 AHK(AHK)スクリプトの作成を開始できます。空のフォルダー (またはデスクトップ画面) の任意の場所を右クリックし、[新規] > [オートホットキー スクリプト] を選択(Simply)し(New )ます。( Autohotkey Script.)
- 任意の名前を付けてから、スクリプトを右クリックし、 [プログラムから開く](Open With) > [メモ帳(Notepad)] を選択してスクリプトを編集します。
- スクリプト内の既存のコードを無視して、その後に次のコードを入力します。
#Persistent
SetTimer、リマインダー、50000
リターン
リマインダー:
MsgBox 忘れずにタスクを実行してください!
戻る
これにより、50 秒ごとに警告音が鳴ります (上記の時間はミリ秒単位で指定されます)。この時間は、要件に合わせて増減できます。完了したら、ファイルを保存します。
- ファイルをダブルクリックするだけで、このスクリプトを実行できます。または、スクリプトを右クリックして [開く(Open)] を選択して実行することもできます。
- 指定した時間が経過すると、リマインダーを含むメッセージ ボックスがポップアップ表示されます。[ OK(Okay ) ] をクリックしてメッセージを閉じると、期間が経過すると新しいリマインダーが再び表示されます。
もちろん、これは AHK の機能の初歩的なデモンストレーションです。サウンドアラートを追加し、スクリプトを特定のホットキーにバインドして、簡単にオンまたはオフに切り替えることができます. このような複数(Multiple)のアラートをさまざまなメッセージと期間で設定して、定期的なタスクを思い出させることができます。
Windows で繰り返しリマインダーを設定する最良の方法は何ですか?
Cortanaリマインダーは、曜日または月ごとに繰り返すリマインダーを作成するのに最適な方法です。Cortanaにリマインダーの時刻を伝えるだけで、 Microsoft To Doに新しいタスクが自動的に作成されます。
しかし、数分ごとに思い出させようとしている場合、Cortanaはあまり役に立ちません。定期的なリマインダーを提供するタスクスケジューリングアプリはほとんどなく、そのような短い間隔で機能するアプリはほとんどありません.
そのための最善の手段はAutohotkeyです。キーボード マクロを作成し、タスクを自動化するために何百万人もの人々が安全に使用しており、数行のスクリプトで繰り返しリマインダーを設定できます。
How to Set Up Recurring Reminders On Windows
Setting up one-time reminders is easy. You can mark the date on your calendar, create an alarm, etc. Βυt what if you want tо be reminded periodically about thе same task? Weekly, daily, or perhaps even every few minutes?
That is not that easy to implement. Most reminder apps on Android or iOS don’t include an easy way to set up repeating reminders, leaving you to input each date or time manually.
Things get even trickier if you want a reminder that repeats in a matter of minutes (or seconds), as there is no application designed to remind the user that frequently. So if you have been beating your head against the wall trying to figure out a way to set recurring reminders, this guide is for you.
How to Set Weekly or Daily Reminders on Windows
The easiest way to set up reminders for repeating tasks on a Windows PC is to use Cortana. Microsoft’s own AI assistant can schedule tasks and create timed reminders. And unlike iPhone’s Siri, voice commands aren’t the only way to control it – you can also type in your commands to have them executed.
- Begin by opening Cortana on your PC. You can search for the app in the Start Menu or just use the “Hey Cortana” voice command if you have it enabled.
- The Cortana interface resembles a chat window. Once again, you can continue speaking your commands or typing them in to direct Cortana.
- As Cortana can interpret natural language commands, you can just tell the AI assistant to set a reminder for a particular task, specifying the time and frequency (tomorrow, every day, etc.)
- Cortana will create a task in Microsoft To Do for the time specified. You can edit the task yourself to change the details or remove the reminder.
Remember that while this method is the most straightforward way to set reminders, it is not very customizable. For example, you can try telling Cortana to set a reminder every hour, but that wouldn’t work.
If you are looking to set reminders that repeat at an interval of minutes or seconds, you need another method.
Using the Task Scheduler to Set Up Recurring Reminders
Experienced Windows users might recall the Task Scheduler, a built-in utility that allows you to set up tasks in advance. The problem with this approach is that most of the features of this tool have already been deprecated.
Microsoft has been gradually phasing out the Task Scheduler since the last few releases of its flagship operating system, and in Windows 11 it is nothing but an outdated husk.
You can no longer display messages or send emails, being limited to only starting a program at a scheduled time. Still, for users inclined to try it out, here are the steps:
- Search for the Task Scheduler in the Start menu.
- As you can already tell from the interface, the utility is rather old. Select the Create Basic Task… option to begin.
- Start by entering a name and description of the task. This can be anything – it has no bearing on its functioning.
- Next is the trigger, where you can basically set the frequency of the scheduled task. You have the option of daily, weekly, or monthly tasks.
- Now you can set the time and date at which the task is to start executing.
- Finally, you can decide on the action to be performed… though in truth there is not much of a choice here. The options to send an email or display a message have been deprecated, and will not work anymore. You can only select a program to be opened.
- If you do select the display message option, you will get to configure the contents of the message, though Task Scheduler will throw up an error upon trying to apply it.
How to Set Up More Frequent Recurring Reminders
Using Microsoft Cortana to create weekly or daily reminders is fine, but what if you want to set reminders that repeat more frequently? Unfortunately, there are no apps – built-in or otherwise – that can do this for you.
That is where Autohotkey comes in. Primarily a macro creation tool, Autohotkey – or AHK as it is generally called – can be used to rebind keys or set up hotkeys (keyboard shortcuts). But, more importantly for us, AHK can also be used to set up repetitive tasks to perform automatically.
- To create a recurring reminder on Windows, download AHK from the official website.
- Just run the downloaded setup file to install the application on your computer.
- Now you can start creating AHK scripts. Simply right-click anywhere in an empty folder (or even your desktop screen) and select New > Autohotkey Script.
- Name it anything you like, then right-click on the script and select Open With > Notepad to edit the script.
- Ignore the code already in the script and just enter the following after it:
#Persistent
SetTimer, Reminder, 50000
return
Reminder:
MsgBox Remember to do your task!
return
This will play a sound to alert you every 50 seconds (the duration above is given in milliseconds). You can increase or decrease this time to suit your requirements. Save the file once you are done.
- You can run this script now just by double-clicking on the file. Alternatively, you can right-click on the script and select Open to run it.
- A message box with the reminder will pop up after the time you specified. You can click Okay to close the message, and a new reminder will show up after the duration again.
This is, of course, an elementary demonstration of AHK’s capabilities. You can go on to add sound alerts and bind the script to a particular hotkey to toggle it on or off easily. Multiple such alerts can be set up with various messages and durations to remind you of recurring tasks.
What Is the Best Way to Set Up Repeating Reminders on Windows?
Cortana reminders are a great way to create reminders that repeat on days of the week or every day of the month. You just tell Cortana the reminder time, and it automatically creates a new task in Microsoft To Do.
But when you are looking to remind yourself every few minutes or so, Cortana isn’t of much help. Very few task scheduling apps offer recurring reminders, and almost none of them work with such short intervals.
For that, your best recourse is Autohotkey. Used safely by millions to create keyboard macros and automate tasks, it can set up a repeating reminder with a couple of lines of script.