[PR #3072] [CLOSED] Automatically Update shadPS4 on Windows Startup #3197

Closed
opened 2026-02-27 22:02:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3072
Author: @davidantunes23
Created: 6/9/2025
Status: Closed

Base: mainHead: feat-2700


📝 Commits (1)

  • bbfb799 Automatically Update shadPS4 on OS Startup (#2700)

📊 Changes

9 files changed (+375 additions, -47 deletions)

View changed files

📝 CMakeLists.txt (+128 -1)
📝 src/common/config.cpp (+12 -0)
📝 src/common/config.h (+2 -0)
📝 src/qt_gui/check_update.cpp (+2 -2)
📝 src/qt_gui/main_window_themes.cpp (+60 -44)
📝 src/qt_gui/settings_dialog.cpp (+116 -0)
📝 src/qt_gui/settings_dialog.h (+2 -0)
📝 src/qt_gui/settings_dialog.ui (+7 -0)
src/updater/main.cpp (+46 -0)

📄 Description

[Feature Request]: Automatically Update shadPS4 on OS Startup shadps4-emu/shadps4-qtlauncher#45
Created a separate .exe for updating. Added a checkbox in the settings to enable the option to update on Windows startup. When the option is enabled, a PowerShell script adds the new updater exe to the Windows Task Scheduler and sets it to run at startup. If there are updates available at startup, the update windows pops up. Disabling the option runs another script to remove the updater from the Task Scheduler.
Currently the feature only works for Windows but can be extended to support the other operative systems.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/3072 **Author:** [@davidantunes23](https://github.com/davidantunes23) **Created:** 6/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat-2700` --- ### 📝 Commits (1) - [`bbfb799`](https://github.com/shadps4-emu/shadPS4/commit/bbfb7998021ab52fd3195847c95b3bf7e20f9860) Automatically Update shadPS4 on OS Startup (#2700) ### 📊 Changes **9 files changed** (+375 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+128 -1) 📝 `src/common/config.cpp` (+12 -0) 📝 `src/common/config.h` (+2 -0) 📝 `src/qt_gui/check_update.cpp` (+2 -2) 📝 `src/qt_gui/main_window_themes.cpp` (+60 -44) 📝 `src/qt_gui/settings_dialog.cpp` (+116 -0) 📝 `src/qt_gui/settings_dialog.h` (+2 -0) 📝 `src/qt_gui/settings_dialog.ui` (+7 -0) ➕ `src/updater/main.cpp` (+46 -0) </details> ### 📄 Description [Feature Request]: Automatically Update shadPS4 on OS Startup shadps4-emu/shadps4-qtlauncher#45 Created a separate .exe for updating. Added a checkbox in the settings to enable the option to update on Windows startup. When the option is enabled, a PowerShell script adds the new updater exe to the Windows Task Scheduler and sets it to run at startup. If there are updates available at startup, the update windows pops up. Disabling the option runs another script to remove the updater from the Task Scheduler. Currently the feature only works for Windows but can be extended to support the other operative systems. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:02:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#3197
No description provided.