Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Aug 4, 2024
1 parent ccb1731 commit 437d65e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,15 @@ jobs:
# artifacts > download
# ---------------------------------------------------------------------------------------

- name: "📁 Download › Saved Artifacts"
- name: "📁 Download › Artifacts › windows-updates-pause.reg"
uses: actions/download-artifact@v4
with:
name: windows-updates-pause.reg

- name: "📁 Download › Artifacts › windows-updates-unpause.reg"
uses: actions/download-artifact@v4
with:
name: windows-updates-unpause.reg

# ---------------------------------------------------------------------------------------
# Clean dist folder since we're getting the files from artifacts
Expand Down
5 changes: 5 additions & 0 deletions windows-updates-pause.reg
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@ Windows Registry Editor Version 5.00
; @url : https://github.com/Aetherinox/Windows-Update-Killer
;
; A script to pause Windows Updates for a long period of time.
;
; User can un-pause updates by opening the 'Windows Update' window.
; You can also access that window by opening your start menu, select 'Run'
; and type
; ms-settings:windowsupdate
;
; You can also re-enable updates by executing the other file included
; in the repo URL above:
; windows-updates-unpause.reg

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings]
"PauseFeatureUpdatesStartTime"="2024-01-01T00:00:00Z"
Expand Down

0 comments on commit 437d65e

Please sign in to comment.