Windows 10: How do I hide cmd.exe run through task scheduler?

Discus and support How do I hide cmd.exe run through task scheduler? in Windows 10 Gaming to solve the problem; Hello, I'm running the command below to execute my .exe without the UAC prompt, but for the extra mile, how do I hide the cmd when I launch it through... Discussion in 'Windows 10 Gaming' started by Oldbonniegamer, Apr 16, 2025 at 11:47 AM.

  1. How do I hide cmd.exe run through task scheduler?


    Hello, I'm running the command below to execute my .exe without the UAC prompt, but for the extra mile, how do I hide the cmd when I launch it through a shortcut? I'm aware I can use @Echo off, I don't really know where to put this line.Program/script: cmd.exeAdd arguments optional: /c start "" "C:\Users\Users\AppData\Local\Programs\reverse1999_global\Reverse1999en\reverse1999.exe"

    :)
     
    Oldbonniegamer, Apr 16, 2025 at 11:47 AM
    #1

  2. Window's Task Scheduler Not Running

    Hi,

    To assist you better, kindly provide us more details by answering the following questions:

    • Have you tried recreating the task? If so, are you getting the same issue?
    • Have you tried creating a new task?
    Meanwhile, we suggest that you ensure that the Task Scheduler is running. You can verify if the service is running by following these steps:

    • Press Windows key + R on your keyboard.
    • Type services.msc and hit Enter.
    • Under Services (Local), make sure that the Task Scheduler service's status is
      Started or Enabled.
    Should you need further assistance, feel free to get back to us.
     
  3. dd dawg Win User
    How to run an EXE within Task Scheduler on Windows 10?

    I have an Application, an EXE, that would close a single window of File Explorer every time it runs, however, setting Task Scheduler to run it, it does not run, It remains within "Running" indefinitely without actually running the exe.

    A solution is to set the task to "Run only when user is logged on", however this creates command prompt windows, which are unoptimal.

    Suggestions to solve this issue are needed, thanks in advance.
     
  4. How do I hide cmd.exe run through task scheduler?

    Task scheduler

    Hi,

    Thank you for posting your query in Microsoft Community.

    What error message you're getting while using Task Scheduler?

    Suggest you try the below mentioned steps to fix any issue with corrupted system files:


    • Press CTRL+Shift+ESC to open Task Manager.

    • Click File > Run New Task

    • Make sure you have a check mark beside “Create this task with administrative privileges”

    • Type CMD

    • Type or copy/paste the following commands at the CMD prompt:

      dism /online /cleanup-image /restorehealth

      sfc /scannnow
    Reboot the system and check if the issue still occurs. If the problem still persist, try to check the issue by creating other User Profile to see if problem still arises.

    Hope this will address your query.
     
    Yashwanth Kotakuri, Apr 16, 2025 at 1:25 PM
    #4
Thema:

How do I hide cmd.exe run through task scheduler?

Loading...
  1. How do I hide cmd.exe run through task scheduler? - Similar Threads - hide cmd exe

  2. How do I hide cmd.exe run through task scheduler?

    in Windows 10 Software and Apps
    How do I hide cmd.exe run through task scheduler?: Hello, I'm running the command below to execute my .exe without the UAC prompt, but for the extra mile, how do I hide the cmd when I launch it through a shortcut? I'm aware I can use @Echo off, I don't really know where to put this line.Program/script: cmd.exeAdd arguments...
  3. How do I hide cmd.exe run through task scheduler?

    in Windows 10 Customization
    How do I hide cmd.exe run through task scheduler?: Hello, I'm running the command below to execute my .exe without the UAC prompt, but for the extra mile, how do I hide the cmd when I launch it through a shortcut? I'm aware I can use @Echo off, I don't really know where to put this line.Program/script: cmd.exeAdd arguments...
  4. How to run an EXE within Task Scheduler on Windows 10?

    in Windows 10 Gaming
    How to run an EXE within Task Scheduler on Windows 10?: I have an Application, an EXE, that would close a single window of File Explorer every time it runs, however, setting Task Scheduler to run it, it does not run, It remains within "Running" indefinitely without actually running the exe.A solution is to set the task to "Run...
  5. How to run an EXE within Task Scheduler on Windows 10?

    in Windows 10 Software and Apps
    How to run an EXE within Task Scheduler on Windows 10?: I have an Application, an EXE, that would close a single window of File Explorer every time it runs, however, setting Task Scheduler to run it, it does not run, It remains within "Running" indefinitely without actually running the exe.A solution is to set the task to "Run...
  6. How to run an EXE within Task Scheduler on Windows 10?

    in Windows 10 Customization
    How to run an EXE within Task Scheduler on Windows 10?: I have an Application, an EXE, that would close a single window of File Explorer every time it runs, however, setting Task Scheduler to run it, it does not run, It remains within "Running" indefinitely without actually running the exe.A solution is to set the task to "Run...
  7. Set Task Scheduler by CMD

    in Windows 10 Gaming
    Set Task Scheduler by CMD: Excuse me. I’m a programer from Taiwan. I have a question about Windows Task Scheduler. Now, I have a exe program which is made by python pyinstaller need to use Task Scheduler to start it. Therefore, I use CMD to create schedule by command line:schtasks –F /create /sc once...
  8. Set Task Scheduler by CMD

    in Windows 10 Software and Apps
    Set Task Scheduler by CMD: Excuse me. I’m a programer from Taiwan. I have a question about Windows Task Scheduler. Now, I have a exe program which is made by python pyinstaller need to use Task Scheduler to start it. Therefore, I use CMD to create schedule by command line:schtasks –F /create /sc once...
  9. Set Task Scheduler by CMD

    in Windows 10 Customization
    Set Task Scheduler by CMD: Excuse me. I’m a programer from Taiwan. I have a question about Windows Task Scheduler. Now, I have a exe program which is made by python pyinstaller need to use Task Scheduler to start it. Therefore, I use CMD to create schedule by command line:schtasks –F /create /sc once...
  10. Task Scheduler wont run “.exe” file on startup

    in Windows 10 Support
    Task Scheduler wont run “.exe” file on startup: So, I have the AutoHotKey script, to permanently lock the NumLock key. I converted it to an .exe file because I thought that would solve the Task Scheduler problem. The thing is, its not working! I checked Task Manager, and it actually shows up there, after restart, but its...