Skip to content
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

Merged
merged 11 commits into from
Mar 30, 2024
Merged

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    c812785 View commit details
    Browse the repository at this point in the history
  2. Compile Winutil

    ChrisTitusTech authored and github-actions[bot] committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    361574a View commit details
    Browse the repository at this point in the history
  3. 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.
    ruxunderscore authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    4d518c0 View commit details
    Browse the repository at this point in the history
  4. Compile Winutil

    ChrisTitusTech authored and github-actions[bot] committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    7cc5868 View commit details
    Browse the repository at this point in the history
  5. Update Paint.NET Winget name. (#1758)

    Paint.NET's winget package name changed.
    ruxunderscore authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    c2b4991 View commit details
    Browse the repository at this point in the history
  6. Compile Winutil

    ChrisTitusTech authored and github-actions[bot] committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    dc791c3 View commit details
    Browse the repository at this point in the history
  7. 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>
    YusufKhalifadev and YusufKhalifadev authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    bc53ba0 View commit details
    Browse the repository at this point in the history
  8. 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
    CodingWonders authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    06de788 View commit details
    Browse the repository at this point in the history
  9. 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.
    og-mrk authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    f7e2f7f View commit details
    Browse the repository at this point in the history
  10. Compile Winutil

    ChrisTitusTech authored and github-actions[bot] committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    e695510 View commit details
    Browse the repository at this point in the history
  11. Sacrifice to the AV Gods

    Remove Self Elevation and Disable UAC
    ChrisTitusTech committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    911447c View commit details
    Browse the repository at this point in the history