-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update PR: Add Uninstall CTT PowerShell Profile feature (#3012) #3021
Update PR: Add Uninstall CTT PowerShell Profile feature (#3012) #3021
Conversation
@og-mrk I think that's all of the changes, can you please review this and let me know if I need to make any other adjustments? |
…nstall-ctt-powershell-profile
…/Cryostrixx/winutil into uninstall-ctt-powershell-profile-fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes looks good to me, thanks @Cryostrixx 😄
Thanks for the feedback! If any other changes need to be made later, please feel free to @ me in the comments! :) |
Interesting... I have never seen this before, I'll do some testing on it and see if I can reproduce the issue.
|
did a bit more testing and I think I know why. (this is the first and only time it did that to me) |
The issue with Nerd Fonts is normal, I added a condition for it so that it will let the user know it was already uninstalled, I don't know why but sometimes it just doesn't get installed correctly, it will pop up a bunch of dialogs asking to replace a font file but it won't install anything.
Still, you might want to check for system corruption with those commands I shared as a bad update can easily cause rendering issues with UWP apps like Windows Terminal. |
Hello, @MyDrift-user! Just to let you know I did test it again with a version closer to yours (Windows 11 Home 24H2, PowerShell 7.4.6) and it does not appear to be reproducible, leading me to believe it is a Windows bug that causes the invisible PowerShell windows; likely due to corrupted system files or a bad Windows update: Also, I removed |
Type of Change
Description
Makes some small fixes to my original PR that occurred as a result of conflict resolution.
Additional Changes
Checklist