[PR #258] [MERGED] Startup items fix #1066

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

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/258
Author: @yankejustin
Created: 6/2/2015
Status: Merged
Merged: 6/2/2015
Merged by: @MaxXor

Base: masterHead: StartupItemsFix


📝 Commits (8)

  • e2178f5 Merge pull request #21 from MaxXor/master
  • fab38a8 Added RegistryKey Extensions/Helpers
  • c8b9258 More documentation on a RegistryKey extension
  • 901cbd3 Add to the dictionary correctly
  • 51464e6 Fixed possible server crash
  • 38acb88 Added another RegistryKey extension method
  • 5959975 Throw a more meaningful exception
  • 1723592 Correctly get entries

📊 Changes

4 files changed (+148 additions, -74 deletions)

View changed files

📝 Client/Client.csproj (+1 -0)
📝 Client/Core/Commands/SystemHandler.cs (+41 -73)
Client/Core/Extensions/RegistryKeyExtensions.cs (+105 -0)
📝 Server/Core/Commands/SystemHandler.cs (+1 -1)

📄 Description

Fixes Issue 256.
I have no time to post a better description, so I apologize. I need to clean the method that removes registry key items later. :)


🔄 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/258 **Author:** [@yankejustin](https://github.com/yankejustin) **Created:** 6/2/2015 **Status:** ✅ Merged **Merged:** 6/2/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `StartupItemsFix` --- ### 📝 Commits (8) - [`e2178f5`](https://github.com/quasar/Quasar/commit/e2178f538286bc0b10987f09feaedb4955d58965) Merge pull request #21 from MaxXor/master - [`fab38a8`](https://github.com/quasar/Quasar/commit/fab38a8b9a934f260317fc019b4405eec95af06d) Added RegistryKey Extensions/Helpers - [`c8b9258`](https://github.com/quasar/Quasar/commit/c8b92581837052e2390507d667417d6d8be6d058) More documentation on a RegistryKey extension - [`901cbd3`](https://github.com/quasar/Quasar/commit/901cbd3a64419a9e72521afc082a7a2b010e2e73) Add to the dictionary correctly - [`51464e6`](https://github.com/quasar/Quasar/commit/51464e6d287a7c273efe51779ea592e7f6132044) Fixed possible server crash - [`38acb88`](https://github.com/quasar/Quasar/commit/38acb88aab773e327cf960400124ac823e08076c) Added another RegistryKey extension method - [`5959975`](https://github.com/quasar/Quasar/commit/59599759bef6a2e65794041d80b4db1d065c4d2c) Throw a more meaningful exception - [`1723592`](https://github.com/quasar/Quasar/commit/172359262a7ea2341e87462f2333d194db1c8056) Correctly get entries ### 📊 Changes **4 files changed** (+148 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `Client/Client.csproj` (+1 -0) 📝 `Client/Core/Commands/SystemHandler.cs` (+41 -73) ➕ `Client/Core/Extensions/RegistryKeyExtensions.cs` (+105 -0) 📝 `Server/Core/Commands/SystemHandler.cs` (+1 -1) </details> ### 📄 Description Fixes <b><a href="https://github.com/MaxXor/xRAT/issues/256">Issue 256</a></b>. I have no time to post a better description, so I apologize. I need to clean the method that removes registry key items later. :) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:52:59 +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#1066
No description provided.