Commit Graph

782 Commits

Author SHA1 Message Date
CodingWonders
cede3aae3f Exclude License packages from removal
They throw an "Access denied" error when trying to remove them. This is a timesaver
2024-10-07 20:43:30 +02:00
CodingWonders
6e0347274e Remove reference to News and Interests from output
Even though the logic is still there, it doesn't work. I don't want to deal with that anymore. Search Highlights, on the other hand, is removed very easily
2024-10-07 20:09:22 +02:00
CodingWonders
0c347565eb
Merge branch 'main' into microwin-1st-anniversary-prep 2024-10-07 19:52:18 +02:00
ChrisTitusTech
1deb863f40 Deploying to main from @ ChrisTitusTech/winutil@de73efa868 🚀 2024-10-07 15:33:02 +00:00
Mr.k
a1f3b6daec
Fix Sorting of Errored Packages by using 'Sort-Object' instead of 'IComparer' approach (#2)
Fixes startup issues in PWSH 7
2024-10-07 15:43:12 +02:00
CodingWonders
02d96decd0 Default to downloading OSCDIMG from GitHub repo
Chocolatey may not be the way to help us detect the presence of OSCDIMG.

Everyone, unless someone REALLY uses old deployment technology, has moved to Windows ADK 10.0
2024-10-06 23:09:44 +02:00
CodingWonders
488ba49aee Add missing piece to last commit 2024-10-06 22:03:29 +02:00
CodingWonders
62b1ec1736 Fix Volume Mixer issues and removal of leftovers
Fix originally from @MyDrift-user on #2856
2024-10-06 22:02:41 +02:00
CodingWonders
2d13131bae
Merge branch 'main' into microwin-1st-anniversary-prep 2024-10-06 20:39:51 +02:00
Crusader13
de73efa868
Grammar fix (#2839) 2024-10-06 13:22:40 -05:00
CodingWonders
5a33baaab3 Replace "C:\" with environment variable
This still works on single-boot configurations, but presents a more dynamic approach
2024-10-06 13:27:44 +02:00
CodingWonders
775e9c704b Disable Recall on first run
Keeps the Explorer look of modern Windows 11 builds whilst removing the Recall feature (which I think will manifest itself on PCs with Lunar Lake processors)
2024-10-05 22:56:15 +02:00
Mr.k
0b5fc6e17e
Make error messages easier to view (#1)
* Make error messages easier to view

* Improve error output

---------

Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com>
2024-10-04 19:32:24 +02:00
CodingWonders
9909797050 Add sorting to error messages
Thanks @og-mrk for the suggestion and the patch (even though I applied it myself)
2024-10-04 16:42:12 +02:00
CodingWonders
9e920abdca
Merge branch 'main' into microwin-1st-anniversary-prep 2024-10-04 16:41:31 +02:00
CodingWonders
681ba048c9 Remove older Windows versions from download list
Sadly, the links for these had been removed by Microsoft, in favor of the latest version (24H2)
2024-10-04 09:30:16 +02:00
CodingWonders
2acdeea520 Hold errored packages in a list
Items are being added correctly, but I can't get that to show to the end-user. Perhaps a different approach will work
2024-10-03 22:29:49 +02:00
ChrisTitusTech
59097fc7e1 Deploying to main from @ ChrisTitusTech/winutil@207ce43428 🚀 2024-10-03 15:33:16 +00:00
CodingWonders
02a133bfa8 Write suggestion for AV 2024-10-03 14:15:19 +02:00
CodingWonders
358695d296 Change policy for News and Interests
Avoid showing "Access denied" errors for this. This is still broken - News and Interests is still there. [louder]Linus Torvalds curse word here[/louder]

Anyway, if someone wants to give setting this up a shot, send me suggestions on how to do this
2024-10-02 22:58:44 +02:00
CodingWonders
37ce642184 Disable some insane desktop stuff on Windows 10
I've only been able to disable Search Highlights. News and Interests persists
2024-10-02 21:57:10 +02:00
CodingWonders
1b6de795c1 Detect Windows 10 and show compatibility dialog 2024-10-02 20:05:49 +02:00
CodingWonders
cacab0109e
Merge branch 'main' into microwin-1st-anniversary-prep 2024-10-02 18:58:16 +02:00
CodingWonders
e56e3d567e Add 24H2 to release list 2024-10-02 18:43:14 +02:00
ChrisTitusTech
207ce43428 Deploying to main from @ ChrisTitusTech/winutil@d92284ec83 🚀 2024-10-02 15:33:12 +00:00
CodingWonders
02d5d433be Improve error output 2024-10-02 17:31:28 +02:00
CodingWonders
5c22816e61 Exclude Recall from feature listings
This fixes problems people were experiencing where the file explorer would go back to the Windows 10 layout
2024-10-02 15:26:32 +02:00
CodingWonders
bc94f24466 Exclude the VBSCRIPT Features on Demand from pkgs
Exclude the VBSCRIPT feature on demand (or capability) from package removal. Some people were reporting that excluding VBSCRIPT fixed problems with AMD chipset drivers on MicroWin
2024-10-02 14:23:04 +02:00
CodingWonders
38b627e58d Remove space (for some reason)
Compilation script is very adamant that this should be this way
2024-10-02 14:18:32 +02:00
CodingWonders
b50b0be8b4 Improve error handling for file copy 2024-10-02 14:13:57 +02:00
CodingWonders
669910f792 Remove DISM from AppX removal listings
DISM is a system component. It will never be an AppX package. This is unnecessary
2024-10-02 09:55:58 +02:00
CodingWonders
c72816db49
Merge branch 'main' into microwin-1st-anniversary-prep 2024-10-02 09:34:32 +02:00
Rux
d92284ec83
Use here-strings for JSON in Compile.ps1 (#2816)
* Use here-strings for JSON in Compile.ps1

- Change Compile.ps1 to use here-strings with JSON, similar to my changes to Xaml being ingested using here-strings.

* Slight changes.

- Modifications, allowing for the removal of all .replace() functions in JSON handler.
- Changed formatting of here-string on line 91 -> 89 to prevent accidental double in winutil.ps1 (Doesn't cause an issue, but looks better.)
- Added here-string to 95 -> 93 (This allowed the removal of the final .replace())

* Added comment.

- Added comment to line 90.
2024-10-01 16:10:48 -05:00
Martin Wiethan
d855b08119
Add logic to remove Registry Keys via Tweaks (#2837) 2024-10-01 15:51:18 -05:00
leonardo-dgs
0deac4ebb2
Remove duplicate Edge tweak (#2832) 2024-10-01 15:47:56 -05:00
trenton4k
c6fcf21dce
Update Invoke-WinUtilMicroWin-Helper.ps1 (#2835)
added directplay to not remove on MicroWin
2024-10-01 15:43:10 -05:00
NixCookies
64ed00c2db
Fix: Resolve ms-edge policy errors by removing invalid policies (#2820)
Removed EdgeEnhanceImagesEnabled and EdgeFollowEnabled policies, which were causing "unknown policy" errors.
2024-10-01 15:40:55 -05:00
MyDrift
e165388117
[IMPEX] add link support (#2815)
* rework impex

- rework impex
- add link logic

* add error handling
2024-10-01 15:23:36 -05:00
Mr.k
806cbd021a
Fix Excluding Logic for Preprocessor (#2813)
This commit should fix issue #2795 reported by @CodingWonders
2024-10-01 15:21:49 -05:00
NixCookies
869071783c
Add dns0.eu (#2808) 2024-10-01 15:20:17 -05:00
Chris Titus Tech
ae74965548 Merge branch 'main' of https://github.com/ChrisTitusTech/winutil 2024-10-01 15:12:54 -05:00
Chris Titus Tech
b43d31088c fix indent 2024-10-01 15:12:52 -05:00
MyDrift
4fa1b0ddc7
remove elevation (#2807) 2024-10-01 15:12:15 -05:00
Saksham Singh
f012064574
SSH server option (#2745)
* Squashed commit of the following:

commit c674d5eb605b549d8d8b247749954a98197277b4
Author: Saksham Singh <sakshamsingh.93502@gmail.com>
Date:   Wed Sep 11 19:34:44 2024 +0530

    desc update

commit 3d8bf2bdc9c382a9f087b9ac6e63cb8604c99698
Author: Saksham Singh <sakshamsingh.93502@gmail.com>
Date:   Wed Sep 11 19:30:23 2024 +0530

    Added Razer Block

    Added the razer block by chris titus under the Fixes Section

* Moved razer-block from features to tweaks

* Updated tweaks.json

* Added option to enable ssh server under config tab

* Revert "Added option to enable ssh server under config tab"

This reverts commit ade414284d.

* Added Option to enable ssh server under config tab

* updated docs

* Removed #2715 from this PR

* update variable name

* Fixed authorized_keys file creation issue

auth key file was not being created due to incomplete file path from the $env:HOMEPATH and also corrected the ssh directory to .ssh
2024-10-01 14:20:45 -05:00
CodingWonders
28a3779d2a
Merge branch 'main' into microwin-1st-anniversary-prep 2024-10-01 21:14:15 +02:00
CodingWonders
4d4932599a Merge branch 'microwin-1st-anniversary-prep' of https://github.com/CodingWonders/winutil into microwin-1st-anniversary-prep 2024-10-01 21:10:18 +02:00
Mr.k
db26666f97
Docs update (#2655)
* Add 'dev' in 'docs' Folder to the Ignored Nav List to suppress mkdocs warnings on each site build

* Move '/.github/CONTRIBUTING.md' to '/docs' folder, and removed '/docs/contribute.md' as it's not needed any more

* Add GitHub Dark & Light Themes Tagging to Images found in the Docs
2024-10-01 14:10:17 -05:00
CodingWonders
727b0cbb46 Exclude Microsoft-RemoteDesktopConnection
Exclude that from feature list. Fixes #2705
2024-10-01 21:10:09 +02:00
CodingWonders
b0c70dbb8a
Merge branch 'main' into microwin-1st-anniversary-prep 2024-10-01 21:01:32 +02:00
ChrisTitusTech
38cf922572 Deploying to main from @ ChrisTitusTech/winutil@dd337be45e 🚀 2024-10-01 15:33:08 +00:00