Skip to content
View Digressive's full-sized avatar

Block or report Digressive

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Digressive/README.md

Pinned Loading

  1. HyperV-Backup-Utility HyperV-Backup-Utility Public

    Flexible Hyper-V Backup Utility

    PowerShell 130 39

  2. WSUS-Maintenance WSUS-Maintenance Public

    Clean up your WSUS.

    PowerShell 54 8

  3. Image-Factory Image-Factory Public

    Automate Creation of WIM Files

    PowerShell 38 3

  4. Remove-MS-Store-Apps Remove-MS-Store-Apps Public

    Customisable Windows 10/11 Microsoft Store App removal utility, previously known as Remove-Win10-Apps.

    PowerShell 125 11

  5. MDT-Setup MDT-Setup Public

    Automated set up of MDT installation and configuration

    PowerShell 41 12

  6. Change registry settings to set Wind... Change registry settings to set Windows Updates to only install security updates
    1
    New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings" -Name 'BranchReadinessLevel' -Value 20 -PropertyType DWord -Force
    2
    New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings" -Name 'DeferFeatureUpdatesPeriodInDays' -Value 365 -PropertyType DWord -Force
    3
    New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings" -Name 'DeferQualityUpdatesPeriodInDays' -Value 5 -PropertyType DWord -Force