From 452a74db6d2bd2dcfc19b66ec6e15dae49fe3d1f Mon Sep 17 00:00:00 2001 From: wenyongda Date: Tue, 14 Apr 2026 08:36:22 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0PowerShell=E6=96=87?= =?UTF-8?q?=E7=AB=A0=E4=B8=AD=E7=9A=84=E5=9B=BE=E7=89=87=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E4=B8=BA=E5=9C=A8=E7=BA=BF=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_posts/PowerShell.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_posts/PowerShell.md b/source/_posts/PowerShell.md index 8afb823..aa074bf 100644 --- a/source/_posts/PowerShell.md +++ b/source/_posts/PowerShell.md @@ -317,11 +317,11 @@ if ($expirationDate -le $threshold) { 输出如下: -![image-20250718112238088](D:\source\repos\XiaodaBlogSource\source\_posts\PowerShell\image-20250718112238088.png) +![image-20250718112238088](https://rustfs.wenyongdalucky.club:443/hexo/image-20250718112238088.png) 可结合任务计划程序进行使用,免去手动执行的烦恼 -![image-20250718142611106](D:\source\repos\XiaodaBlogSource\source\_posts\PowerShell\image-20250718142611106.png) +![image-20250718142611106](https://rustfs.wenyongdalucky.club:443/hexo/image-20250718142611106.png) ### 🧩 步骤 1:打开任务计划程序 @@ -339,7 +339,7 @@ if ($expirationDate -le $threshold) { - 勾选“不管用户是否登录都要运行” - 勾选“使用最高权限” -![image-20250718142545538](D:\source\repos\XiaodaBlogSource\source\_posts\PowerShell\image-20250718142545538.png) +![image-20250718142545538](https://rustfs.wenyongdalucky.club:443/hexo/image-20250718142545538.png) ### 🧩 步骤 3:设置触发器 @@ -351,7 +351,7 @@ if ($expirationDate -le $threshold) { - 勾选“启用此触发器” 4. 点击 **确定** 。 -![image-20250718142556458](D:\source\repos\XiaodaBlogSource\source\_posts\PowerShell\image-20250718142556458.png) +![image-20250718142556458](https://rustfs.wenyongdalucky.club:443/hexo/image-20250718142556458.png) ### 🧩 步骤 4:设置操作