Initial commit: MyBlog full stack blog
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# 卸载 MyBlog IP 白名单定时任务
|
||||
$ErrorActionPreference = "Stop"
|
||||
& schtasks /Delete /F /TN "MyBlogIPWatch" | Out-Null
|
||||
if ($LASTEXITCODE -eq 0) { Write-Host "计划任务 MyBlogIPWatch 已删除" }
|
||||
Reference in New Issue
Block a user