Skip to content
View digudc's full-sized avatar

Block or report digudc

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

Pinned Loading

  1. WinREupdate WinREupdate Public

    Forked from takondo/WinREupdate

    Sample script to patch WinRE

    PowerShell

  2. public public Public

    Forked from andrew-s-taylor/public

    Public Scripts and Apps

    PowerShell

  3. Win11Debloat Win11Debloat Public

    Forked from Raphire/Win11Debloat

    A simple, easy to use powershell script to remove bloatware apps from windows, disable telemetry, bing in windows search aswell as perform various other changes to declutter and improve your window…

    PowerShell

  4. Win-Debloat-Tools Win-Debloat-Tools Public

    Forked from LeDragoX/Win-Debloat-Tools

    These scripts will Customize, Debloat and Improve Privacy/Performance and System Responsiveness on Windows 10+.

    PowerShell

  5. A basic script for uninstalling a li... A basic script for uninstalling a list of app packages in Windows 10/11, including those pre-installed with Windows
    1
    # A basic script for uninstalling app packages in Windows 10/11, including those pre-installed with Windows
    2
    #
    3
    # Note: If you get an error about the script not being allowed to run, the below command will change the execution polciy temporarily for one session only:
    4
    # Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process
    5
    #
  6. winutil winutil Public

    Forked from ChrisTitusTech/winutil

    Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates

    PowerShell