システム管理者向けのコマンドラインシェル環境「Windows PowerShell」をGUIで管理・実行できる「PowerGUI」v1.0.11.207が、8日に公開された。Windows XP/Server 2003/Vistaに対応するフリーソフトで、現在作者のホームページからダウンロードできる。 「PowerGUI」は、Windowsの ...
In the first part of this series, I explained that there are occasionally situations in which hard coding a PowerShell interface really isn't an option because the script is almost certainly going to ...
This PowerShell script creates scheduled tasks that run a reminder popup every day at 11:00 AM in various time zones. The reminder will provide information such as system uptime, computer name, user ...
PowerShell 7.0.0 Preview6で導入された新機能は、どれもエキサイティングで解説するものを選ぶのが大変だ。今回は、PowerShell 7.0.0 Preview6で導入されたGUI機能にフォーカスしたい。 Windows PowerShellにはもともとGUI系のコマンドレットが存在している。これは.NETがWPF ...
Brien Posey explains why PowerShell timers can cause Windows Forms dashboards to freeze or fail to update, and why keeping GUI scripts responsive requires a different approach to timed events.
本連載でこれまでに説明したように、OpenSSH経由でWindowsにリモートログインした場合、そこからはGUIアプリケーションを起動できない。しかし、Windows上の仮想環境やWSL2で動作しているUbuntuから、Windows側のGUIアプリケーションを起動したいケースはある。