20200827 » 履歴 » バージョン 4
sylow castle, 2020/08/27 02:02
| 1 | 1 | sylow castle | # 20200827 |
|---|---|---|---|
| 2 | |||
| 3 | 4 | sylow castle | ## PowerShell でWindows 10 の設定情報引っ張る |
| 4 | |||
| 5 | 1 | sylow castle | 仕事の関係からWindows 10の設定情報スクリプトとか書けないかなぁとググって見つけた |
| 6 | |||
| 7 | - PowerShellでスクリーンセーバーが有効になってるか確認する |
||
| 8 | https://qiita.com/minamijoyo/items/b13e989000660e6ab37f |
||
| 9 | - Get-WmiObject |
||
| 10 | https://forsenergy.com/ja-jp/windowspowershellhelp/html/a4c499fa-deec-4c4b-b3fb-6e195d48a396.htm |
||
| 11 | 2 | sylow castle | - Wmiクラスは難しい |
| 12 | 1 | sylow castle | https://www.manageengine.jp/products/OpManager/wmi-monitoring.html |
| 13 | 2 | sylow castle | - W32_Desktop |
| 14 | 1 | sylow castle | http://www.wmifun.net/library/win32_desktop.html |
| 15 | 4 | sylow castle | |
| 16 | ## PowerShellで通知的なことしたいなぁ |
||
| 17 | |||
| 18 | 3 | sylow castle | - 私PowerShellだけどあなたにトーストを届けたい(プログレスバー付) |
| 19 | https://qiita.com/magiclib/items/12e2a9e1e1e823a7fa5c |
||
| 20 | 4 | sylow castle | - 上記の技術のMS製ドキュメント |
| 21 | https://docs.microsoft.com/ja-jp/windows/uwp/design/shell/tiles-and-notifications/adaptive-interactive-toasts |