diff options
Diffstat (limited to '.config/powershell/bootstrap.ps1')
| -rw-r--r-- | .config/powershell/bootstrap.ps1 | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
