Python Forum
C:\Windows\System32\appwiz.cpl is not a valid Win32 application
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
C:\Windows\System32\appwiz.cpl is not a valid Win32 application
#7
buran Wrote:I was not able to successfully run it without shell=True. I get the same error as OP
This work fine for me Python 3.7 Win-10,tested on couple of Pc's.
import subprocess

proc = subprocess.run(['control', "appwiz.cpl"])
Reply


Messages In This Thread
RE: C:\Windows\System32\appwiz.cpl is not a valid Win32 application - by snippsat - Mar-06-2020, 09:41 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Script getting reindexing only valid error cubangt 1 1,130 Dec-07-2023, 04:06 PM
Last Post: cubangt
Question Use function, retry until valid Ashcora 8 1,564 Jan-06-2023, 10:14 AM
Last Post: Ashcora
  checking for valid hexadecimal digits Skaperen 3 6,544 Sep-02-2021, 07:22 AM
Last Post: buran
  Python library for win32 console commands eldiener 3 3,558 Aug-24-2021, 10:28 PM
Last Post: bowlofred
  Win32\ping.exe windows pops up -very annoying... tester_V 9 3,350 Aug-12-2021, 06:54 AM
Last Post: tester_V
  How to send data from a python application to an external application aditya_rajiv 1 2,230 Jul-26-2021, 06:00 AM
Last Post: ndc85430
  Launch Windows Application OEMS1 0 2,194 Mar-26-2021, 07:42 PM
Last Post: OEMS1
Exclamation binwalk Win32 compile hackstunt 2 3,927 Feb-24-2021, 05:14 PM
Last Post: nilamo
  pyarrow throws oserror winerror 193 1 is not a valid win32 application aupres 2 3,855 Oct-21-2020, 01:04 AM
Last Post: aupres
  Limiting valid values for a variable in a class WJSwan 5 3,760 Jul-06-2020, 07:17 AM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020