This commit is contained in:
js0ny 2024-10-20 19:53:52 +01:00
commit ffcb1082b4
5 changed files with 209 additions and 0 deletions

View file

@ -135,6 +135,10 @@ if (-not ($__lastStartup -eq $_currentDate)) {
$_currentDate | Out-File -FilePath $SystemlogFilePath -Append
}
Remove-Variable SystemlogFilePath
Remove-Variable __lastStartup
Remove-Variable _currentDate
## Chocolatey ##
$ChocolateyProfile = "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"