Gabi and GitHub
3bf2965151
Update appx.json
2026-06-21 09:10:18 -07:00
Gabi and GitHub
d99ba79fed
Update appx.json
2026-06-21 09:06:10 -07:00
Gabi and GitHub
c4e44522cd
Update tweaks.json
2026-06-21 09:00:11 -07:00
Gabi and GitHub
4f4aff8b0f
Update appx.json
2026-06-21 08:55:37 -07:00
Gabi and GitHub
5635abc711
Update appx.json
2026-06-21 08:53:57 -07:00
Gabi and GitHub
ff483ce308
Update appx.json
2026-06-21 08:52:45 -07:00
Gabi and GitHub
676fa555d8
Update Invoke-WPFSelectedCheckboxesUpdate.ps1
2026-06-21 08:49:15 -07:00
Gabi and GitHub
d6304b20da
Update Invoke-WPFButton.ps1
2026-06-21 08:48:12 -07:00
Gabi and GitHub
450f02444b
Update Invoke-WPFButton.ps1
2026-06-21 08:47:12 -07:00
Gabi and GitHub
c21073f962
Update inputXML.xaml
2026-06-21 08:43:58 -07:00
GabiNun2
4587ffaaca
yep
2026-06-21 18:43:10 +03:00
GabiNun2
04858ff849
yep
2026-06-21 18:34:27 +03:00
GabiNun2
498e4c1679
yep
2026-06-21 18:04:35 +03:00
GabiNun2
1f3e4f7dc4
yep
2026-06-21 18:01:50 +03:00
GabiNun2
e8c1401cce
feat: add config-driven AppX package removal tab
...
- Add config/appx.json with curated list of removable AppX packages
- Add AppX Removal tab (WPFTab6) with Select All, Clear, and Remove buttons
- Reuse existing Invoke-WPFUIElements engine for minimal code footprint
- Add Invoke-WPFAppxRemoval.ps1 for background runspace package removal
- Add theme colors for the new tab button in light and dark modes
2026-06-21 17:57:41 +03:00
Gabi and GitHub
58a81b106c
Added back VoidTools Everything to applications.json ( #4693 )
2026-06-11 23:15:05 -05:00
Paweł Gwozdowski and GitHub
a280ddb1fa
correct case of "WinUtil" in GUI / user-facing messages ( #4675 )
...
* WinUtil in .ps1
* WinUtil in GUI
* Update KnownIssues.md
2026-06-09 12:22:56 -05:00
Paweł Gwozdowski and GitHub
01c0e999c1
Update CODE_OF_CONDUCT.md ( #4674 )
2026-06-09 12:21:34 -05:00
Paweł Gwozdowski and GitHub
5efef2c0f3
Update SECURITY.md ( #4673 )
2026-06-09 12:21:05 -05:00
Chris Titus and GitHub
ea1cff0724
Add 'Refactor' option to PR template
26.06.08
2026-06-08 10:19:47 -05:00
Chris Titus and GitHub
09569162a1
chore: Update generated dev docs ( #4672 )
2026-06-08 10:10:56 -05:00
Neac0 and GitHub
bced250ae1
Fix Remove Home and Gallery ( #4654 )
...
Fixes the deletion of "Home" and "Gallery" in File Explorer. Now it correctly deletes both.
2026-06-08 10:10:19 -05:00
Chris Titus and GitHub
80aa6af30a
chore: Update generated dev docs ( #4671 )
2026-06-08 10:05:32 -05:00
5a233b3422
fix: add registry tracking to WPFTweaksRightClickMenu for drift detection ( #4636 )
...
* fix: correct false-positives and service tracking in drift detection
* Update Invoke-WPFtweaksbutton.ps1
* Update Invoke-WPFtweaksbutton.ps1
* Update Invoke-WPFtweaksbutton.ps1
---------
Co-authored-by: Dev <dev@localhost>
2026-06-08 10:04:20 -05:00
Gabi and GitHub
01ef78915a
Remove -NoUi ( #4572 )
...
* Made -NoUi not exit the window
* Update start.ps1
* Update main.ps1
* Update main.ps1
* Update Set-WinUtilProgressbar.ps1
* Update Invoke-WPFImpex.ps1
* Update Invoke-WPFUIThread.ps1
* Update start.ps1
* Update Invoke-WPFUIThread.ps1
* Update main.ps1
* Update main.ps1
2026-06-08 10:02:35 -05:00
Chris Titus and GitHub
7dfebba70f
chore: Update generated dev docs ( #4670 )
2026-06-08 10:01:26 -05:00
0a018e0405
Update WPFTweaksRevertStartMenu ( #4615 )
...
* Update tweaks.json
* Update preset.json
* Update preset.json
* Update tweaks.json
* Update KnownIssues.md
---------
Co-authored-by: Chris Titus <contact@christitus.com >
2026-06-08 10:00:43 -05:00
Chris Titus and GitHub
e50621a9dc
chore: Update generated dev docs ( #4669 )
2026-06-08 09:49:20 -05:00
3ef100a083
Fixed bug merged in #4577 that breaks Taskbar Search Icon tweak ( #4649 )
...
Co-authored-by: gepardjaro <266757713+drzewjaro@users.noreply.github.com >
2026-06-08 09:48:41 -05:00
Chris Titus and GitHub
eebb56ac5a
chore: Update generated dev docs ( #4668 )
2026-06-08 09:45:11 -05:00
Gabi and GitHub
daf045390d
fix dev branch not working ( #4651 )
...
* fix dev branch not working
* Update start.ps1
2026-06-08 09:44:14 -05:00
Gabi and GitHub
6214012fd1
Added -NoRestart to WPFTweaksWindowsAI ( #4639 )
2026-06-08 09:43:20 -05:00
CodingWonders and GitHub
297b3079e5
Fix slop remains ( #4640 )
...
* Fix slop remains
Chris likes to vibe code. AI likes to use different types of dashes (em-dashes, en-dashes), instead of regular dashes (-).
On PowerShell 7 this appears to work. The parser doesn't care. But, what about PowerShell 5? It begins throwing errors about the ampersand. Loading it in the ISE reveals how it stops parsing the syntax correctly when it encounters em-dashes. Rather than displaying them as such, the ISE displays them as —.
Chris, if you want to vibe code, I don't mind. But at least use regular dashes.
Anyway, I won't fix the AI code. I just want to make it work on my beloved powershell 5.
* Apparently this file is important
2026-06-08 09:43:04 -05:00
Chris Titus and GitHub
9fdf944ef9
chore: Update generated dev docs ( #4667 )
2026-06-08 09:43:02 -05:00
Gabi and GitHub
6b5a9bcb9b
Added -Recurse for Onedrive Remove-Item command ( #4642 )
2026-06-08 09:42:25 -05:00
e4d305284b
feat: detect reverted tweaks on startup ( #4582 )
...
Co-authored-by: vyas-devgna <vyas-devgna@users.noreply.github.com >
2026-06-04 15:28:37 -05:00
Gabi and GitHub
78593cc58d
Fixed irfanview's and openvpn's foss selection ( #4546 )
...
* Fixed irfanview's foss selection
* Update applications.json
* Update applications.json
2026-06-04 13:42:08 -05:00
Gabi and GitHub
e83033a122
Update KnownIssues.md ( #4537 )
...
* Update KnownIssues.md
* Update KnownIssues.md
* Update KnownIssues.md
2026-06-03 16:12:02 -05:00
Chris Titus and GitHub
5832f0df81
chore: Update generated dev docs ( #4631 )
2026-06-03 16:09:54 -05:00
Gabi and GitHub
26f3284919
Show ctt logo instantly ( #4603 )
...
* Update main.ps1
* Delete functions/public/Show-CTTLogo.ps1
* Update main.ps1
* Update main.ps1
2026-06-03 16:09:44 -05:00
Gabi and GitHub
1f8455e90d
Removed WPFTweaksWidget's UndoScript ( #4608 )
2026-06-03 16:08:12 -05:00
Chris Titus and GitHub
62c43e6e82
chore: Update generated dev docs ( #4630 )
2026-06-03 16:07:49 -05:00
Gabi and GitHub
a1949ed917
Update feature.json ( #4612 )
2026-06-03 16:07:01 -05:00
Chris Titus and GitHub
74a3ddad1c
chore: Update generated dev docs ( #4629 )
2026-06-03 16:06:49 -05:00
Gabi and GitHub
d7b0389a93
Removed WPFTweaksPowershell7Tele and added it to WPFTweaksTelemetry ( #4613 )
...
* Update tweaks.json
* Update preset.json
2026-06-03 16:06:03 -05:00
Gabi and GitHub
23f197b644
Update main.ps1 ( #4604 )
2026-06-03 13:50:51 -05:00
Chris Titus and GitHub
b2eeda9eb2
chore: Update generated dev docs ( #4627 )
2026-06-03 13:46:17 -05:00
Gabi and GitHub
ceec8aeb53
Update Invoke-WPFPanelAutologin.ps1 ( #4596 )
2026-06-03 13:45:16 -05:00
Gabi and GitHub
6b125346cd
Simplify Invoke-WPFFixesNetwork.ps1 ( #4594 )
...
* Update Invoke-WPFFixesNetwork.ps1
* Update Invoke-WPFFixesNetwork.ps1
2026-06-03 13:44:21 -05:00
Chris Titus and GitHub
5f8e493536
chore: Update generated dev docs ( #4626 )
2026-06-03 13:43:59 -05:00