-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Sacrifice to the AV Gods test 24-03-28 branch #1766
Commits on Mar 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c812785 - Browse repository at this point
Copy the full SHA c812785View commit details -
Configuration menu - View commit details
-
Copy full SHA for 361574a - Browse repository at this point
Copy the full SHA 361574aView commit details -
Update of Test-WinUtilPackageManager and Install-WinUtilWinget (#1757)
* Updated Install-WinUtilWinget and Test-WinUtilPackageManager - Updated Test-WinUtilPackageManager to better handle the -Winget param and return a more verbose status. - Moved many of the "is installed"/"is not installed" outputs to the Test-WinUtilPackageManager function. - Changed Install-WinUtilWinget to use the GitHub install method as the primary method, and on error use the Chocolatey install method. - Updated various functions to use the Test-WinUtilPackageManager function. * Update Install-WinUtilWinget.ps1 - Changed handling of Test-WinUtilPackageManager in Install-WinUtilWinget, to prevent Test-WinUtilPackageManager from printing out to terminal twice.
Configuration menu - View commit details
-
Copy full SHA for 4d518c0 - Browse repository at this point
Copy the full SHA 4d518c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cc5868 - Browse repository at this point
Copy the full SHA 7cc5868View commit details -
Update Paint.NET Winget name. (#1758)
Paint.NET's winget package name changed.
Configuration menu - View commit details
-
Copy full SHA for c2b4991 - Browse repository at this point
Copy the full SHA c2b4991View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc791c3 - Browse repository at this point
Copy the full SHA dc791c3View commit details -
Fixed Programms names and urls and github actions (#1759)
* Compile Winutil * trying to fix github actions * Update applications.json * Compile Winutil * updated winget package PaintDotNet * Compile Winutil * Update functions.Tests.ps1 * fixing typos in unittesting * fixed the issue that made pester not to work * Compile Winutil * found a bug and fixed it * Compile Winutil --------- Co-authored-by: YusufKhalifadev <YusufKhalifadev@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bc53ba0 - Browse repository at this point
Copy the full SHA bc53ba0View commit details -
Detect free space of installation drive and compare it with the ISO s…
…ize and delete temporary MicroWin files from previous runs (#1761) * Detect free space of installation drive Compare the size of the ISO file with the free space of the installation drive (or the drive containing the User files) and, if the free size is below a certain threshold, the script will throw either a warning or an error * Delete temporary files from previous runs
Configuration menu - View commit details
-
Copy full SHA for 06de788 - Browse repository at this point
Copy the full SHA 06de788View commit details -
Add Simple Feature to keep the Service Startup upon Applying Service …
…Tweaks, but not when Undoing it (#1760) Added a new parameter that gives freedom of control on whether to disable this feature or not, and of course the simple feature in question. The way it works is by Getting the service using its name, and see if the Startup Value of this service is equal to the default type that Windows comes with it, if not (The User has changed it in the past), then WinUtil won't change it by default (The KeepServiceStartup is true by default), this is a more desirable behaviour when compared to how it previously worked. These changes were tested by the Author of this commit, Please read the commit patches for exact details on the changes.
Configuration menu - View commit details
-
Copy full SHA for f7e2f7f - Browse repository at this point
Copy the full SHA f7e2f7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e695510 - Browse repository at this point
Copy the full SHA e695510View commit details -
Remove Self Elevation and Disable UAC
Configuration menu - View commit details
-
Copy full SHA for 911447c - Browse repository at this point
Copy the full SHA 911447cView commit details