[PR #348] [CLOSED] Hidden startup feature #1112

Closed
opened 2026-02-27 15:53:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/348
Author: @Rottweiler
Created: 8/23/2015
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 7849e56 Hidden startup feature
  • 47811cc Formatted documents, fixed TAB replacements

📊 Changes

2 files changed (+69 additions, -5 deletions)

View changed files

📝 Client/Config/Settings.cs (+2 -0)
📝 Client/Core/SystemCore.cs (+67 -5)

📄 Description

Added hidden startup feature (https://support.microsoft.com/en-us/kb/103865)
Path: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion
Key: Load

Changes to files:

  • Client.Config.Settings [Added settings for hidden startup]
  • Client.Core.SystemCore [Added Install/Uninstall methods]

Only things missing are:

  • Checkbox to enable hidden startup in builder GUI (I cannot add this because FrmBuilder does not render for me in the VS IDE)
  • Some code that writes settings for HIDDENSTARTUP into build

🔄 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/quasar/Quasar/pull/348 **Author:** [@Rottweiler](https://github.com/Rottweiler) **Created:** 8/23/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`7849e56`](https://github.com/quasar/Quasar/commit/7849e563489845cb97425cec5d16a2d544eb0785) Hidden startup feature - [`47811cc`](https://github.com/quasar/Quasar/commit/47811cc4237a228ab252c79a19a4815cd0cfeabe) Formatted documents, fixed TAB replacements ### 📊 Changes **2 files changed** (+69 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Client/Config/Settings.cs` (+2 -0) 📝 `Client/Core/SystemCore.cs` (+67 -5) </details> ### 📄 Description **Added hidden startup feature (https://support.microsoft.com/en-us/kb/103865)** Path: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion Key: Load **Changes to files:** - Client.Config.Settings [Added settings for hidden startup] - Client.Core.SystemCore [Added Install/Uninstall methods] **Only things missing are:** - Checkbox to enable hidden startup in builder GUI (I cannot add this because FrmBuilder does not render for me in the VS IDE) - Some code that writes settings for HIDDENSTARTUP into build --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:53:09 +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/Quasar#1112
No description provided.