diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-06-06 20:29:01 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-06-06 20:29:01 +0200 |
| commit | f9465476c9c5f570d1e0695002c79e7759c69fc8 (patch) | |
| tree | 7a048079fbe9850f3259123ddfab2e3e3d10509c /.config/powershell/bootstrap.ps1 | |
| parent | d5748897e9db803708afc63e9a0da701636030e4 (diff) | |
| download | dotfiles-1.0.tar.gz dotfiles-1.0.zip | |
Testingv1.0
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 { |
