Commit Graph

429 Commits

Author SHA1 Message Date
Raphire
930e51d3fc Merge branch 'master' into undo-tweaks 2026-04-26 18:42:22 +02:00
Raphire
2a7fbf9a2d Update regfile encoding for consistency 2026-04-26 18:34:42 +02:00
Raphire
80df3bbda6 Remove Undo prefix in path 2026-04-26 17:44:47 +02:00
Raphire
81034bebad Merge branch 'master' into undo-tweaks 2026-04-26 17:38:53 +02:00
Raphire
b52a332247 Fix user display in deployment category details for unspecified usernames 2026-04-26 14:15:26 +02:00
Jeffrey
92ac5b441e Add setting details in config import/export interface (#562) 2026-04-26 14:11:29 +02:00
Jeffrey
5f1d0fb604 Improve DisableWidgets feature by removing additional Widget related apps (#561) 2026-04-26 00:10:00 +02:00
Jeffrey
9ca87b129c Update HideOnedrive option to also work in Windows 11 (#559) 2026-04-25 18:46:36 +02:00
David
6db2c158bd Added prompt asking user to run as adminstrator (#556)
Co-authored-by: Raphire <9938813+Raphire@users.noreply.github.com>
2026-04-25 18:09:57 +02:00
Jeffrey
17654c3f7d Improve app & tweak selection UI (#558) 2026-04-25 00:40:29 +02:00
Jeffrey
dd492b523d Fix full-screen window snapping on secondary monitors (#557) 2026-04-24 21:18:46 +02:00
Raphire
797a232b17 Add Get-Dev.ps1 launch script for development 2026-04-19 20:16:30 +02:00
Raphire
9070be6d3f Update wording in run.bat 2026-04-19 19:54:45 +02:00
Raphire
b6e7fb1903 Update tooltip for BitLocker automatic device encryption feature to clarify behavior 2026-04-19 19:54:34 +02:00
Raphire
bb31e98df7 Remove 'Disable Fast Startup' from default settings 2026-04-19 19:54:14 +02:00
Raphire
ff98febb9a Manually add system32 to System PATH when it's missing #548 2026-04-17 20:09:47 +02:00
Raphire
342f498344 Bump version 2026.04.05 2026-04-05 20:19:31 +02:00
Raphire
6c321f9d97 Remove DisableSearchHighlights from default mode
This is already implicitely disabled with DisableBing
2026-04-05 20:11:32 +02:00
Raphire
69354d823e Fix: block window resizing beyond min. height/width 2026.04.04-R2 2026-04-04 22:34:49 +02:00
Raphire
c0d00e640d Bump version 2026.04.04 2026-04-04 22:09:53 +02:00
Raphire
d372b00072 Improve Window controls 2026-04-04 14:43:15 +02:00
Raphire
fbdc5740db Update Checkbox style 2026-04-04 14:11:39 +02:00
Raphire
cbd61902ed Set default launch mode to CLI for deployment-targeted parameters 2026-04-02 00:03:26 +02:00
Raphire
54edf224a3 Improve Window controls 2026-04-02 00:00:32 +02:00
Raphire
c79c05f286 Refactor feature handling, update format in Features.json 2026-04-01 21:33:24 +02:00
Natan Heringer
3eade4ddba Add drive letter position and visibility options (#527) (#533) 2026-03-29 00:25:12 +01:00
Raphire
487b1fbee9 Prevent Window Snapping 2026-03-27 21:14:22 +01:00
Raphire
105198e396 Set Topmost property to False in RevertSettingsWindow 2026-03-27 20:42:03 +01:00
Raphire
f8f85ca861 Refactor checkbox style assignment in config window 2026-03-27 20:36:16 +01:00
Raphire
bd16457552 Merge branch 'master' into undo-tweaks 2026-03-27 20:34:41 +01:00
Jeffrey
774c8ecd92 Add ability to export/import settings configuration (#522) 2026-03-27 20:33:24 +01:00
Raphire
ad225cdf9d Adjust margin for revert button 2026-03-23 23:21:08 +01:00
Jeffrey
e05af92acc Add support for multiple AppIds for app removal (#526) 2026-03-23 22:59:04 +01:00
Raphire
2eddbe5638 Refactor/clean up window styles 2026-03-23 21:35:33 +01:00
Raphire
b5c576519b Remove unnecessary parameter handling 2026-03-23 21:08:16 +01:00
Raphire
b1cf364c7d Don't allow undo in combination with deployment-targeted parameters 2026-03-23 21:03:22 +01:00
Raphire
bc8fc1a284 Set default launch mode to CLI for deployment-targeted parameters 2026-03-23 20:56:22 +01:00
Raphire
e9bccccc09 Add error handling for ExecuteAllChanges to improve robustness 2026-03-23 20:47:46 +01:00
Raphire
b0125ddcd2 Refactor undo handling in ExecuteParameter function to improve clarity and error handling 2026-03-23 20:47:32 +01:00
Raphire
c15a18c376 Remove unnecessary call to updateState in Show-RevertSettingsModal function 2026-03-23 00:00:06 +01:00
Raphire
85bdf765e5 Remove unnecessary assignment of SelectedFeatureIds and RestartExplorer in cancel handler 2026-03-22 23:58:21 +01:00
Raphire
bcfed9daff Set RestartExplorer to false by default in Show-RevertSettingsModal function 2026-03-22 23:57:19 +01:00
Raphire
91a9beed0c Also check for required regfiles and assets 2026-03-22 23:48:56 +01:00
Raphire
cfc868ba91 Fix undo when using presets 2026-03-22 23:44:59 +01:00
Raphire
a54c3c6918 Add option to revert previous changes to windows defaults 2026-03-22 22:07:51 +01:00
Raphire
edd815fdbb Add shadow to bubble hint 2026-03-18 23:32:10 +01:00
Raphire
17ee530962 Refactor ImportRegistryFile function to improve error handling and streamline registry file validation 2026-03-18 22:49:44 +01:00
Raphire
999e442658 Simplify user validation messages and add user logged-in check function 2026-03-18 22:39:49 +01:00
Raphire
1d4cf4a801 Fix: Skip confirmation when running last used settings with -Silent parameter #521 2026-03-18 19:28:47 +01:00
Raphire
7a3431e56b Close app preset menu when main window loses focus 2026-03-17 21:28:35 +01:00