winutil/functions/private
CodingWonders 9183e92692
[MicroWin] Preparation for 2025 (#3066)
* Set Boot Manager entry timeout to 0

Fixes #2562

* Exclude Windows Hello stuff from package removal

* Obscure passwords with Base64 and fix indentation

Fixes #3064

* Fix name of excluded package

* Update comment

It reflects my feelings towards Microsoft when it comes to security a lot better

* Remove jargon of scratch directory options

* Package exclusion improvements

- Removed AppX packages from OS package exclusion list
- Added exclusion of PowerShell ISE (source: Discord server - yes, some people still use the PowerShell ISE)

* Exclude Windows Photo Viewer from dir removal

* Improve copy operation to Ventoy drives

This change may fix the issues where there's a conflict between both Ventoy's and MicroWin's unattended answer files, causing target images to stop working as expected during OOBE

* Add VirtIO functionality and more enhancements

- Added the ability to grab VirtIO Guest Tools
- Modified the description of the Copy ISO files function because it basically had nonsense

* Fix typo (#3104)

* Access specific property of ISO image object

Only show the ISO path. No one is interested in the storage type

* Add detections for expedited app removal

They only affect 24H2 and newer. Earlier releases don't have these expedited apps

* Update message

* Add VirtIO instructions to MicroWin page

* Add DISM command fallback

This fallback is triggered if an exception occurs while getting information with the cmdlets (I couldn't test this on my host as everything magically works now - sometimes it threw the Class not registered error)

* Exclude OpenSSH from package removal

Some people need this to avoid installing third-party programs like PuTTY

* Fixed some more indentation
2025-01-10 13:40:25 -06:00
..
Copy-Files.ps1 [MicroWin] Preparation for 2025 (#3066) 2025-01-10 13:40:25 -06:00
Get-LocalizedYesNo.ps1 Code Formatting of Repo - Add Preprocessing to Compilation Process - Introduction of Dev/Build Tools to WinUtil (Although very simple at the moment) (#2383) 2024-08-06 15:35:17 -05:00
Get-WinUtilCheckBoxes.ps1 Test 2024 04 20 2 (#2030) 2024-06-04 22:27:27 -05:00
Get-WinUtilInstallerProcess.ps1 Code Formatting of Repo - Add Preprocessing to Compilation Process - Introduction of Dev/Build Tools to WinUtil (Although very simple at the moment) (#2383) 2024-08-06 15:35:17 -05:00
Get-WinUtilToggleStatus.ps1 [FEAT] TweakToggles logik overhaul (#3014) 2024-12-05 21:24:36 -06:00
Get-WinUtilVariables.ps1 Code Formatting of Repo - Add Preprocessing to Compilation Process - Introduction of Dev/Build Tools to WinUtil (Although very simple at the moment) (#2383) 2024-08-06 15:35:17 -05:00
Get-WinUtilWingetLatest.ps1 Change install to winget, nuget, msstore (#3088) 2024-12-05 21:18:28 -06:00
Get-WPFObjectName.ps1 Code Formatting of Repo - Add Preprocessing to Compilation Process - Introduction of Dev/Build Tools to WinUtil (Although very simple at the moment) (#2383) 2024-08-06 15:35:17 -05:00
Install-WinUtilChoco.ps1 format update 2024-09-12 09:49:06 -05:00
Install-WinUtilProgramChoco.ps1 Change Verbs to be in the list of Approved Verbs (#2912) 2024-11-07 12:07:13 -06:00
Install-WinUtilProgramWinget.ps1 Choco Logic Refactor and Add Checkbox to prefer Chocolatey over Winget (#2596) 2024-09-10 13:02:22 -05:00
Install-WinUtilWinget.ps1 Change install to winget, nuget, msstore (#3088) 2024-12-05 21:18:28 -06:00
Invoke-WinUtilAssets.ps1 Better Image handling (#2665) 2024-09-09 20:19:34 -05:00
Invoke-WinUtilCurrentSystem.ps1 [FEAT] TweakToggles logik overhaul (#3014) 2024-12-05 21:24:36 -06:00
Invoke-WinUtilExplorerUpdate.ps1 [FEAT] TweakToggles logik overhaul (#3014) 2024-12-05 21:24:36 -06:00
Invoke-WinUtilFeatureInstall.ps1 Code Formatting of Repo - Add Preprocessing to Compilation Process - Introduction of Dev/Build Tools to WinUtil (Although very simple at the moment) (#2383) 2024-08-06 15:35:17 -05:00
Invoke-WinUtilGPU.ps1 Improve preprocessor (#2579) 2024-09-09 20:05:10 -05:00
Invoke-WinUtilInstallPSProfile.ps1 [MicroWin] Fix reference issue after #2888 (#3022) 2024-11-07 12:14:46 -06:00
Invoke-WinUtilpsProfile.ps1 CTT Powershell Profile (#2707) 2024-09-10 14:05:55 -05:00
Invoke-WinUtilScript.ps1 Code Formatting of Repo - Add Preprocessing to Compilation Process - Introduction of Dev/Build Tools to WinUtil (Although very simple at the moment) (#2383) 2024-08-06 15:35:17 -05:00
Invoke-WinUtilSponsors.ps1 Code Formatting of Repo - Add Preprocessing to Compilation Process - Introduction of Dev/Build Tools to WinUtil (Although very simple at the moment) (#2383) 2024-08-06 15:35:17 -05:00
Invoke-WinUtilSSHServer.ps1 SSH server option (#2745) 2024-10-01 14:20:45 -05:00
Invoke-WinutilThemeChange.ps1 format changes 2024-09-20 09:03:18 -05:00
Invoke-WinUtilTweaks.ps1 [FEAT] TweakToggles logik overhaul (#3014) 2024-12-05 21:24:36 -06:00
Invoke-WinUtilUninstallPSProfile.ps1 [MicroWin] Fix reference issue after #2888 (#3022) 2024-11-07 12:14:46 -06:00
Remove-WinUtilAPPX.ps1 Code Formatting of Repo - Add Preprocessing to Compilation Process - Introduction of Dev/Build Tools to WinUtil (Although very simple at the moment) (#2383) 2024-08-06 15:35:17 -05:00
Set-WinUtilDNS.ps1 Code Formatting of Repo - Add Preprocessing to Compilation Process - Introduction of Dev/Build Tools to WinUtil (Although very simple at the moment) (#2383) 2024-08-06 15:35:17 -05:00
Set-WinUtilProgressbar.ps1 Edge Removal Fix 2024-08-06 15:50:36 -05:00
Set-WinUtilRegistry.ps1 Add exception catch for Unauthorized Access (#3114) 2024-12-28 15:38:40 -06:00
Set-WinUtilScheduledTask.ps1 Code Formatting of Repo - Add Preprocessing to Compilation Process - Introduction of Dev/Build Tools to WinUtil (Although very simple at the moment) (#2383) 2024-08-06 15:35:17 -05:00
Set-WinUtilService.ps1 Code Formatting of Repo - Add Preprocessing to Compilation Process - Introduction of Dev/Build Tools to WinUtil (Although very simple at the moment) (#2383) 2024-08-06 15:35:17 -05:00
Set-WinUtilTaskbarItem.ps1 Better Image handling (#2665) 2024-09-09 20:19:34 -05:00
Show-CustomDialog.ps1 [UI/UX] Update the look & feel of the GUI (#2884) 2024-12-05 21:22:33 -06:00
Test-WinUtilPackageManager.ps1 Code Formatting of Repo - Add Preprocessing to Compilation Process - Introduction of Dev/Build Tools to WinUtil (Although very simple at the moment) (#2383) 2024-08-06 15:35:17 -05:00
Uninstall-WinUtilEdgeBrowser.ps1 Edge removal improvements (#2540) 2024-08-13 13:49:08 -05:00
Update-WinUtilProgramWinget.ps1 Improve Transcript (#2620) 2024-08-28 17:02:00 -05:00