From 98260be01003f13c4256e941d479441c09fd0afc Mon Sep 17 00:00:00 2001 From: JohnnyRevay <65253638+jan-revay@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:42:56 +0100 Subject: [PATCH] Windows - configs_install.ps1: Add a TODO --- Windows_1X/configs_install.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Windows_1X/configs_install.ps1 b/Windows_1X/configs_install.ps1 index 6a8d874b4..7c5869bbf 100644 --- a/Windows_1X/configs_install.ps1 +++ b/Windows_1X/configs_install.ps1 @@ -23,5 +23,7 @@ Copy-Item -Force $PSScriptRoot/win_dotfiles/Profile.ps1 $PSHOME/Profile.ps1 # TODO - debloat Windows # TODO optimize Windows startup times & BG processes +# TODO try running PowerShell and pwsh with the new profile here or in +# the CI tests. Set-PSDebug -Trace 0