Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9159879
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T13:36:03+00:00 2026-06-17T13:36:03+00:00

I am trying to call an executable at startup, which will call another executable

  • 0

I am trying to call an executable at startup, which will call another executable itself. For the first part, I simply added the path to the executable to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run, which works, my executable is called at startup.

The latter contains, among others, these lines :

startupinfo = subprocess.STARTUPINFO()
startupinfo.dwFlags |= subprocess.STARTF_USESHOWWINDOW
startupinfo.wShowWindow = subprocess.SW_HIDE
proc = subprocess.Popen(command, startupinfo=startupinfo)

However, a command shell (cmd) pops when the computer starts. Everything works fine, but it is visible instead of hidden… So basically, how do I hide this command shell ?

When using ProcessExplorer, I have the following hierarchy :

+ System
|_ Interrupts
|_ smss.exe
    |_ some processes...
+ explorer.exe
    |_ some processes...
|_ MYSCRIPT.EXE

Here is the sequence I try to achieve :

  • I create an ISO file containing all the Python executable I want to run on the VM. One of them (master.exe) calls the others.
  • I create a VM which automatically mount the latter
  • The VM, which was prepared, has a scheduled task which calls D:\master.exe
  • master.exe (among other tasks which are not our concern here) adds the value D:\myscript.exe to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
  • The VM reboots
  • D:\myscript.exe is run (and it works fine and as attended), but it does run in a command prompt, which I would like to be invisible.
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T13:36:05+00:00Added an answer on June 17, 2026 at 1:36 pm

    This is a typical problem Python-programmers encounter – and therefore, a solution is offered by Python itself. It has been asked on SO many times, e.g., here, but for you, the problem is a little more complicated.

    It’s all about whether you use python.exe or pythonw.exe to run your script. For the first one, a console is opened, for the second it’s not.

    As you use compiled scripts, you have to tell “the compiler” which version you want to use. Assuming you are using py2exe, you can have a look at this post on SO. Here it is explained in detail how to proceed.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im trying to call a method that will add or subtract 1 from a
I'm trying to call a method from another class with a simple button in
I'm trying to call a function present in one class from another class by
I'm trying to call a WCF service cross-domain using javascript, over http. I've added
I am trying to call an executable inside of a worker role I tried
I'm trying to call a program (function getNBDensities in the C executable measurementDensities_out )
i m trying to create windows executable from python program which has GUI .
I am trying to call my linux executable from shell script. Before calling this
Trying to call a SAP SOAP Web Service from a generated sudzc app shows
I trying to call 2 functions in the same page to submit jquery-ajax at

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.