|
|
@ -1,3 +1,7 @@ |
|
|
|
|
|
|
|
Write-Warning "===== Writing a backup of your path to path_backup.txt in case this goes wrong." |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Out-File -FilePath .\path_backup.txt -InputObject $env:PATH |
|
|
|
|
|
|
|
|
|
|
|
Write-Host "======= winlibs configuration =====" |
|
|
|
Write-Host "======= winlibs configuration =====" |
|
|
|
$winlibsPath = $ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath("$env:APPDATA\..\Local\Programs\WinLibs") |
|
|
|
$winlibsPath = $ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath("$env:APPDATA\..\Local\Programs\WinLibs") |
|
|
|
|
|
|
|
|
|
|
|