mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2025-12-16 15:55:05 -06:00
Show path of saved CustomAppsList file after creation
This commit is contained in:
@@ -1171,7 +1171,8 @@ if ($RunAppConfigurator) {
|
||||
Write-Host "App configurator was closed without saving." -ForegroundColor Red
|
||||
}
|
||||
else {
|
||||
Write-Output "Your app selection was saved to the 'CustomAppsList' file in the root folder of the script."
|
||||
Write-Output "Your app selection was saved to the 'CustomAppsList' file, found at:"
|
||||
Write-Host "$PSScriptRoot" -ForegroundColor Yellow
|
||||
}
|
||||
|
||||
AwaitKeyToExit
|
||||
|
||||
Reference in New Issue
Block a user