STOVE Official Community
  • Official Community
  • PLATFORM
  • Community
  • Smilegate, Inc.,

커뮤니티 게시판 글상세

🚨 Suggestions/Reports

글상세

🚨 Suggestions/Reports

Disable Required Account Elevation [3]

I don't trust the Stove client because it requires constant admin access to run. There's realistically no good reason it should be required just to run. It's possible to request elevation when necessary.

Reply 3
Notification has been disabled.

Hi there!

Thanks for your feedback and for sharing your concern about the STOVE client requiring admin access. I completely understand your point of view and I’m really sorry for the inconvenience.

For a more detailed explanation or to raise this as a technical concern, I kindly recommend submitting it directly to our STOVE Customer Center, where the technical team can take a closer look and respond accordingly.

👉 STOVE Customer Center: https://cs.onstove.com/en/service/10 

Let me know if there’s anything else on your mind! Wishing you a wonderful day! 😊

It looks like they've made a failed attempt at doing this by including a Stove.exe.manifest file next to the exe. There are two problems with this, however. First, the manifest file is malformed. It only includes the `requestedExecutionLevel` line, while a proper manifest file needs to contain the entire manifest. Second, Windows PCs don't use SideBySide configuration by default, which prevents this broken manifest file from running. On a system where it's enabled, however, this manifest file prevents the client from running at all. This is a proper, functional manifest for this:

<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
    <security>
      <requestedPrivileges>
        <requestedExecutionLevel level='asInvoker' uiAccess='false' />
      </requestedPrivileges>
    </security>
  </trustInfo>
</assembly>

It's impossible to use the proper manifest, however, because the client automatically replaces the file with a new copy of the broken one.

🚨 Suggestions/Reports's post

List
작성 시간 02/08/2025

Cannot collect daily stove rewards [2]

02/08/2025
02/08/2025 02:52 PM
작성 시간 02/08/2025

Act 2, Chapter 11. Slave Traders BUG [1]

02/08/2025
02/08/2025 03:07 AM
작성 시간 01/08/2025

Disable Required Account Elevation [3]

01/08/2025
01/08/2025 11:59 PM
작성 시간 01/08/2025

I just got banned for no reason [7]

01/08/2025
01/08/2025 04:44 PM
작성 시간 01/08/2025

Getting Started with Suggestions & Reports section [15]

01/08/2025
01/08/2025 09:30 AM