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 Public

    Flexible Hyper-V Backup Utility

    PowerShell 133 39

  2. WSUS-Maintenance Public

    Clean up your WSUS.

    PowerShell 55 8

  3. Image-Factory Public

    Automate Creation of WIM Files

    PowerShell 39 4

  4. Remove-MS-Store-Apps Public

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

    PowerShell 135 10

  5. MDT-Setup Public

    Automated set up of MDT installation and configuration

    PowerShell 42 13

  6. Change registry settings to set Wind...
    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