From f9465476c9c5f570d1e0695002c79e7759c69fc8 Mon Sep 17 00:00:00 2001 From: srdusr Date: Thu, 6 Jun 2024 20:29:01 +0200 Subject: Testing --- .config/powershell/bootstrap.ps1 | 1 + 1 file changed, 1 insertion(+) (limited to '.config/powershell/bootstrap.ps1') diff --git a/.config/powershell/bootstrap.ps1 b/.config/powershell/bootstrap.ps1 index 3d04097..252bd52 100644 --- a/.config/powershell/bootstrap.ps1 +++ b/.config/powershell/bootstrap.ps1 @@ -21,6 +21,7 @@ function handle_error { New-Item -Path $Env:USERPROFILE\Logs -ItemType directory -Force Start-Transcript -Path $Env:USERPROFILE\Logs\Bootstrap.log $ErrorActionPreference = 'SilentlyContinue' +Write-Host "Bootstrap.log generated in Logs\" # Function to check if the current session is elevated function Test-IsAdmin { -- cgit v1.2.3